Download outline map of Delta (geojson format) :
Delta.geojson (**)
Download polygon array of Delta map for "Google Maps" :
Delta.txt
Bounding Box for Delta Map : ( 33.218269 , -95.861778 , 33.495452 , -95.30664 )
Wikipedia ID for Delta : Q109289
Wikipedia SPARQL Query for Delta (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q109289 wdt:P1082 ?population. }
OPTIONAL { wd:Q109289 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q109289 wdt:P2046 ?area. }
OPTIONAL { wd:Q109289 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q109289 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q109289 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 Delta map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.218269, -95.861778, 33.495452, -95.30664);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Delta)
[out:json];
(
rel["name"="Delta"][type=boundary];
rel["name:en"="Delta"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Delta
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Antioch | 33.377890 , -95.800520 |
Ben Franklin | 33.476770 , -95.768850 |
Charleston | 33.386500 , -95.533840 |
Cooper | 33.371747 , -95.691003 |
Crossroads | 33.445660 , -95.705240 |
East Delta | 33.393440 , -95.513010 |
Enloe | 33.432890 , -95.657460 |
Friendship | 33.313170 , -95.745790 |
Gough | 33.344000 , -95.800520 |
Horton | 33.262330 , -95.820800 |
Jot-Em-Down | 33.382890 , -95.858300 |
Kensing | 33.405940 , -95.431620 |
Klondike | 33.329830 , -95.758020 |
Lake Creek | 33.447330 , -95.588010 |
Liberty Grove | 33.331220 , -95.697180 |
Mount Joy | 33.475110 , -95.620790 |
Mount Joy Crossing | 33.483720 , -95.616620 |
Needmore | 33.323720 , -95.839690 |
Pacio | 33.431780 , -95.540230 |
Pecan Gap | 33.438198 , -95.851871 |
Post Oak | 33.398160 , -95.603010 |
Prattville | 33.424000 , -95.589400 |
Price | 33.397050 , -95.729960 |
Rattan | 33.415390 , -95.781910 |
Vasco | 33.415110 , -95.495230 |
West Delta | 33.328170 , -95.784130 |
Notes:
- You can download geometry data for Delta 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.