Download outline map of Comanche (geojson format) :
Comanche.geojson (**)
Download polygon array of Comanche map for "Google Maps" :
Comanche.txt
Bounding Box for Comanche Map : ( 34.405948 , -98.826295 , 34.855673 , -98.088978 )
Wikipedia ID for Comanche : Q484590
Wikipedia SPARQL Query for Comanche (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484590 wdt:P1082 ?population. }
OPTIONAL { wd:Q484590 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484590 wdt:P2046 ?area. }
OPTIONAL { wd:Q484590 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484590 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484590 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 Comanche map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.405948, -98.826295, 34.855673, -98.088978);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Comanche)
[out:json];
(
rel["name"="Comanche"][type=boundary];
rel["name:en"="Comanche"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Comanche
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Artillery Village | 34.638960 , -98.413940 |
| Cache | 34.629690 , -98.617993 |
| Cache Wye | 34.709510 , -98.628400 |
| Chattanooga | 34.424247 , -98.654089 |
| Chatto Crossing | 34.685630 , -98.387550 |
| Corral Crossing | 34.665630 , -98.379500 |
| Cove Acres | 34.831460 , -98.337000 |
| Coxs Corner | 34.637570 , -98.212270 |
| Edgewater Park | 34.825900 , -98.378110 |
| Elgin | 34.784819 , -98.300981 |
| Faxon | 34.460281 , -98.579362 |
| Fletcher | 34.822465 , -98.239099 |
| Fort Sill | 34.677449 , -98.399305 |
| Four Mile Crossing | 34.686180 , -98.445330 |
| Geronimo | 34.485124 , -98.389173 |
| Green Meadow Acres | 34.798400 , -98.384500 |
| Grenade Crossing | 34.669790 , -98.380890 |
| Indiahoma | 34.619880 , -98.752095 |
| Indiahoma Wye | 34.695620 , -98.705340 |
| Lake Ellsworth Addition | 34.837010 , -98.321720 |
| Lakeside Village | 34.798400 , -98.385050 |
| Lawton | 34.617056 , -98.420393 |
| Lawtonka Acres | 34.778400 , -98.531730 |
| Letitia | 34.579520 , -98.211710 |
| Medicine Park | 34.729483 , -98.484224 |
| Meers | 34.782840 , -98.578950 |
| Mount View | 34.797010 , -98.176710 |
| Peachtree Crossing | 34.687020 , -98.381720 |
| Porter Hill | 34.782570 , -98.386720 |
| Ridley | 34.703680 , -98.378110 |
| Sterling | 34.749818 , -98.172906 |
| The Holy City | 34.742570 , -98.590340 |
Notes:
- You can download geometry data for Comanche 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.