Download outline map of Clay (geojson format) :
Clay.geojson (**)
Download polygon array of Clay map for "Google Maps" :
Clay.txt
Bounding Box for Clay Map : ( 33.466217 , -98.423801 , 34.157109 , -97.94573 )
Wikipedia ID for Clay : Q109631
Wikipedia SPARQL Query for Clay (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q109631 wdt:P1082 ?population. }
OPTIONAL { wd:Q109631 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q109631 wdt:P2046 ?area. }
OPTIONAL { wd:Q109631 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q109631 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q109631 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 Clay map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.466217, -98.423801, 34.157109, -97.94573);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Clay)
[out:json];
(
rel["name"="Clay"][type=boundary];
rel["name:en"="Clay"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Clay
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bellevue | 33.633508 , -98.016347 |
Bluegrove | 33.673990 , -98.230050 |
Buffalo Springs | 33.556490 , -98.139770 |
Byers | 34.069593 , -98.191247 |
Charlie | 34.096200 , -98.315600 |
Dean | 33.930036 , -98.367411 |
Deer Creek | 33.636490 , -98.287550 |
Dickworsham | 33.751490 , -98.115600 |
Edwards | 33.826210 , -98.030870 |
Frame | 33.814820 , -98.221710 |
Halsell | 33.719550 , -98.344770 |
Henrietta | 33.814708 , -98.192500 |
Huggins | 33.836210 , -98.070320 |
Hurnville | 33.958710 , -98.169490 |
Jolly | 33.882670 , -98.347496 |
Joy | 33.576220 , -98.215880 |
Newport | 33.467890 , -98.016430 |
Petrolia | 34.013192 , -98.231241 |
Prospect | 33.482890 , -98.191430 |
Shannon | 33.474000 , -98.258940 |
Stanfield | 33.969260 , -97.999760 |
Thornberry | 34.058150 , -98.389220 |
Vashti | 33.555660 , -98.040870 |
Walton | 33.835380 , -98.096150 |
Notes:
- You can download geometry data for Clay 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.