Download outline map of Okmulgee (geojson format) :
Okmulgee.geojson (**)
Download polygon array of Okmulgee map for "Google Maps" :
Okmulgee.txt
Bounding Box for Okmulgee Map : ( 35.376631 , -96.192844 , 35.857341 , -95.71264 )
Wikipedia ID for Okmulgee : Q495930
Wikipedia SPARQL Query for Okmulgee (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q495930 wdt:P1082 ?population. }
OPTIONAL { wd:Q495930 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q495930 wdt:P2046 ?area. }
OPTIONAL { wd:Q495930 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q495930 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q495930 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 Okmulgee map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.376631, -96.192844, 35.857341, -95.71264);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Okmulgee)
[out:json];
(
rel["name"="Okmulgee"][type=boundary];
rel["name:en"="Okmulgee"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Okmulgee
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Bald Hill | 35.740380 , -95.837210 |
| Beggs | 35.776350 , -96.028237 |
| Brundidge | 35.591770 , -95.962500 |
| Bryant | 35.390650 , -96.064720 |
| Coalton | 35.497610 , -95.939160 |
| Dentonville | 35.741200 , -96.139720 |
| Dewar | 35.458354 , -95.947618 |
| Dighton | 35.467600 , -95.893050 |
| Eram | 35.617050 , -95.754990 |
| Grayson | 35.505340 , -95.871848 |
| Gulftown | 35.456490 , -95.911110 |
| Henryetta | 35.442087 , -95.984765 |
| Hoffman | 35.488857 , -95.844885 |
| Kusa | 35.449270 , -95.924160 |
| Laden | 35.717600 , -96.047500 |
| Liberty | 35.859974 , -95.975219 |
| Morris | 35.615334 , -95.862044 |
| Natura | 35.740100 , -95.935550 |
| Nuyaka | 35.653150 , -96.139720 |
| Okmulgee | 35.613616 , -96.006959 |
| Park Wheeler Corner | 35.624540 , -96.157500 |
| Preston | 35.711490 , -95.991660 |
| Pumpkin Center | 35.682050 , -95.784430 |
| Schulter | 35.510935 , -95.956606 |
| Sunrise | 35.456210 , -95.917770 |
| Twin Hills | 35.740364 , -95.855326 |
| Winchester | 35.790607 , -95.998325 |
Notes:
- You can download geometry data for Okmulgee 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.