Download outline map of DeWitt (geojson format) :
DeWitt.geojson (**)
Download polygon array of DeWitt map for "Google Maps" :
DeWitt.txt
Bounding Box for DeWitt Map : ( 28.8133 , -97.75511 , 29.384488 , -96.976378 )
Wikipedia ID for DeWitt : Q26712
Wikipedia SPARQL Query for DeWitt (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26712 wdt:P1082 ?population. }
OPTIONAL { wd:Q26712 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26712 wdt:P2046 ?area. }
OPTIONAL { wd:Q26712 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26712 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26712 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 DeWitt map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](28.8133, -97.75511, 29.384488, -96.976378);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (DeWitt)
[out:json];
(
rel["name"="DeWitt"][type=boundary];
rel["name:en"="DeWitt"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of DeWitt
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arneckeville | 28.992480 , -97.272210 |
Buchel | 29.158860 , -97.291380 |
Concrete | 29.238300 , -97.293040 |
Cotton Patch | 28.984140 , -97.616390 |
Cuero | 29.094596 , -97.287505 |
Edgar | 29.205250 , -97.234160 |
Garfield | 29.042470 , -97.651940 |
Golly | 28.943590 , -97.261660 |
Gruenau | 29.070810 , -97.567490 |
Hochheim | 29.312470 , -97.291660 |
Kubala Store | 29.069420 , -97.491100 |
Lindenau | 29.117750 , -97.370820 |
Meyersville | 28.928320 , -97.312490 |
New Davy | 29.055810 , -97.612770 |
Nopal | 29.131640 , -97.577770 |
Nordheim | 28.923790 , -97.614077 |
Old Davy | 29.083580 , -97.627220 |
Pearl City | 29.314410 , -97.243880 |
Petersville | 29.312750 , -97.216650 |
Steen | 29.321910 , -97.312770 |
Stratton | 29.151640 , -97.150270 |
Terryville | 29.189970 , -97.071100 |
Thomaston | 28.997480 , -97.154990 |
Upper Meyersville | 28.919430 , -97.346380 |
Verhelle | 29.044150 , -97.193040 |
Westhoff | 29.194970 , -97.471100 |
Yorktown | 28.982811 , -97.505025 |
Notes:
- You can download geometry data for DeWitt 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.