Download outline map of Lowndes (geojson format) :
Lowndes.geojson (**)
Download polygon array of Lowndes map for "Google Maps" :
Lowndes.txt
Bounding Box for Lowndes Map : ( 31.961601 , -86.908597 , 32.406682 , -86.396357 )
Wikipedia ID for Lowndes : Q423347
Wikipedia SPARQL Query for Lowndes (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q423347 wdt:P1082 ?population. }
OPTIONAL { wd:Q423347 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q423347 wdt:P2046 ?area. }
OPTIONAL { wd:Q423347 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q423347 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q423347 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 Lowndes map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.961601, -86.908597, 32.406682, -86.396357);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lowndes)
[out:json];
(
rel["name"="Lowndes"][type=boundary];
rel["name:en"="Lowndes"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lowndes
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Beechwood | 32.125980 , -86.656090 |
Benton | 32.307818 , -86.817972 |
Braggs | 32.050420 , -86.795540 |
Burkville | 32.328190 , -86.536920 |
Clover Hill | 31.997930 , -86.701640 |
Collirene | 32.175980 , -86.823590 |
Edsons | 32.318190 , -86.775260 |
Ellis Crossroads | 31.978200 , -86.451360 |
Farmersville | 32.078200 , -86.891930 |
Flatwoods | 31.978760 , -86.430800 |
Fort Deposit | 31.986260 , -86.566358 |
Fostoria | 32.086530 , -86.829980 |
Gordonsville | 32.162920 , -86.732480 |
Gordonville | 32.148940 , -86.699507 |
Hayneville | 32.182090 , -86.578698 |
Hicks Hill | 32.239310 , -86.748590 |
Letohatchee | 32.129590 , -86.485810 |
Logan | 31.985980 , -86.490530 |
Lowndesboro | 32.276422 , -86.610848 |
Lum | 32.065980 , -86.650810 |
Macedonia | 31.992650 , -86.803870 |
Mosses | 32.180156 , -86.688837 |
Mount Willing | 32.060150 , -86.701370 |
Palmyra | 31.997650 , -86.752480 |
Petronia | 32.265970 , -86.788590 |
Robinsons | 32.330140 , -86.559140 |
Saint Clair | 32.323470 , -86.616640 |
Sandy Ridge | 32.024590 , -86.451920 |
Steep Creek | 32.153750 , -86.479140 |
Trickem | 32.273470 , -86.746930 |
Tyson | 32.186810 , -86.439420 |
White Hall | 32.299294 , -86.714837 |
Notes:
- You can download geometry data for Lowndes 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.