Page (Iowa) Map Cropping Samples
Page (Iowa) Map Cropping Samples-1
Page (Iowa) Map Cropping Samples-2
Page neighborhoods and villages map with 3D shadow effect
flag map of Page with 3D shadow effect
Page map with 3d shadow effect
Download outline map of Page (geojson format) :
Page.geojson (**)
Download polygon array of Page map for "Google Maps" :
Page.txt
Bounding Box for Page Map : ( 40.575068 , -95.385483 , 40.90155 , -94.913124 )
Wikipedia ID for Page : Q240621
Wikipedia SPARQL Query for Page (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q240621 wdt:P1082 ?population. }
OPTIONAL { wd:Q240621 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q240621 wdt:P2046 ?area. }
OPTIONAL { wd:Q240621 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q240621 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q240621 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 Page map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.575068, -95.385483, 40.90155, -94.913124);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Page)
[out:json];
(
rel["name"="Page"][type=boundary];
rel["name:en"="Page"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Page
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bingham | 40.734160 , -95.288870 |
Blanchard | 40.580793 , -95.221452 |
Braddyville | 40.580631 , -95.031186 |
Clarinda | 40.738011 , -95.034004 |
Coin | 40.656063 , -95.234873 |
College Springs | 40.621290 , -95.121118 |
Essex | 40.832679 , -95.303807 |
Hawleyville | 40.776660 , -94.936370 |
Hepburn | 40.847657 , -95.016686 |
Northboro | 40.608017 , -95.293638 |
Norwich | 40.742500 , -95.256650 |
Nyman | 40.880830 , -95.203880 |
Page Center | 40.712210 , -95.129700 |
Shambaugh | 40.657475 , -95.035247 |
Shenandoah | 40.758302 , -95.372058 |
Yorktown | 40.735369 , -95.154396 |
Notes:
- You can download geometry data for Page 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.