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 : ( 31.973193 , -94.601853 , 32.394137 , -94.01563 )
Wikipedia ID for Panola : Q156380
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:Q156380 wdt:P1082 ?population. }
OPTIONAL { wd:Q156380 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156380 wdt:P2046 ?area. }
OPTIONAL { wd:Q156380 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156380 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156380 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"](31.973193, -94.601853, 32.394137, -94.01563);
);
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) |
Antioch | 32.102390 , -94.271860 |
Arbor | 32.253490 , -94.514090 |
Beckville | 32.243602 , -94.456087 |
Bethany | 32.373210 , -94.043240 |
Buncome | 32.049050 , -94.423810 |
Carthage | 32.152575 , -94.336811 |
Centennial | 32.225720 , -94.065190 |
Center Point | 32.333490 , -94.466870 |
Clayton | 32.098220 , -94.474920 |
Daniels | 32.066000 , -94.375200 |
De Berry | 32.304050 , -94.166580 |
Deadwood | 32.139890 , -94.141860 |
DeBerry | 32.303210 , -94.166580 |
Delray | 32.153490 , -94.459920 |
Dotson | 32.004890 , -94.529930 |
Fair Play | 32.147110 , -94.531320 |
Galloway | 32.048220 , -94.080750 |
Gary City | 32.027728 , -94.367901 |
Harris Chapel | 32.308210 , -94.431310 |
Holland Quarters | 32.169050 , -94.426030 |
Horton | 32.310990 , -94.287420 |
Hudson Mast | 32.187940 , -94.262420 |
Logan | 32.078500 , -94.053800 |
Long Branch | 32.072940 , -94.567980 |
Midyett | 32.235160 , -94.167690 |
Old Center | 32.006280 , -94.187700 |
Pleasant Ridge | 32.104610 , -94.334920 |
Riderville | 32.193220 , -94.381590 |
River Hill | 32.229600 , -94.220190 |
Shady Grove | 32.045720 , -94.293250 |
Sterrett Hill | 32.289600 , -94.392420 |
Walnut Grove | 32.231550 , -94.336860 |
Woods | 32.008500 , -94.248250 |
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.