Davidson (Tennessee) Map Cropping Samples
Davidson (Tennessee) Map Cropping Samples-1
Davidson (Tennessee) Map Cropping Samples-2
Davidson neighborhoods and villages map with 3D shadow effect
flag map of Davidson with 3D shadow effect
Davidson map with 3d shadow effect
Download outline map of Davidson (geojson format) :
Davidson.geojson (**)
Download polygon array of Davidson map for "Google Maps" :
Davidson.txt
Bounding Box for Davidson Map : ( 35.967785 , -87.054766 , 36.405496 , -86.515588 )
Wikipedia ID for Davidson : Q1177705
Wikipedia SPARQL Query for Davidson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1177705 wdt:P1082 ?population. }
OPTIONAL { wd:Q1177705 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1177705 wdt:P2046 ?area. }
OPTIONAL { wd:Q1177705 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1177705 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1177705 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 Davidson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.967785, -87.054766, 36.405496, -86.515588);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Davidson)
[out:json];
(
rel["name"="Davidson"][type=boundary];
rel["name:en"="Davidson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Davidson
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Belle Meade | 36.099345 , -86.856301 |
Berry Hill | 36.119617 , -86.767454 |
Buena Vista Estates | 36.227280 , -86.828610 |
Cane Ridge | 36.022860 , -86.644190 |
Crieve Hall | 36.072000 , -86.758890 |
Forest Hills | 36.065125 , -86.840283 |
Glendale Park | 36.097280 , -86.786110 |
Harpeth River Estates | 36.046450 , -86.939450 |
Lake Wood | 36.243110 , -86.635550 |
Maplewood | 36.229780 , -86.730550 |
Mudtavern | 36.151170 , -86.691660 |
Nashville | 36.171367 , -86.784292 |
Oak Hill | 36.073484 , -86.785547 |
Oak Hill Estates | 36.047560 , -86.791110 |
Phillips | 36.066170 , -86.774440 |
Seventeen Seventysix Estates | 36.087840 , -86.951950 |
Notes:
- You can download geometry data for Davidson 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.