Download outline map of Mercer (geojson format) :
Mercer.geojson (**)
Download polygon array of Mercer map for "Google Maps" :
Mercer.txt
Bounding Box for Mercer Map : ( 37.678854 , -85.031456 , 37.970088 , -84.688331 )
Wikipedia ID for Mercer : Q500711
Wikipedia SPARQL Query for Mercer (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q500711 wdt:P1082 ?population. }
OPTIONAL { wd:Q500711 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q500711 wdt:P2046 ?area. }
OPTIONAL { wd:Q500711 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q500711 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q500711 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 Mercer map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.678854, -85.031456, 37.970088, -84.688331);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mercer)
[out:json];
(
rel["name"="Mercer"][type=boundary];
rel["name:en"="Mercer"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mercer
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bohon | 37.811740 , -84.919680 |
Bondville | 37.921740 , -84.871900 |
Braxton | 37.841470 , -84.805500 |
Burgin | 37.754328 , -84.763237 |
Bushtown | 37.768130 , -84.992740 |
Bushtown | 37.730630 , -84.729110 |
Camp Kennedy | 37.729537 , -84.699729 |
Cornishville | 37.800350 , -84.993570 |
Dixville | 37.705910 , -84.948010 |
Dugansville | 37.878680 , -84.984960 |
Duncan | 37.849240 , -84.990230 |
Ebenezer | 37.879800 , -84.814950 |
Harrodsburg | 37.765573 , -84.847428 |
Kirkwood | 37.916460 , -84.923290 |
Mavo | 37.872570 , -84.926060 |
Mayo | 37.871740 , -84.924950 |
McAfee | 37.850630 , -84.851900 |
Nevada | 37.696460 , -84.909680 |
Oregon | 37.912300 , -84.823560 |
Pleasanthill | 37.817276 , -84.738879 |
Riverview Estates | 37.756740 , -84.869400 |
Salvisa | 37.921023 , -84.861540 |
Shakertown | 37.818970 , -84.739950 |
Stewart | 37.691180 , -85.008290 |
Stringtown | 37.773410 , -84.823280 |
Talmage | 37.850910 , -84.869400 |
Vanarsdell | 37.892580 , -84.880510 |
Notes:
- You can download geometry data for Mercer 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.