Download outline map of Elbert (geojson format) :
Elbert.geojson (**)
Download polygon array of Elbert map for "Google Maps" :
Elbert.txt
Bounding Box for Elbert Map : ( 33.955728 , -83.103287 , 34.288864 , -82.564462 )
Wikipedia ID for Elbert : Q492016
Wikipedia SPARQL Query for Elbert (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q492016 wdt:P1082 ?population. }
OPTIONAL { wd:Q492016 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q492016 wdt:P2046 ?area. }
OPTIONAL { wd:Q492016 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q492016 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q492016 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 Elbert map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.955728, -83.103287, 34.288864, -82.564462);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Elbert)
[out:json];
(
rel["name"="Elbert"][type=boundary];
rel["name:en"="Elbert"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Elbert
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bell | 33.988450 , -82.776250 |
Beverly | 34.095670 , -82.728750 |
Bowman | 34.205132 , -83.030873 |
Cauthen | 34.054000 , -82.822640 |
Clarks Junction | 34.154830 , -82.863190 |
Coldwater | 34.223160 , -82.797360 |
Dewy Rose | 34.168110 , -82.939463 |
Dove Creek | 34.079830 , -82.942090 |
Elberton | 34.106351 , -82.870608 |
Ethridge | 34.104280 , -82.919860 |
Fains Store | 34.235660 , -82.787640 |
Fortsonia | 34.015120 , -82.779030 |
Goss | 34.150670 , -82.921810 |
Hard Cash | 34.184830 , -82.970980 |
Harmony | 34.178440 , -82.853470 |
Harper | 34.195940 , -82.993750 |
Heardmont | 34.110670 , -82.695410 |
Match | 34.155660 , -83.014590 |
Middleton | 34.099280 , -82.767360 |
Nickville | 34.113440 , -83.001530 |
North Elberton | 34.127060 , -82.858750 |
Oglesby | 34.075670 , -82.967090 |
Pearl | 34.108450 , -82.720690 |
Rock Branch | 34.239830 , -82.799860 |
Ruckersville | 34.164830 , -82.788190 |
Seymours Store | 34.147330 , -83.039030 |
Thirteen Forks | 34.213160 , -82.929030 |
Notes:
- You can download geometry data for Elbert 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.