Download outline map of Muhlenberg (geojson format) :
Muhlenberg.geojson (**)
Download polygon array of Muhlenberg map for "Google Maps" :
Muhlenberg.txt
Bounding Box for Muhlenberg Map : ( 37.040557 , -87.388979 , 37.416042 , -86.881254 )
Wikipedia ID for Muhlenberg : Q498077
Wikipedia SPARQL Query for Muhlenberg (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q498077 wdt:P1082 ?population. }
OPTIONAL { wd:Q498077 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q498077 wdt:P2046 ?area. }
OPTIONAL { wd:Q498077 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q498077 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q498077 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 Muhlenberg map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.040557, -87.388979, 37.416042, -86.881254);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Muhlenberg)
[out:json];
(
rel["name"="Muhlenberg"][type=boundary];
rel["name:en"="Muhlenberg"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Muhlenberg
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Bancroft | 37.165880 , -87.247500 |
| Beechmont | 37.171403 , -87.036485 |
| Belton | 37.160040 , -87.028330 |
| Bevier | 37.244490 , -87.081940 |
| Bivins | 37.057880 , -87.191320 |
| Bremen | 37.362325 , -87.220098 |
| Briar Creek | 37.333140 , -87.287660 |
| Browder | 37.197260 , -87.036380 |
| Central City | 37.296285 , -87.127998 |
| Cleaton | 37.254490 , -87.088880 |
| Davenport Landing | 37.236430 , -86.919990 |
| Depoy | 37.215880 , -87.240270 |
| Drakesboro | 37.217608 , -87.049321 |
| Earles | 37.300040 , -87.310270 |
| Ebenezer | 37.203930 , -87.080830 |
| Ennis | 37.198380 , -86.974160 |
| Gishton | 37.325320 , -87.217770 |
| Graham | 37.251710 , -87.279720 |
| Greenville | 37.212047 , -87.176248 |
| Gus | 37.117540 , -86.908880 |
| Hillside | 37.248380 , -87.163330 |
| Holt | 37.255880 , -87.095830 |
| Jagoe | 37.354230 , -87.273670 |
| Knightsburg | 37.212820 , -86.919440 |
| Lone Star | 37.094620 , -87.275480 |
| Luzerne | 37.218380 , -87.210830 |
| Lynn City | 37.371710 , -87.250830 |
| Martwick | 37.326990 , -87.023880 |
| McNary | 37.215320 , -87.329440 |
| Mercer | 37.257540 , -87.151110 |
| Midland | 37.305880 , -87.230550 |
| Millport | 37.360880 , -87.287500 |
| Moorman | 37.383380 , -87.144160 |
| Nebo | 37.241710 , -87.194160 |
| Nelson | 37.329770 , -87.050830 |
| New Cypress | 37.251990 , -87.240000 |
| Nonnell | 37.237260 , -87.059440 |
| Paradise | 37.268100 , -86.983610 |
| Penrod | 37.114210 , -86.999160 |
| Powderly | 37.237460 , -87.158785 |
| Rosewood | 37.086710 , -87.089440 |
| Sandy | 37.307820 , -87.268330 |
| Skilesville | 37.214210 , -86.903050 |
| South Carrollton | 37.335828 , -87.140122 |
| Stringtown | 37.251990 , -87.114440 |
| Stringtown | 37.355040 , -87.300550 |
| Stroud | 37.408930 , -87.152500 |
| Union Ridge | 37.136990 , -87.001940 |
| Weir | 37.123100 , -87.212500 |
| Wells | 37.141430 , -87.074720 |
Notes:
- You can download geometry data for Muhlenberg 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.