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 : ( 41.503093 , -94.280792 , 41.863728 , -93.790463 )
Wikipedia ID for Dallas : Q110680
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:Q110680 wdt:P1082 ?population. }
OPTIONAL { wd:Q110680 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q110680 wdt:P2046 ?area. }
OPTIONAL { wd:Q110680 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q110680 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q110680 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"](41.503093, -94.280792, 41.863728, -93.790463);
);
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) |
Adel | 41.612348 , -94.012915 |
Black Corners | 41.688320 , -94.023290 |
Booneville | 41.524160 , -93.883840 |
Bouton | 41.851315 , -94.010415 |
Dallas Center | 41.686785 , -93.984292 |
Dawson | 41.842381 , -94.220875 |
De Soto | 41.536179 , -94.009863 |
Dexter | 41.515473 , -94.227587 |
Gardiner | 41.824430 , -94.028010 |
Garretville | 41.517490 , -94.079950 |
Gibbsville | 41.800820 , -93.823840 |
Granger | 41.763061 , -93.825001 |
Granger Homesteads | 41.764430 , -93.839120 |
Kennedy | 41.606650 , -94.124960 |
Linden | 41.642642 , -94.269885 |
Midwest Country Estates | 41.612490 , -93.866890 |
Minburn | 41.757842 , -94.028361 |
Ortonville | 41.614990 , -93.959670 |
Panther | 41.688320 , -94.106350 |
Perry | 41.841096 , -94.098040 |
Perry Yard | 41.844430 , -94.087460 |
Quarry | 41.528040 , -94.080230 |
Redfield | 41.590604 , -94.196112 |
Van Meter | 41.524031 , -93.949520 |
Waukee | 41.600076 , -93.870019 |
Wiscotta | 41.580270 , -94.190240 |
Woodward | 41.841705 , -93.922180 |
Xenia | 41.856930 , -93.893280 |
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.