Download outline map of Delaware (geojson format) :
Delaware.geojson (**)
Download polygon array of Delaware map for "Google Maps" :
Delaware.txt
Bounding Box for Delaware Map : ( 36.161192 , -95.011379 , 36.670664 , -94.562687 )
Wikipedia ID for Delaware : Q484752
Wikipedia SPARQL Query for Delaware (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484752 wdt:P1082 ?population. }
OPTIONAL { wd:Q484752 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484752 wdt:P2046 ?area. }
OPTIONAL { wd:Q484752 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484752 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484752 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 Delaware map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.161192, -95.011379, 36.670664, -94.562687);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Delaware)
[out:json];
(
rel["name"="Delaware"][type=boundary];
rel["name:en"="Delaware"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Delaware
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Beckwith | 36.197030 , -94.709950 |
Bernice | 36.622020 , -94.910839 |
Brush Creek | 36.416383 , -94.784245 |
Bull Hollow | 36.304626 , -94.900826 |
Butler | 36.538689 , -94.740672 |
Cayuga | 36.625237 , -94.654168 |
Chloeta | 36.423140 , -94.970790 |
Cleora | 36.573711 , -94.947948 |
Cloud Creek | 36.271245 , -94.789961 |
Colcord | 36.264722 , -94.692023 |
Copeland | 36.657059 , -94.820499 |
Deer Lick | 36.459467 , -94.746813 |
Dennis | 36.543277 , -94.869287 |
Dodge | 36.578927 , -94.638485 |
Dripping Springs | 36.171056 , -94.685112 |
Drowning Creek | 36.477800 , -94.894247 |
Eucha | 36.392030 , -94.883010 |
Flint | 36.187310 , -94.708000 |
Flint Creek | 36.176390 , -94.743782 |
Grove | 36.592504 , -94.788594 |
Indianola | 36.444505 , -94.674667 |
Jay | 36.427251 , -94.795453 |
Kansas | 36.205651 , -94.789114 |
Kenwood | 36.301246 , -94.997876 |
Leach | 36.197851 , -94.909863 |
New Eucha | 36.391170 , -94.852219 |
Oaks | 36.169576 , -94.852618 |
Old Eucha | 36.355135 , -94.937907 |
Rocky Ford | 36.174950 , -94.911390 |
Row | 36.278690 , -94.690500 |
Sycamore | 36.394035 , -94.715999 |
Tagg Flats | 36.338723 , -94.903647 |
Tia Juana | 36.478970 , -95.003290 |
Tonnece | 36.278690 , -94.611890 |
Turkey Ford | 36.667570 , -94.715510 |
Twin Oaks | 36.192622 , -94.821738 |
West Siloam Springs | 36.175602 , -94.594132 |
White Water | 36.501691 , -94.728885 |
Zena | 36.512931 , -94.845434 |
Notes:
- You can download geometry data for Delaware 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.