Download outline map of Dickinson (geojson format) :
Dickinson.geojson (**)
Download polygon array of Dickinson map for "Google Maps" :
Dickinson.txt
Bounding Box for Dickinson Map : ( 43.255054 , -95.38809 , 43.501196 , -94.913723 )
Wikipedia ID for Dickinson : Q112069
Wikipedia SPARQL Query for Dickinson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q112069 wdt:P1082 ?population. }
OPTIONAL { wd:Q112069 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q112069 wdt:P2046 ?area. }
OPTIONAL { wd:Q112069 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q112069 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q112069 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 Dickinson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](43.255054, -95.38809, 43.501196, -94.913723);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Dickinson)
[out:json];
(
rel["name"="Dickinson"][type=boundary];
rel["name:en"="Dickinson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Dickinson
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arnolds Park | 43.360003 , -95.126415 |
Beaches Resort | 43.428300 , -95.173890 |
Crescent Beach Resort | 43.366080 , -95.170270 |
Crows Nest Resort | 43.373020 , -95.123610 |
Egralharve | 43.402190 , -95.173050 |
Hagerty | 43.313020 , -95.329170 |
Lake Park | 43.447763 , -95.325247 |
Manhattan Beach Resort | 43.391070 , -95.167500 |
Milford | 43.334348 , -95.146025 |
Montgomery | 43.440800 , -95.202770 |
Okoboji | 43.391220 , -95.139289 |
Old Town | 43.313580 , -95.144160 |
Orleans | 43.451069 , -95.098157 |
Sand Bar Beach Resort and Trailer Court | 43.487460 , -95.054440 |
Spirit Lake | 43.417002 , -95.112419 |
Superior | 43.433689 , -94.946743 |
Terril | 43.305847 , -94.968964 |
Triboji Beach | 43.426910 , -95.174720 |
Village East Resort | 43.387460 , -95.128330 |
Wahpeton | 43.374164 , -95.174438 |
Wallace | 43.269970 , -95.329170 |
West Okoboji | 43.348994 , -95.163113 |
Notes:
- You can download geometry data for Dickinson 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.