Download outline map of Worth (geojson format) :
Worth.geojson (**)
Download polygon array of Worth map for "Google Maps" :
Worth.txt
Bounding Box for Worth Map : ( 31.318365 , -84.03288 , 31.849588 , -83.649384 )
Wikipedia ID for Worth : Q486154
Wikipedia SPARQL Query for Worth (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486154 wdt:P1082 ?population. }
OPTIONAL { wd:Q486154 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486154 wdt:P2046 ?area. }
OPTIONAL { wd:Q486154 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486154 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486154 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 Worth map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.318365, -84.03288, 31.849588, -83.649384);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Worth)
[out:json];
(
rel["name"="Worth"][type=boundary];
rel["name:en"="Worth"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Worth
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Acorn Pond | 31.810450 , -83.855180 |
Alfords | 31.462400 , -83.923790 |
Anderson City | 31.371570 , -83.854620 |
Bridgeboro | 31.401570 , -83.974900 |
Cuffietown | 31.735730 , -83.816290 |
Deerfield Farm Estates | 31.511840 , -83.965740 |
Doles | 31.699340 , -83.885180 |
Dry Creek Subdivision | 31.452960 , -83.995740 |
East Dougherty | 31.524340 , -83.989350 |
Gammage | 31.541570 , -83.876290 |
Gordy | 31.480460 , -83.879900 |
Isabella | 31.568510 , -83.853790 |
Liberty Hill | 31.401010 , -83.939620 |
Livingston | 31.416290 , -83.943230 |
Minton | 31.355180 , -83.818790 |
Mossy Oaks | 31.563230 , -83.980460 |
Oakfield | 31.777950 , -83.971290 |
Parkerville | 31.439620 , -83.930730 |
Poulan | 31.514507 , -83.789820 |
Pritchetts | 31.364070 , -83.955730 |
Red Rock | 31.582680 , -83.937400 |
Scooterville | 31.382130 , -83.689890 |
Shingler | 31.578240 , -83.784620 |
Springhill | 31.523230 , -83.986020 |
Sumner | 31.510337 , -83.736839 |
Sylvester | 31.529931 , -83.833711 |
Tempy | 31.448790 , -83.817400 |
Warwick | 31.829790 , -83.920625 |
Woodcrest Subdivision | 31.554340 , -83.945740 |
Notes:
- You can download geometry data for Worth 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.