Download outline map of Bath (geojson format) :
Bath.geojson (**)
Download polygon array of Bath map for "Google Maps" :
Bath.txt
Bounding Box for Bath Map : ( 37.992542 , -83.98028 , 38.302707 , -83.462764 )
Wikipedia ID for Bath : Q486060
Wikipedia SPARQL Query for Bath (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486060 wdt:P1082 ?population. }
OPTIONAL { wd:Q486060 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486060 wdt:P2046 ?area. }
OPTIONAL { wd:Q486060 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486060 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486060 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 Bath map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.992542, -83.98028, 38.302707, -83.462764);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bath)
[out:json];
(
rel["name"="Bath"][type=boundary];
rel["name:en"="Bath"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bath
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bald Eagle | 38.201140 , -83.851400 |
Bethel | 38.245080 , -83.867980 |
Clear Creek Furnace | 38.050080 , -83.589080 |
East Fork | 38.240500 , -83.787150 |
Kendall Springs | 38.100910 , -83.779360 |
Little Slate Creek | 38.018020 , -83.741750 |
Midland | 38.133140 , -83.577690 |
Mill Creek | 38.022500 , -83.723300 |
Olympia | 38.098140 , -83.695750 |
Olympia Springs | 38.062030 , -83.672970 |
Owingsville | 38.136304 , -83.760358 |
Peasticks | 38.156190 , -83.698800 |
Pebble | 38.268970 , -83.756590 |
Peeled Oak | 38.101004 , -83.827786 |
Polksville | 38.138410 , -83.654080 |
Preston | 38.085640 , -83.753250 |
Reynoldsville | 38.190360 , -83.823530 |
Salt Lick | 38.119353 , -83.615581 |
Salt Well | 38.116170 , -83.820220 |
Sharpsburg | 38.201776 , -83.927949 |
Shrout | 38.136150 , -83.678350 |
Slate Valley | 38.169250 , -83.723250 |
White Oak | 38.204330 , -83.773210 |
Wyoming | 38.219800 , -83.698530 |
Zilpo | 38.057823 , -83.500667 |
Zilpo Recreation Area | 38.074530 , -83.493240 |
Notes:
- You can download geometry data for Bath 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.