Download outline map of Panola (geojson format) :
Panola.geojson (**)
Download polygon array of Panola map for "Google Maps" :
Panola.txt
Bounding Box for Panola Map : ( 34.159471 , -90.198631 , 34.554425 , -89.719382 )
Wikipedia ID for Panola : Q490272
Wikipedia SPARQL Query for Panola (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q490272 wdt:P1082 ?population. }
OPTIONAL { wd:Q490272 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q490272 wdt:P2046 ?area. }
OPTIONAL { wd:Q490272 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q490272 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q490272 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 Panola map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.159471, -90.198631, 34.554425, -89.719382);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Panola)
[out:json];
(
rel["name"="Panola"][type=boundary];
rel["name:en"="Panola"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Panola
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Asa | 34.269000 , -90.071200 |
| Askew | 34.537050 , -90.193430 |
| Ballentine | 34.394270 , -90.096480 |
| Batesville | 34.314747 , -89.924914 |
| Bluff Springs | 34.345940 , -89.808700 |
| Buxton | 34.547880 , -90.197870 |
| Central Academy | 34.304830 , -89.817030 |
| Como | 34.513440 , -89.939069 |
| Courtland | 34.240884 , -89.943278 |
| Crenshaw | 34.504661 , -90.194637 |
| Curtis Station | 34.340110 , -90.139260 |
| Delta | 34.423160 , -90.128980 |
| Glenville | 34.528440 , -89.740090 |
| Hayes Crossing | 34.449550 , -89.761480 |
| Hideaway Hills | 34.429270 , -89.849260 |
| Horatio | 34.437890 , -90.055650 |
| Kings Corner | 34.496490 , -90.057310 |
| KJirksey | 34.512330 , -90.175370 |
| Lespedeza | 34.451770 , -89.787870 |
| Longtown | 34.510940 , -90.124260 |
| McGhee | 34.539270 , -89.949530 |
| McIvor | 34.438440 , -89.974810 |
| Mims | 34.229280 , -90.128980 |
| Mount Olivet | 34.293720 , -89.788140 |
| Parksplace | 34.510380 , -90.057040 |
| Pleasant Grove | 34.439270 , -90.089540 |
| Pope | 34.214638 , -89.948143 |
| Sardis | 34.435505 , -89.911362 |
| Shuford | 34.222330 , -89.807030 |
| Tocowa | 34.223720 , -90.059810 |
| Wallace | 34.373160 , -89.732030 |
| White Oak | 34.490940 , -90.159260 |
| Yellow Lake | 34.468160 , -90.192590 |
Notes:
- You can download geometry data for Panola 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.