Download outline map of Dale (geojson format) :
Dale.geojson (**)
Download polygon array of Dale map for "Google Maps" :
Dale.txt
Bounding Box for Dale Map : ( 31.195179 , -85.791581 , 31.620566 , -85.415334 )
Wikipedia ID for Dale : Q488840
Wikipedia SPARQL Query for Dale (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q488840 wdt:P1082 ?population. }
OPTIONAL { wd:Q488840 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q488840 wdt:P2046 ?area. }
OPTIONAL { wd:Q488840 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q488840 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q488840 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 Dale map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.195179, -85.791581, 31.620566, -85.415334);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Dale)
[out:json];
(
rel["name"="Dale"][type=boundary];
rel["name:en"="Dale"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Dale
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arguta | 31.569330 , -85.595220 |
Ariton | 31.597772 , -85.713061 |
Asbury | 31.511830 , -85.545220 |
Barefield Crossroads | 31.551830 , -85.452440 |
Barnes | 31.542670 , -85.674380 |
Bells Crossroads | 31.522670 , -85.450770 |
Bertha | 31.541280 , -85.427990 |
Browns Crossroad | 31.416280 , -85.527440 |
Clayhatchee | 31.243434 , -85.713597 |
Clopton | 31.608500 , -85.429940 |
Country Estates | 31.339620 , -85.787990 |
Daleville | 31.291400 , -85.711413 |
Dill | 31.511000 , -85.653550 |
Dillard | 31.517670 , -85.694940 |
Dykes Crossroad | 31.600170 , -85.561050 |
Ewell | 31.421560 , -85.574660 |
Five Points | 31.301840 , -85.625210 |
Fort Rucker | 31.342812 , -85.715401 |
Gerald | 31.323780 , -85.757160 |
Grimes | 31.299857 , -85.450292 |
Holiday Village | 31.341000 , -85.765210 |
Kelly | 31.323780 , -85.655210 |
Level Plains | 31.307071 , -85.768755 |
Lewis | 31.409890 , -85.467440 |
Mabson | 31.468220 , -85.562990 |
Marley Mill | 31.492950 , -85.695770 |
Midland City | 31.315689 , -85.493685 |
Napier Field | 31.314917 , -85.454962 |
Newton | 31.342283 , -85.589323 |
Ozark | 31.450881 , -85.647226 |
Phillips Crossroads | 31.616830 , -85.606880 |
Pinckard | 31.317263 , -85.543041 |
Pleasant Hill | 31.429340 , -85.674380 |
Roberts Crossroads | 31.601000 , -85.528830 |
Rocky Head | 31.568220 , -85.768550 |
Skipperville | 31.557670 , -85.545490 |
Snells Crossroads | 31.525720 , -85.436050 |
Snow Hill | 31.459340 , -85.480490 |
Waterford | 31.352670 , -85.601320 |
Notes:
- You can download geometry data for Dale 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.