Download outline map of Atoka (geojson format) :
Atoka.geojson (**)
Download polygon array of Atoka map for "Google Maps" :
Atoka.txt
Bounding Box for Atoka Map : ( 34.156556 , -96.407754 , 34.680839 , -95.6717 )
Wikipedia ID for Atoka : Q485042
Wikipedia SPARQL Query for Atoka (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485042 wdt:P1082 ?population. }
OPTIONAL { wd:Q485042 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485042 wdt:P2046 ?area. }
OPTIONAL { wd:Q485042 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485042 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485042 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 Atoka map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.156556, -96.407754, 34.680839, -95.6717);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Atoka)
[out:json];
(
rel["name"="Atoka"][type=boundary];
rel["name:en"="Atoka"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Atoka
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Atoka | 34.385509 , -96.131396 |
Bentley | 34.214820 , -96.078880 |
Bruno | 34.344260 , -96.075270 |
Burg | 34.580650 , -95.996100 |
Caney | 34.235582 , -96.217010 |
Chockie | 34.582040 , -95.998330 |
Crystal | 34.226760 , -95.930260 |
Daisy | 34.535930 , -95.739700 |
Darwin | 34.247880 , -95.779420 |
Farris | 34.262600 , -95.866650 |
Flora | 34.525930 , -96.031940 |
Fugate | 34.457320 , -95.921930 |
Goss | 34.550930 , -95.691370 |
Half Bank Crossing | 34.353150 , -96.005540 |
Hopewell | 34.233420 , -96.373050 |
Lane | 34.299683 , -95.989353 |
Negro Bend | 34.325930 , -95.935540 |
Old Farris | 34.243990 , -95.875260 |
Payton Crossing | 34.291760 , -95.891650 |
Redden | 34.506490 , -95.844710 |
Stringtown | 34.467719 , -96.053943 |
Taloah | 34.258980 , -96.202490 |
Tushka | 34.317879 , -96.167529 |
Wardville | 34.653710 , -96.030270 |
Wesley | 34.587870 , -95.897770 |
Wilson | 34.345920 , -96.354720 |
Notes:
- You can download geometry data for Atoka 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.