Download outline map of Ellis (geojson format) :
Ellis.geojson (**)
Download polygon array of Ellis map for "Google Maps" :
Ellis.txt
Bounding Box for Ellis Map : ( 32.052087 , -97.087453 , 32.549428 , -96.383082 )
Wikipedia ID for Ellis : Q110130
Wikipedia SPARQL Query for Ellis (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q110130 wdt:P1082 ?population. }
OPTIONAL { wd:Q110130 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q110130 wdt:P2046 ?area. }
OPTIONAL { wd:Q110130 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q110130 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q110130 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 Ellis map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.052087, -97.087453, 32.549428, -96.383082);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ellis)
[out:json];
(
rel["name"="Ellis"][type=boundary];
rel["name:en"="Ellis"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ellis
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alma | 32.281198 , -96.550487 |
Alsdorf | 32.405140 , -96.535820 |
Auburn | 32.297370 , -97.077230 |
Avalon | 32.205430 , -96.789990 |
Bardwell | 32.267076 , -96.695539 |
Bell Branch | 32.243480 , -96.925550 |
Boyce | 32.378200 , -96.737770 |
Boz | 32.308200 , -96.929170 |
Bristol | 32.455037 , -96.567212 |
Byrd | 32.210700 , -96.666380 |
Creechville | 32.342640 , -96.529150 |
Crisp | 32.397920 , -96.581100 |
Ennis | 32.325476 , -96.636878 |
Ensign | 32.265420 , -96.615540 |
Ferris | 32.536934 , -96.673768 |
Five Points | 32.278200 , -96.901390 |
Forreston | 32.256260 , -96.865270 |
Garrett | 32.368061 , -96.654326 |
Griffith | 32.369310 , -97.078340 |
Howard | 32.290700 , -96.771110 |
Ike | 32.403750 , -96.770270 |
India | 32.525140 , -96.616100 |
Italy | 32.185741 , -96.886617 |
Lone Cedar | 32.148760 , -96.751380 |
Lumkins | 32.243760 , -96.864440 |
Maypearl | 32.313892 , -97.005481 |
Midlothian | 32.474109 , -96.987284 |
Milford | 32.121389 , -96.949788 |
Mountain Peak | 32.412640 , -97.017500 |
Nelson | 32.313760 , -96.856940 |
Oak Leaf | 32.513790 , -96.856360 |
Onion Creek | 32.224310 , -96.621660 |
Ovilla | 32.535301 , -96.889592 |
Palmer | 32.425054 , -96.673293 |
Pecan Hill | 32.490714 , -96.781333 |
Plum Grove | 32.195700 , -96.989450 |
Reagor Springs | 32.328760 , -96.760830 |
Red Oak | 32.520215 , -96.786136 |
Rockett | 32.469860 , -96.763880 |
Sand Lake | 32.429590 , -96.492760 |
Sardis | 32.428750 , -96.906110 |
Sterrett | 32.474030 , -96.831390 |
Telico | 32.372090 , -96.512490 |
Trumbull | 32.490420 , -96.665550 |
Waxahachie | 32.403574 , -96.842803 |
Notes:
- You can download geometry data for Ellis 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.