Download outline map of Garvin (geojson format) :
Garvin.geojson (**)
Download polygon array of Garvin map for "Google Maps" :
Garvin.txt
Bounding Box for Garvin Map : ( 34.506502 , -97.668483 , 34.855419 , -96.932262 )
Wikipedia ID for Garvin : Q484616
Wikipedia SPARQL Query for Garvin (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484616 wdt:P1082 ?population. }
OPTIONAL { wd:Q484616 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484616 wdt:P2046 ?area. }
OPTIONAL { wd:Q484616 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484616 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484616 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 Garvin map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.506502, -97.668483, 34.855419, -96.932262);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Garvin)
[out:json];
(
rel["name"="Garvin"][type=boundary];
rel["name:en"="Garvin"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Garvin
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Antioch | 34.725080 , -97.405580 |
| Boudinot | 34.813410 , -97.108360 |
| Brady | 34.622860 , -97.282520 |
| Carver | 34.523420 , -97.484470 |
| Civit | 34.789250 , -97.125580 |
| Elmore City | 34.629926 , -97.390895 |
| Eola | 34.550360 , -97.440300 |
| Erin Springs | 34.811398 , -97.605446 |
| Foster | 34.594122 , -97.492821 |
| Hoover | 34.521200 , -97.247240 |
| Katie | 34.583311 , -97.338826 |
| Lindsay | 34.839405 , -97.610350 |
| McCarty | 34.670360 , -97.317800 |
| McGee | 34.825640 , -96.957240 |
| Neill | 34.821740 , -97.512530 |
| Paoli | 34.826104 , -97.262627 |
| Pauls Valley | 34.723544 , -97.229011 |
| Pernell | 34.561470 , -97.510030 |
| Purdy | 34.715910 , -97.587530 |
| Satterwhite | 34.564810 , -97.405020 |
| Stratford | 34.795231 , -96.960271 |
| White Bead | 34.763410 , -97.301970 |
| Whitebead | 34.760910 , -97.300580 |
| Wynnewood | 34.644178 , -97.162683 |
Notes:
- You can download geometry data for Garvin 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.