Download outline map of Davie (geojson format) :
Davie.geojson (**)
Download polygon array of Davie map for "Google Maps" :
Davie.txt
Bounding Box for Davie Map : ( 35.742811 , -80.707672 , 36.062765 , -80.365259 )
Wikipedia ID for Davie : Q509786
Wikipedia SPARQL Query for Davie (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q509786 wdt:P1082 ?population. }
OPTIONAL { wd:Q509786 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q509786 wdt:P2046 ?area. }
OPTIONAL { wd:Q509786 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q509786 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q509786 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
Get Boundaries from overpass-turbo (OSM) with boundary box of Davie map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.742811, -80.707672, 36.062765, -80.365259);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Davie)
[out:json];
(
rel["name"="Davie"][type=boundary];
rel["name:en"="Davie"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Davie
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Advance | 35.946827 , -80.404394 |
Bermuda Run | 36.001508 , -80.429124 |
Bixby | 35.940140 , -80.455060 |
Booetown | 35.907920 , -80.554500 |
Calahaln | 35.919580 , -80.662840 |
Cana | 35.974300 , -80.577280 |
Cedar Forest Estates | 36.011530 , -80.527000 |
Center | 35.911800 , -80.619510 |
Clinton | 35.756810 , -80.460060 |
Cooleemee | 35.812558 , -80.556086 |
Cooleemee Junction | 35.825420 , -80.583670 |
Cornatzer | 35.923750 , -80.479780 |
Country Cove | 35.983470 , -80.487280 |
Creekwood | 36.009030 , -80.458110 |
Davie Gardens | 36.016800 , -80.464220 |
Elbaville | 35.921530 , -80.405330 |
Ephesus | 35.842080 , -80.545890 |
Farmington | 36.015690 , -80.532280 |
Fork | 35.880690 , -80.445610 |
Frohock Mill site | 35.834310 , -80.604780 |
Heidleberg Settlement | 35.935410 , -80.465330 |
Hickory Hill | 35.883470 , -80.494500 |
Hillsdale | 36.010953 , -80.435137 |
Hodman | 35.927910 , -80.601170 |
Jerusalem | 35.815140 , -80.515610 |
Maine | 35.931250 , -80.545620 |
Martins Store | 35.850140 , -80.497280 |
Mocksville | 35.900309 , -80.562143 |
Mount Zion | 35.915970 , -80.391440 |
North Cooleemee | 35.819310 , -80.549500 |
Oakland Heights | 35.901250 , -80.689510 |
Raintree Estates | 35.983470 , -80.429500 |
Redland | 35.987910 , -80.472560 |
Sheffield | 35.966250 , -80.680060 |
Smith Grove | 35.964030 , -80.502840 |
Valley Oaks | 36.035410 , -80.458110 |
Wood Lee | 36.009580 , -80.473390 |
Notes:
- You can download geometry data for Davie in various formats (Geojson,KML,GPX,raw OSM data) by clicking export button on the overpass-turbo
- You can freely use the jpeg type map images you created on the "map cropping" page or downloaded from the "samples" pages.
- (**)
Terms of Use for downloaded geojson files.