Download outline map of Eastland (geojson format) :
Eastland.geojson (**)
Download polygon array of Eastland map for "Google Maps" :
Eastland.txt
Bounding Box for Eastland Map : ( 32.078018 , -99.118665 , 32.515618 , -98.474685 )
Wikipedia ID for Eastland : Q156270
Wikipedia SPARQL Query for Eastland (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156270 wdt:P1082 ?population. }
OPTIONAL { wd:Q156270 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156270 wdt:P2046 ?area. }
OPTIONAL { wd:Q156270 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156270 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156270 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 Eastland map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.078018, -99.118665, 32.515618, -98.474685);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Eastland)
[out:json];
(
rel["name"="Eastland"][type=boundary];
rel["name:en"="Eastland"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Eastland
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Branton | 32.168470 , -98.963670 |
| Carbon | 32.268405 , -98.827196 |
| Chaney | 32.365130 , -98.620610 |
| Chuckville | 32.099310 , -98.900060 |
| Cisco | 32.384808 , -98.980503 |
| Desdemona | 32.270410 , -98.550330 |
| Eastland | 32.401538 , -98.817336 |
| Gorman | 32.213538 , -98.672077 |
| Kokomo | 32.282910 , -98.705060 |
| Mangum | 32.320130 , -98.859510 |
| Mitchell | 32.345410 , -99.061180 |
| Morton Valley | 32.471240 , -98.816730 |
| Mountain Top | 32.227360 , -98.950340 |
| Nimrod | 32.272360 , -99.052570 |
| Okra | 32.143750 , -98.877280 |
| Olden | 32.419020 , -98.750890 |
| Pioneer | 32.111530 , -99.087560 |
| Pleasant Hill | 32.270970 , -98.957840 |
| Punkin Center | 32.320130 , -98.828950 |
| Ranger | 32.469291 , -98.675167 |
| Rising Star | 32.097634 , -98.966520 |
| Sabanno | 32.185410 , -99.090620 |
| Scranton | 32.305130 , -99.107010 |
| Staff | 32.359300 , -98.706450 |
| Tiffin | 32.496520 , -98.663110 |
| Union Center | 32.170690 , -98.960620 |
Notes:
- You can download geometry data for Eastland 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.