Download outline map of Marengo (geojson format) :
Marengo.geojson (**)
Download polygon array of Marengo map for "Google Maps" :
Marengo.txt
Bounding Box for Marengo Map : ( 31.989832 , -88.118344 , 32.547268 , -87.472206 )
Wikipedia ID for Marengo : Q501074
Wikipedia SPARQL Query for Marengo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q501074 wdt:P1082 ?population. }
OPTIONAL { wd:Q501074 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q501074 wdt:P2046 ?area. }
OPTIONAL { wd:Q501074 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q501074 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q501074 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 Marengo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.989832, -88.118344, 32.547268, -87.472206);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Marengo)
[out:json];
(
rel["name"="Marengo"][type=boundary];
rel["name:en"="Marengo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Marengo
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Aimwell | 32.121540 , -87.906120 |
| Alfalfa | 32.510410 , -87.764460 |
| Calvary | 32.225420 , -87.793070 |
| Coxheath | 32.087930 , -87.910290 |
| Dayton | 32.350958 , -87.641573 |
| Demopolis | 32.498018 , -87.829812 |
| Dixons Mills | 32.058210 , -87.787510 |
| Doyle | 32.090430 , -87.781400 |
| Exmoor | 32.056540 , -87.874180 |
| Faunsdale | 32.457614 , -87.593789 |
| Flatwood | 32.149310 , -87.523060 |
| Geneva | 32.159040 , -87.963900 |
| Half Acre | 32.194590 , -87.912240 |
| Half Chance | 32.299860 , -87.727790 |
| Hampden | 32.081540 , -87.628890 |
| Hill Top | 32.259590 , -87.900290 |
| Hoboken | 32.025980 , -87.876950 |
| Hotamville | 31.992370 , -87.940010 |
| Hugo | 32.266810 , -87.688900 |
| Knoxwood | 32.512640 , -87.793900 |
| Lasca | 32.016540 , -87.958340 |
| Linden | 32.300132 , -87.792632 |
| Magnolia | 32.135700 , -87.668060 |
| McKinley | 32.298470 , -87.540280 |
| Miller | 32.156540 , -87.785560 |
| Moores Valley | 32.060980 , -87.630000 |
| Moscow | 32.437920 , -87.996130 |
| Myrtlewood | 32.252088 , -87.949262 |
| Nanafalia | 32.111393 , -87.995757 |
| Nicholsville | 32.008210 , -87.901950 |
| Octagon | 32.204310 , -87.755290 |
| Pin Hook | 32.357640 , -87.871680 |
| Pope | 32.062930 , -87.624450 |
| Providence | 32.342387 , -87.776115 |
| Putnam | 32.018085 , -88.033058 |
| Rembert | 32.217920 , -87.869730 |
| Salt Well | 32.457080 , -87.931130 |
| Shiloh | 32.127370 , -87.735290 |
| Siddonsville | 32.418190 , -87.613340 |
| Spocari | 32.517910 , -87.813620 |
| Surginer | 32.055430 , -87.709170 |
| Sweet Water | 32.104904 , -87.861184 |
| Thomaston | 32.268278 , -87.623706 |
| Vangale | 32.071540 , -87.830840 |
| Vineland | 32.035700 , -87.659450 |
| Wayne | 32.105700 , -87.800840 |
Notes:
- You can download geometry data for Marengo 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.