Download outline map of Hardeman (geojson format) :
Hardeman.geojson (**)
Download polygon array of Hardeman map for "Google Maps" :
Hardeman.txt
Bounding Box for Hardeman Map : ( 34.993926 , -89.198288 , 35.432816 , -88.781768 )
Wikipedia ID for Hardeman : Q502437
Wikipedia SPARQL Query for Hardeman (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q502437 wdt:P1082 ?population. }
OPTIONAL { wd:Q502437 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q502437 wdt:P2046 ?area. }
OPTIONAL { wd:Q502437 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q502437 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q502437 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 Hardeman map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.993926, -89.198288, 35.432816, -88.781768);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hardeman)
[out:json];
(
rel["name"="Hardeman"][type=boundary];
rel["name:en"="Hardeman"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hardeman
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bolivar | 35.265578 , -89.014772 |
Cedar Chapel | 35.402300 , -89.167290 |
Center Point | 35.113420 , -89.155620 |
Cloverport | 35.397580 , -89.017560 |
Essary Springs | 35.012030 , -88.798110 |
Grand Junction | 35.050020 , -89.188847 |
Hebron | 35.165080 , -88.893110 |
Hickory Valley | 35.154830 , -89.125990 |
Hornsby | 35.229529 , -88.830230 |
Lisbon | 35.106200 , -88.915340 |
Middleburg | 35.197860 , -89.087560 |
Middleton | 35.061628 , -88.889709 |
Newcastle | 35.220360 , -89.175340 |
Pine Top | 35.303140 , -88.800890 |
Piney Grove | 35.300910 , -88.825330 |
Pocahontas | 35.052590 , -88.803670 |
Porters Creek | 35.130640 , -88.856720 |
Rogers Springs | 35.050090 , -88.975620 |
Saulsbury | 35.048815 , -89.088274 |
Serles | 35.169250 , -88.843670 |
Shandy | 35.293690 , -88.959230 |
Silerton | 35.342443 , -88.810465 |
Sugar Hill | 35.226750 , -89.040060 |
Teague | 35.410910 , -88.915340 |
Toone | 35.356478 , -88.954099 |
Van Buren | 35.131480 , -89.075340 |
Vildo | 35.405640 , -89.103680 |
Whiteville | 35.318065 , -89.149531 |
Notes:
- You can download geometry data for Hardeman 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.