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 : ( 33.795065 , -92.961419 , 34.155877 , -92.334249 )
Wikipedia ID for Dallas : Q61012
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:Q61012 wdt:P1082 ?population. }
OPTIONAL { wd:Q61012 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61012 wdt:P2046 ?area. }
OPTIONAL { wd:Q61012 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61012 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61012 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"](33.795065, -92.961419, 34.155877, -92.334249);
);
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) |
Beech Grove | 33.813160 , -92.448490 |
Bucksnort | 33.845660 , -92.474320 |
Bunn | 34.001490 , -92.495430 |
Carthage | 34.072548 , -92.555500 |
Cooney | 34.132320 , -92.531820 |
Dalark | 34.037320 , -92.886000 |
Eagletie | 33.882600 , -92.607660 |
Fairview | 33.973160 , -92.879610 |
Farindale | 34.092880 , -92.408490 |
Fordyce | 33.818117 , -92.417564 |
Holly Springs | 33.815380 , -92.709610 |
Ivan | 33.911770 , -92.424600 |
Ivy | 34.128150 , -92.529600 |
Jacinto | 33.904550 , -92.638220 |
Manning | 34.021210 , -92.792940 |
New Hope | 33.895940 , -92.797940 |
North Fordyce | 33.825100 , -92.411820 |
Pine Grove | 33.882330 , -92.771830 |
Princeton | 33.981770 , -92.624600 |
Ramsey | 33.874270 , -92.553770 |
Round Hill | 34.132320 , -92.794330 |
Sparkman | 33.917296 , -92.849991 |
Tulip | 34.082320 , -92.653770 |
Wave | 34.027600 , -92.688500 |
Willow | 34.133710 , -92.746280 |
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.