Download outline map of Crenshaw (geojson format) :
Crenshaw.geojson (**)
Download polygon array of Crenshaw map for "Google Maps" :
Crenshaw.txt
Bounding Box for Crenshaw Map : ( 31.440072 , -86.503948 , 32.05171 , -86.14395 )
Wikipedia ID for Crenshaw : Q488831
Wikipedia SPARQL Query for Crenshaw (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q488831 wdt:P1082 ?population. }
OPTIONAL { wd:Q488831 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q488831 wdt:P2046 ?area. }
OPTIONAL { wd:Q488831 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q488831 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q488831 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 Crenshaw map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.440072, -86.503948, 32.05171, -86.14395);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Crenshaw)
[out:json];
(
rel["name"="Crenshaw"][type=boundary];
rel["name:en"="Crenshaw"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Crenshaw
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bradleyton | 31.901820 , -86.242180 |
Brantley | 31.582248 , -86.256924 |
Bullock | 31.540720 , -86.178560 |
Carmen | 31.632380 , -86.189120 |
Centenary | 31.778770 , -86.367470 |
Center Ridge | 31.815990 , -86.412470 |
Cherokee Village | 31.729600 , -86.336910 |
Clearview | 32.043200 , -86.388020 |
Danielsville | 31.920710 , -86.406360 |
Dozier | 31.503044 , -86.369358 |
Fullers Crossroads | 31.817930 , -86.311080 |
Garnersville | 31.876260 , -86.272740 |
Glenwood | 31.667541 , -86.172974 |
Helicon | 31.913490 , -86.211910 |
Highland Home | 31.953480 , -86.313850 |
Honoraville | 31.850710 , -86.406080 |
Ivy Creek | 31.707100 , -86.365240 |
Joquin | 31.786540 , -86.164120 |
Leon | 31.557660 , -86.392740 |
Live Oak | 31.808490 , -86.247460 |
Luverne | 31.718620 , -86.268680 |
Magnolia Shores | 31.932650 , -86.294130 |
Merrill Mill | 31.593220 , -86.402460 |
Moodys Crossroads | 31.734880 , -86.394690 |
Mulberry | 31.594880 , -86.433570 |
New Hope | 31.540440 , -86.341900 |
Panola | 31.971540 , -86.388860 |
Patsburg | 31.786540 , -86.228290 |
Petrey | 31.849472 , -86.205682 |
Robinson Crossroads | 31.735710 , -86.375520 |
Rutledge | 31.724075 , -86.302010 |
Sardis | 31.902930 , -86.315800 |
Saville | 31.877370 , -86.331080 |
Searight | 31.471000 , -86.393290 |
Social Town | 31.711820 , -86.181900 |
Theba | 31.555720 , -86.303570 |
Vernledge | 31.771270 , -86.292740 |
Vidette | 31.732930 , -86.194960 |
Weed Crossroad | 31.518770 , -86.223010 |
Notes:
- You can download geometry data for Crenshaw 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.