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 : ( 35.183026 , -103.042773 , 35.627515 , -102.162724 )
Wikipedia ID for Oldham : Q112526
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:Q112526 wdt:P1082 ?population. }
OPTIONAL { wd:Q112526 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q112526 wdt:P2046 ?area. }
OPTIONAL { wd:Q112526 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q112526 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q112526 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"](35.183026, -103.042773, 35.627515, -102.162724);
);
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) |
Adrian | 35.274119 , -102.667247 |
Boise | 35.214500 , -102.859660 |
Boys Ranch | 35.533189 , -102.253684 |
Corner Windmill | 35.556160 , -102.835770 |
Gruhlkey | 35.265330 , -102.744100 |
Hollicott Crossing | 35.532830 , -102.379640 |
Knoblaw | 35.549770 , -102.895220 |
Landergin | 35.269500 , -102.557990 |
Murdo | 35.609490 , -102.351030 |
Old Farm Crossing | 35.521440 , -102.599930 |
Partwood Crossing | 35.519490 , -102.678540 |
Strip Crossing | 35.516160 , -102.655760 |
Valle de Oro | 35.522167 , -102.260913 |
Vega | 35.245642 , -102.426185 |
Wimberly Place | 35.340610 , -102.682710 |
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.