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 : ( 31.433458 , -89.40134 , 31.824565 , -88.942614 )
Wikipedia ID for Jones : Q130008
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:Q130008 wdt:P1082 ?population. }
OPTIONAL { wd:Q130008 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q130008 wdt:P2046 ?area. }
OPTIONAL { wd:Q130008 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q130008 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q130008 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"](31.433458, -89.40134, 31.824565, -88.942614);
);
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) |
| Albeison | 31.491280 , -89.279230 |
| Amy | 31.777380 , -89.258390 |
| Antioch | 31.633780 , -89.058110 |
| Benson | 31.548500 , -89.218950 |
| Blodgett | 31.461560 , -88.986440 |
| Bonner | 31.813770 , -89.048940 |
| Calhoun | 31.696000 , -89.205340 |
| Cleo | 31.700440 , -89.036720 |
| Crotts | 31.557110 , -89.083950 |
| Currie | 31.631550 , -89.147000 |
| Eastabuchie | 31.435450 , -89.283390 |
| Eastview | 31.697110 , -89.091170 |
| Ellisville | 31.596896 , -89.209276 |
| Flynt | 31.698220 , -89.184220 |
| Glade | 31.655160 , -89.107280 |
| Glaston | 31.659050 , -89.078390 |
| Haney | 31.815990 , -89.009500 |
| Hawkes | 31.754880 , -89.076170 |
| Hebron | 31.706270 , -89.370900 |
| Hoy | 31.764880 , -89.132560 |
| Jenkins | 31.594050 , -89.155340 |
| Johnson | 31.539060 , -89.143390 |
| Laurel | 31.695641 , -89.144798 |
| Matthews | 31.795990 , -89.218110 |
| Mill Creek | 31.693500 , -88.960890 |
| Monarch | 31.512670 , -89.072840 |
| Moselle | 31.502390 , -89.278950 |
| Mount Olive | 31.744330 , -89.052280 |
| Mount Zion | 31.645440 , -89.247840 |
| Myrick | 31.661000 , -88.994220 |
| Oak Bowery | 31.619330 , -89.389230 |
| Oak Grove | 31.536280 , -89.207840 |
| Ovett | 31.485450 , -89.032830 |
| Pecan Grove | 31.597940 , -89.137280 |
| Pendorff | 31.653220 , -89.176450 |
| Pleasant Ridge | 31.663770 , -89.239780 |
| Powers | 31.697940 , -89.068670 |
| Rainey | 31.521280 , -89.350620 |
| Rogerslacy | 31.790901 , -89.030563 |
| Sand Hill | 31.620720 , -89.281730 |
| Sandersville | 31.787858 , -89.036164 |
| Service | 31.735720 , -89.223390 |
| Shady Grove | 31.752660 , -89.153950 |
| Sharon | 31.792149 , -89.098358 |
| Shelton | 31.492390 , -89.349230 |
| Soso | 31.753603 , -89.275897 |
| Springhill | 31.744600 , -89.214230 |
| Summerland | 31.799330 , -89.360340 |
| Tawanta | 31.547670 , -89.249500 |
| Tuckers Crossing | 31.627390 , -89.090060 |
| Union | 31.479340 , -89.201170 |
| Walters | 31.643500 , -89.178110 |
| Whitfield | 31.445170 , -89.074500 |
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.