Download outline map of Robertson (geojson format) :
Robertson.geojson (**)
Download polygon array of Robertson map for "Google Maps" :
Robertson.txt
Bounding Box for Robertson Map : ( 36.349659 , -87.150371 , 36.652443 , -86.564225 )
Wikipedia ID for Robertson : Q495043
Wikipedia SPARQL Query for Robertson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q495043 wdt:P1082 ?population. }
OPTIONAL { wd:Q495043 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q495043 wdt:P2046 ?area. }
OPTIONAL { wd:Q495043 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q495043 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q495043 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 Robertson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.349659, -87.150371, 36.652443, -86.564225);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Robertson)
[out:json];
(
rel["name"="Robertson"][type=boundary];
rel["name:en"="Robertson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Robertson
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adams | 36.582373 , -87.062801 |
Ashburn | 36.621150 , -86.828610 |
Baggettsville | 36.476710 , -86.730270 |
Barren Plain | 36.601430 , -86.919440 |
Cedar Hill | 36.551176 , -87.000686 |
Chestnut Grove | 36.413380 , -86.907500 |
Chestnut Orchard | 36.452550 , -86.891390 |
Coopertown | 36.414359 , -86.965693 |
Cross Plains | 36.541033 , -86.675096 |
Crunk | 36.423940 , -86.893610 |
Eden Corner | 36.517540 , -86.746110 |
Flewellyn | 36.481440 , -86.974440 |
Gause | 36.436720 , -87.050840 |
Glover Crossroad | 36.449210 , -86.946670 |
Green Valley | 36.520040 , -86.763610 |
Greenbrier | 36.423720 , -86.797420 |
Jernigan Town | 36.522270 , -86.684720 |
Lakeview | 36.554770 , -86.809440 |
Lamont | 36.624210 , -86.757220 |
Milldale | 36.590040 , -86.763610 |
Mitchell | 36.626990 , -86.568050 |
Mount Denson | 36.543100 , -86.888890 |
Oakdale | 36.474770 , -86.712220 |
Orlinda | 36.593530 , -86.699562 |
Peaceful Acres | 36.439490 , -86.715270 |
Perry Park | 36.483380 , -86.851940 |
Ridgetop | 36.404641 , -86.768243 |
Sadlersville | 36.610040 , -87.118060 |
Sandy Springs | 36.447830 , -87.010830 |
Springfield | 36.494417 , -86.870577 |
Stroudville | 36.482550 , -87.106950 |
Turnersville | 36.487820 , -87.040000 |
White House | 36.464627 , -86.666302 |
Youngville | 36.585320 , -86.825830 |
Notes:
- You can download geometry data for Robertson 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.