Download outline map of Neshoba (geojson format) :
Neshoba.geojson (**)
Download polygon array of Neshoba map for "Google Maps" :
Neshoba.txt
Bounding Box for Neshoba Map : ( 32.576439 , -89.319309 , 32.932442 , -88.914237 )
Wikipedia ID for Neshoba : Q426398
Wikipedia SPARQL Query for Neshoba (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q426398 wdt:P1082 ?population. }
OPTIONAL { wd:Q426398 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q426398 wdt:P2046 ?area. }
OPTIONAL { wd:Q426398 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q426398 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q426398 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 Neshoba map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.576439, -89.319309, 32.932442, -88.914237);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Neshoba)
[out:json];
(
rel["name"="Neshoba"][type=boundary];
rel["name:en"="Neshoba"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Neshoba
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Alice | 32.910960 , -89.280070 |
| Barfoot | 32.580970 , -89.180060 |
| Beatline | 32.673190 , -89.075060 |
| Bethsaida | 32.676250 , -89.034780 |
| Bloomfield | 32.733750 , -89.018110 |
| Bogue Chitto | 32.833748 , -88.918919 |
| Bond | 32.858740 , -88.987280 |
| Burnside | 32.853470 , -89.103390 |
| Coy | 32.903460 , -88.914780 |
| Crossroads | 32.759020 , -88.948390 |
| Deemer | 32.745410 , -89.118120 |
| Dixon | 32.665410 , -89.220620 |
| Dover | 32.584300 , -89.214230 |
| Dowdville | 32.685970 , -89.303680 |
| Fairground | 32.713698 , -89.213790 |
| Fairview | 32.754020 , -89.175620 |
| Forestdale | 32.779020 , -88.948940 |
| Golden Grove | 32.630970 , -89.089780 |
| Good Hope | 32.727910 , -89.157010 |
| Herbert Springs | 32.603470 , -88.928660 |
| High Hill | 32.624300 , -89.317840 |
| Hope | 32.747360 , -89.245340 |
| House | 32.628750 , -88.994780 |
| Kitchener | 32.582080 , -89.285060 |
| Laurel Hill | 32.731250 , -89.316450 |
| Linwood | 32.660410 , -89.150890 |
| Longino | 32.805130 , -89.103950 |
| McDonald | 32.660410 , -89.132840 |
| Neshoba | 32.623470 , -89.138120 |
| North Bend | 32.868190 , -88.993110 |
| Ocobla | 32.754860 , -89.025340 |
| Pearl River | 32.788904 , -89.238437 |
| Philadelphia | 32.776064 , -89.122104 |
| Sandtown | 32.794860 , -89.001720 |
| Spring Creek | 32.832350 , -89.039780 |
| Spring Hill | 32.720130 , -89.102560 |
| Stallo | 32.920130 , -89.100620 |
| Trapp | 32.739580 , -89.213670 |
| Tucker | 32.708079 , -89.050086 |
| Waldo | 32.737360 , -89.277010 |
| Williamsville | 32.759020 , -89.143670 |
| Zaphyr Hill | 32.774860 , -89.243120 |
Notes:
- You can download geometry data for Neshoba 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.