Shelby (Iowa) Map Cropping Samples
Shelby (Iowa) Map Cropping Samples-1
Shelby (Iowa) Map Cropping Samples-2
Shelby neighborhoods and villages map with 3D shadow effect
flag map of Shelby with 3D shadow effect
Shelby map with 3d shadow effect
Download outline map of Shelby (geojson format) :
Shelby.geojson (**)
Download polygon array of Shelby map for "Google Maps" :
Shelby.txt
Bounding Box for Shelby Map : ( 41.50469 , -95.558143 , 41.864207 , -95.040719 )
Wikipedia ID for Shelby : Q485491
Wikipedia SPARQL Query for Shelby (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485491 wdt:P1082 ?population. }
OPTIONAL { wd:Q485491 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485491 wdt:P2046 ?area. }
OPTIONAL { wd:Q485491 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485491 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485491 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 Shelby map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.50469, -95.558143, 41.864207, -95.040719);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Shelby)
[out:json];
(
rel["name"="Shelby"][type=boundary];
rel["name:en"="Shelby"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Shelby
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Botna | 41.855820 , -95.131380 |
Corley | 41.577719 , -95.330558 |
Defiance | 41.825418 , -95.340354 |
Earling | 41.776173 , -95.418991 |
Elk Horn | 41.592984 , -95.061560 |
Harlan | 41.649515 , -95.326862 |
Harlan Trailer Court | 41.665270 , -95.320280 |
Irwin | 41.790157 , -95.206793 |
Jacksonville | 41.645074 , -95.151692 |
Kirkman | 41.728056 , -95.267288 |
Panama | 41.726351 , -95.475476 |
Portsmouth | 41.650416 , -95.519314 |
Red Line | 41.717210 , -95.151100 |
Rorbeck | 41.548040 , -95.133600 |
Shelby | 41.507515 , -95.450335 |
Tennant | 41.594116 , -95.444935 |
Westphalia | 41.719252 , -95.393665 |
Notes:
- You can download geometry data for Shelby 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.