Ector (Texas) Map Cropping Samples
Ector (Texas) Map Cropping Samples-1
Ector (Texas) Map Cropping Samples-2
Ector neighborhoods and villages map with 3D shadow effect
flag map of Ector with 3D shadow effect
Ector map with 3d shadow effect
Download outline map of Ector (geojson format) :
Ector.geojson (**)
Download polygon array of Ector map for "Google Maps" :
Ector.txt
Bounding Box for Ector Map : ( 31.651085 , -102.799086 , 32.08721 , -102.287048 )
Wikipedia ID for Ector : Q109810
Wikipedia SPARQL Query for Ector (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q109810 wdt:P1082 ?population. }
OPTIONAL { wd:Q109810 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q109810 wdt:P2046 ?area. }
OPTIONAL { wd:Q109810 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q109810 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q109810 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 Ector map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.651085, -102.799086, 32.08721, -102.287048);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ector)
[out:json];
(
rel["name"="Ector"][type=boundary];
rel["name:en"="Ector"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ector
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arcade | 31.802900 , -102.445980 |
Badger | 31.729020 , -102.614310 |
Douro | 31.761790 , -102.525700 |
Gardendale | 32.010453 , -102.358691 |
Goldsmith | 31.983325 , -102.616381 |
Judkins | 31.717630 , -102.632650 |
Metz | 31.703460 , -102.657090 |
Notrees | 31.917340 , -102.755710 |
Odessa | 31.879456 , -102.344465 |
Penwell | 31.739850 , -102.591540 |
Pleasant Farms | 31.675970 , -102.372640 |
Scharbauer City | 32.023730 , -102.430420 |
Turnbaugh Corner | 31.979840 , -102.682650 |
West Odessa | 31.838769 , -102.499692 |
Notes:
- You can download geometry data for Ector 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.