Download outline map of Oldham (geojson format) :
Oldham.geojson (**)
Download polygon array of Oldham map for "Google Maps" :
Oldham.txt
Bounding Box for Oldham Map : ( 38.285309 , -85.637861 , 38.524375 , -85.283082 )
Wikipedia ID for Oldham : Q505515
Wikipedia SPARQL Query for Oldham (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q505515 wdt:P1082 ?population. }
OPTIONAL { wd:Q505515 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q505515 wdt:P2046 ?area. }
OPTIONAL { wd:Q505515 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q505515 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q505515 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 Oldham map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.285309, -85.637861, 38.524375, -85.283082);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Oldham)
[out:json];
(
rel["name"="Oldham"][type=boundary];
rel["name:en"="Oldham"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Oldham
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ballardsville | 38.361460 , -85.345790 |
Belknap Beach | 38.382840 , -85.623290 |
Brownsboro | 38.356180 , -85.498290 |
Buckner | 38.386730 , -85.450296 |
Cedar Point | 38.407840 , -85.477740 |
Centerfield | 38.350070 , -85.407460 |
Crestwood | 38.335402 , -85.483854 |
Demplytown | 38.384510 , -85.474400 |
Fraziertown | 38.313960 , -85.504400 |
Glenarm | 38.353680 , -85.463010 |
Goshen | 38.402697 , -85.582552 |
Greenhaven | 38.445340 , -85.454130 |
Halls Landing | 38.451730 , -85.530790 |
Harmony Lake Estates | 38.408400 , -85.578570 |
Harmony Landing | 38.411450 , -85.617460 |
Harmony Village | 38.404510 , -85.619960 |
Hillcrest | 38.368510 , -85.595680 |
La Grange | 38.398779 , -85.375350 |
Lake Louisvilla | 38.313680 , -85.514130 |
Liro | 38.401180 , -85.338570 |
Oldham Acres | 38.397840 , -85.620240 |
Orchard Grass Hills | 38.323365 , -85.523524 |
Park Lake | 38.345070 , -85.473290 |
Pewee Valley | 38.310469 , -85.489625 |
River Bluff | 38.371920 , -85.604041 |
Russell Corner | 38.451450 , -85.411630 |
Skylight | 38.432570 , -85.521630 |
Westport | 38.487410 , -85.475257 |
Notes:
- You can download geometry data for Oldham 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.