Download outline map of Marion (geojson format) :
Marion.geojson (**)
Download polygon array of Marion map for "Google Maps" :
Marion.txt
Bounding Box for Marion Map : ( 37.412038 , -85.52129 , 37.730658 , -85.030172 )
Wikipedia ID for Marion : Q498148
Wikipedia SPARQL Query for Marion (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q498148 wdt:P1082 ?population. }
OPTIONAL { wd:Q498148 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q498148 wdt:P2046 ?area. }
OPTIONAL { wd:Q498148 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q498148 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q498148 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 Marion map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.412038, -85.52129, 37.730658, -85.030172);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Marion)
[out:json];
(
rel["name"="Marion"][type=boundary];
rel["name:en"="Marion"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Marion
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Belltown | 37.533680 , -85.305240 |
Bradfordsville | 37.494275 , -85.148238 |
Burkes Spring | 37.647560 , -85.348290 |
Calvary | 37.515620 , -85.262460 |
Dant | 37.635900 , -85.455800 |
Frogtown | 37.590340 , -85.372460 |
Gandertown | 37.683120 , -85.389960 |
Gravel Switch | 37.578680 , -85.052180 |
Greenbriar | 37.494510 , -85.231350 |
Holy Cross | 37.673950 , -85.446910 |
Jessietown | 37.480900 , -85.324960 |
Lebanon | 37.568462 , -85.257990 |
Loretto | 37.635194 , -85.398768 |
Nerinx | 37.664230 , -85.399410 |
New Market | 37.501730 , -85.310800 |
Peck Ford | 37.498120 , -85.223850 |
Penick | 37.568400 , -85.150240 |
Phillipsburg | 37.456450 , -85.259960 |
Poplar Corner | 37.608400 , -85.148570 |
Raywick | 37.560616 , -85.431136 |
Riley | 37.559510 , -85.098850 |
Saint Charles | 37.592050 , -85.343740 |
Saint Joseph | 37.522010 , -85.389690 |
Salleetown | 37.456460 , -85.211070 |
St. Francis | 37.626450 , -85.427740 |
St. Mary | 37.580620 , -85.346350 |
Notes:
- You can download geometry data for Marion 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.