Download outline map of Hale (geojson format) :
Hale.geojson (**)
Download polygon array of Hale map for "Google Maps" :
Hale.txt
Bounding Box for Hale Map : ( 32.48068 , -87.870502 , 33.006824 , -87.420132 )
Wikipedia ID for Hale : Q501147
Wikipedia SPARQL Query for Hale (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q501147 wdt:P1082 ?population. }
OPTIONAL { wd:Q501147 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q501147 wdt:P2046 ?area. }
OPTIONAL { wd:Q501147 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q501147 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q501147 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 Hale map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.48068, -87.870502, 33.006824, -87.420132);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hale)
[out:json];
(
rel["name"="Hale"][type=boundary];
rel["name:en"="Hale"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hale
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Akron | 32.878541 , -87.742856 |
Allenville | 32.490970 , -87.660840 |
Casemore | 32.580410 , -87.683900 |
Cedarville | 32.612630 , -87.669450 |
Cypress | 32.947900 , -87.666950 |
Darrah | 32.855680 , -87.788350 |
Dominick | 32.794850 , -87.531950 |
East Port Landing | 32.729345 , -87.799397 |
Evansville | 32.838180 , -87.752510 |
Gallion | 32.496800 , -87.716120 |
Gilmore Quarters | 32.631240 , -87.779460 |
Greensboro | 32.701420 , -87.595115 |
Harper Hill | 32.856790 , -87.612510 |
Havana | 32.895130 , -87.620290 |
Hogglesville | 32.854290 , -87.491670 |
Ingram | 32.870130 , -87.541950 |
Lock Five | 32.583190 , -87.736680 |
Melton | 32.740130 , -87.683340 |
Moundville | 32.996925 , -87.627211 |
New Prospect | 32.839850 , -87.736400 |
Newbern | 32.591958 , -87.533187 |
Oak Grove | 32.546250 , -87.677510 |
Oak Village | 32.897630 , -87.764730 |
Phipps | 32.929570 , -87.502780 |
Port Royal | 32.641520 , -87.745840 |
Powers | 32.965680 , -87.655840 |
Prairieville | 32.510140 , -87.694450 |
Rosemary | 32.647910 , -87.575010 |
Sawyerville | 32.751800 , -87.729450 |
Stewart | 32.911240 , -87.706120 |
Sunshine | 32.559860 , -87.548620 |
Whitsitt | 32.600970 , -87.592230 |
Notes:
- You can download geometry data for Hale 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.