Download outline map of Jones (geojson format) :
Jones.geojson (**)
Download polygon array of Jones map for "Google Maps" :
Jones.txt
Bounding Box for Jones Map : ( 32.841291 , -83.816856 , 33.185837 , -83.357685 )
Wikipedia ID for Jones : Q493040
Wikipedia SPARQL Query for Jones (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q493040 wdt:P1082 ?population. }
OPTIONAL { wd:Q493040 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q493040 wdt:P2046 ?area. }
OPTIONAL { wd:Q493040 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q493040 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q493040 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 Jones map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.841291, -83.816856, 33.185837, -83.357685);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Jones)
[out:json];
(
rel["name"="Jones"][type=boundary];
rel["name:en"="Jones"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Jones
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Blountsville | 33.109860 , -83.481830 |
Bradley | 33.054020 , -83.558500 |
Bragg | 33.023750 , -83.536560 |
Clinton | 32.998750 , -83.555450 |
Cumslo | 32.947360 , -83.516560 |
East Juliette | 33.108740 , -83.792400 |
Ethridge | 33.134580 , -83.468220 |
Five Points | 33.019580 , -83.657120 |
Fortville | 33.053470 , -83.457390 |
Gray | 33.002382 , -83.537411 |
Greenberry Crossroads | 32.954030 , -83.449610 |
Griswoldville | 32.870690 , -83.488790 |
Haddock | 33.032640 , -83.429050 |
Morton | 32.978190 , -83.525730 |
Mountain Springs | 32.899310 , -83.455730 |
Pine Ridge | 33.022910 , -83.489060 |
Pitts | 32.930690 , -83.501840 |
Postell | 32.915690 , -83.526560 |
Round Oak | 33.110970 , -83.615170 |
Three Points | 32.971250 , -83.640180 |
Wayside | 33.061250 , -83.604890 |
Notes:
- You can download geometry data for Jones 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.