Download outline map of Ochiltree (geojson format) :
Ochiltree.geojson (**)
Download polygon array of Ochiltree map for "Google Maps" :
Ochiltree.txt
Bounding Box for Ochiltree Map : ( 36.056536 , -101.085745 , 36.49994 , -100.545979 )
Wikipedia ID for Ochiltree : Q485920
Wikipedia SPARQL Query for Ochiltree (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485920 wdt:P1082 ?population. }
OPTIONAL { wd:Q485920 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485920 wdt:P2046 ?area. }
OPTIONAL { wd:Q485920 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485920 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485920 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 Ochiltree map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.056536, -101.085745, 36.49994, -100.545979);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ochiltree)
[out:json];
(
rel["name"="Ochiltree"][type=boundary];
rel["name:en"="Ochiltree"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ochiltree
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Farnsworth | 36.321140 , -100.966260 |
Huntoon | 36.455860 , -100.630980 |
Lord | 36.361700 , -100.888760 |
Perryton | 36.393554 , -100.797456 |
Twichell | 36.437530 , -100.729040 |
Waka | 36.281700 , -101.047650 |
Notes:
- You can download geometry data for Ochiltree 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.