Download outline map of Rogers (geojson format) :
Rogers.geojson (**)
Download polygon array of Rogers map for "Google Maps" :
Rogers.txt
Bounding Box for Rogers Map : ( 36.0752 , -95.8154 , 36.59772 , -95.32816 )
Wikipedia ID for Rogers : Q495912
Wikipedia SPARQL Query for Rogers (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q495912 wdt:P1082 ?population. }
OPTIONAL { wd:Q495912 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q495912 wdt:P2046 ?area. }
OPTIONAL { wd:Q495912 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q495912 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q495912 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 Rogers map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.0752, -95.8154, 36.59772, -95.32816);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Rogers)
[out:json];
(
rel["name"="Rogers"][type=boundary];
rel["name:en"="Rogers"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Rogers
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bushyhead | 36.459569 , -95.516384 |
Catale | 36.560920 , -95.371920 |
Catoosa | 36.183190 , -95.766241 |
Chelsea | 36.532339 , -95.435477 |
Claremore | 36.314343 , -95.609879 |
Degroat | 36.336480 , -95.603870 |
Edgewater Acres | 36.442320 , -95.628870 |
Elba | 36.402870 , -95.679430 |
Fair Oaks | 36.144115 , -95.695957 |
Foyil | 36.430876 , -95.521485 |
Gregory | 36.169724 , -95.574088 |
Harmony Star | 36.307600 , -95.471090 |
Hisle | 36.476760 , -95.476360 |
Howard | 36.495370 , -95.458860 |
Inola | 36.131429 , -95.537409 |
Jamestown | 36.569540 , -95.629980 |
Justice | 36.290804 , -95.563561 |
Keetonville | 36.306490 , -95.708320 |
Keith | 36.091770 , -95.464690 |
Limestone | 36.314341 , -95.747721 |
McFarlin | 36.205930 , -95.533310 |
Oologah | 36.443372 , -95.708626 |
Oowala | 36.423430 , -95.614700 |
Sageeyah | 36.371210 , -95.653040 |
Sequoyah | 36.379738 , -95.596828 |
Talala | 36.529444 , -95.701085 |
Tiawah | 36.248283 , -95.536180 |
Tiger | 36.188710 , -95.804710 |
Valley Park | 36.281841 , -95.732816 |
Verdigris | 36.253250 , -95.660541 |
Winganon | 36.553980 , -95.561090 |
Notes:
- You can download geometry data for Rogers 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.