Download outline map of McCurtain (geojson format) :
McCurtain.geojson (**)
Download polygon array of McCurtain map for "Google Maps" :
McCurtain.txt
Bounding Box for McCurtain Map : ( 33.615787 , -95.156621 , 34.507575 , -94.461149 )
Wikipedia ID for McCurtain : Q495851
Wikipedia SPARQL Query for McCurtain (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q495851 wdt:P1082 ?population. }
OPTIONAL { wd:Q495851 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q495851 wdt:P2046 ?area. }
OPTIONAL { wd:Q495851 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q495851 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q495851 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 McCurtain map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.615787, -95.156621, 34.507575, -94.461149);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (McCurtain)
[out:json];
(
rel["name"="McCurtain"][type=boundary];
rel["name:en"="McCurtain"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of McCurtain
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Alikchi | 34.162880 , -95.069120 |
| America | 33.815390 , -94.548540 |
| Battiest | 34.393440 , -94.924950 |
| Bethel | 34.359830 , -94.837450 |
| Bokhoma | 33.822890 , -94.582990 |
| Broken Bow | 34.027872 , -94.741964 |
| Buck Creek Landing | 34.026500 , -94.511600 |
| Burwell | 34.185940 , -95.151340 |
| Clebit | 34.390380 , -95.020230 |
| Crossroads | 33.982610 , -94.791050 |
| Eagletown | 34.041650 , -94.569977 |
| Eastport | 33.789000 , -94.481870 |
| Farmers Hill | 33.924550 , -95.017450 |
| Felker | 34.040660 , -95.052170 |
| Garvin | 33.955980 , -94.934816 |
| Glover | 34.070390 , -94.898000 |
| Golden | 34.034550 , -94.896330 |
| Goodlake | 33.707060 , -94.642430 |
| Goodwater | 33.910110 , -94.573270 |
| Harris | 33.750390 , -94.729100 |
| Haworth | 33.840265 , -94.657137 |
| Hill Chapel | 33.986220 , -94.748270 |
| Hochatown | 34.152330 , -94.752720 |
| Holly Creek | 33.978160 , -94.816610 |
| Idabel | 33.904138 , -94.829386 |
| Iron Stob Corner | 33.895660 , -94.947440 |
| Kullituklo | 33.852050 , -94.722160 |
| Millerton | 33.983189 , -95.017690 |
| Moon | 33.824280 , -94.571600 |
| Mound Grove | 34.082050 , -95.087170 |
| Mount Herman | 34.305940 , -94.814390 |
| Mount Zion | 33.939270 , -95.034670 |
| Nani-chito | 34.422330 , -94.646890 |
| North Pole | 34.091770 , -94.889390 |
| Oak Hill | 34.040940 , -94.835770 |
| Pickens | 34.396490 , -95.011900 |
| Plainview | 34.113440 , -95.121620 |
| Pleasant Hill | 33.769000 , -94.664380 |
| Plunketville | 34.414270 , -94.488550 |
| Redland | 33.910110 , -94.673820 |
| Ringold | 34.215100 , -95.125230 |
| Rufe | 34.123720 , -95.144120 |
| Sherwood | 34.331220 , -94.778280 |
| Shinewell | 33.881230 , -94.513260 |
| Shults | 33.895670 , -94.739380 |
| Slim | 34.084270 , -95.104400 |
| Smithville | 34.468910 , -94.646123 |
| Steel Junction | 34.040660 , -94.775490 |
| Stephens Gap | 34.157330 , -94.700220 |
| Tiner | 34.041220 , -94.633550 |
| Ultima Thule | 34.059280 , -94.478820 |
| Valliant | 34.004248 , -95.089450 |
| Watson | 34.437330 , -94.557440 |
| Wright City | 34.064603 , -95.007549 |
Notes:
- You can download geometry data for McCurtain 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.