Download outline map of Dallas (geojson format) :
Dallas.geojson (**)
Download polygon array of Dallas map for "Google Maps" :
Dallas.txt
Bounding Box for Dallas Map : ( 32.545214 , -97.038385 , 32.989328 , -96.516866 )
Wikipedia ID for Dallas : Q111168
Wikipedia SPARQL Query for Dallas (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111168 wdt:P1082 ?population. }
OPTIONAL { wd:Q111168 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111168 wdt:P2046 ?area. }
OPTIONAL { wd:Q111168 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111168 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111168 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 Dallas map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.545214, -97.038385, 32.989328, -96.516866);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Dallas)
[out:json];
(
rel["name"="Dallas"][type=boundary];
rel["name:en"="Dallas"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Dallas
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Addison | 32.958681 , -96.835645 |
| Arcadia Park | 32.749580 , -96.910560 |
| Arlington | 32.684761 , -97.020238 |
| Balch Springs | 32.719396 , -96.615096 |
| Bethard | 32.903740 , -96.691390 |
| Bethel | 32.960120 , -96.976670 |
| Carrollton | 32.988438 , -96.900137 |
| Cedar Hill | 32.580867 , -96.959266 |
| Cedarview | 32.579860 , -96.966670 |
| Cockrell Hill | 32.738182 , -96.888550 |
| Coppell | 32.963877 , -96.990824 |
| Dallas | 32.793980 , -96.765692 |
| DeSoto | 32.599151 , -96.863360 |
| Duncanville | 32.645945 , -96.912774 |
| Estelle | 32.878325 , -97.022280 |
| Farmers Branch | 32.927178 , -96.880424 |
| Garland | 32.910080 , -96.630426 |
| Glenn Heights | 32.550647 , -96.854773 |
| Grand Prairie | 32.686773 , -97.020935 |
| Highland Park | 32.831056 , -96.801234 |
| Hutchins | 32.642112 , -96.709283 |
| Irving | 32.858381 , -96.970306 |
| Kingswood | 32.571530 , -96.974730 |
| Lancaster | 32.592262 , -96.773751 |
| Liberty Grove | 32.957900 , -96.528050 |
| Mesquite | 32.762123 , -96.588782 |
| Patrick | 32.574020 , -96.631380 |
| Red Bird Addition | 32.668740 , -96.918610 |
| Richardson | 32.971657 , -96.709305 |
| Rowlett | 32.916675 , -96.548895 |
| Sachse | 32.972598 , -96.579243 |
| Seagoville | 32.652976 , -96.545776 |
| Sunnyvale | 32.797394 , -96.557661 |
| University Park | 32.850610 , -96.793756 |
| Westwood Park | 32.701800 , -96.878060 |
| Wilmer | 32.598260 , -96.682055 |
Notes:
- You can download geometry data for Dallas 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.