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 : ( 42.295744 , -91.609051 , 42.645844 , -91.130079 )
Wikipedia ID for Delaware : Q115281
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:Q115281 wdt:P1082 ?population. }
OPTIONAL { wd:Q115281 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q115281 wdt:P2046 ?area. }
OPTIONAL { wd:Q115281 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q115281 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q115281 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"](42.295744, -91.609051, 42.645844, -91.130079);
);
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) |
| Almoral | 42.535550 , -91.289860 |
| Buck Creek | 42.337220 , -91.342100 |
| Colesburg | 42.638796 , -91.201004 |
| Delaware | 42.471284 , -91.339042 |
| Delhi | 42.430242 , -91.330538 |
| Dundee | 42.579851 , -91.546146 |
| Dutchtown | 42.552210 , -91.410980 |
| Earlville | 42.482755 , -91.270107 |
| Ehler | 42.310270 , -91.512660 |
| Forestville | 42.596650 , -91.528480 |
| Gilt Edge | 42.440830 , -91.204860 |
| Golden | 42.390550 , -91.470430 |
| Greeley | 42.585058 , -91.341545 |
| Hazel Green | 42.362490 , -91.389040 |
| Holy Cross | 42.595270 , -91.223470 |
| Hopkinton | 42.343122 , -91.248661 |
| Manchester | 42.485766 , -91.454757 |
| Masonville | 42.479848 , -91.591502 |
| Oneida | 42.542770 , -91.353470 |
| Petersburg | 42.554990 , -91.213190 |
| Robinson | 42.341930 , -91.578770 |
| Rockville | 42.418610 , -91.142080 |
| Ryan | 42.352409 , -91.485139 |
| Sand Springs | 42.317500 , -91.189310 |
| Thorpe | 42.566100 , -91.449310 |
| York | 42.634430 , -91.443200 |
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.