Worth (Iowa) Map Cropping Samples

Worth (Iowa) Map Cropping Samples-1
Worth (Iowa) Map Cropping Samples-1
Worth (Iowa) Map Cropping Samples-2
Worth (Iowa) Map Cropping Samples-2
Download outline map of Worth (geojson format) : Worth.geojson (**)
Download polygon array of Worth map for "Google Maps" : Worth.txt
Bounding Box for Worth Map : ( 43.255024 , -93.497821 , 43.499733 , -93.023908 )
Wikipedia ID for Worth : Q485463
Wikipedia SPARQL Query for Worth (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485463 wdt:P1082 ?population. }
OPTIONAL { wd:Q485463 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485463 wdt:P2046 ?area. }
OPTIONAL { wd:Q485463 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485463 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485463 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

[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](43.255024, -93.497821, 43.499733, -93.023908);
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)

Get Boundaries from overpass-turbo (OSM) with place name (Worth)
[out:json];
(
rel["name"="Worth"][type=boundary];
rel["name:en"="Worth"][type=boundary];
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)


Neighborhoods and Villages of Worth
Neighborhoods and VillagesCoordinates (Latitude, Longitude)
Bolan 43.373481 , -93.108501
Bristol 43.411900 , -93.467990
Deer Creek 43.499400 , -93.126870
Fertile 43.262311 , -93.423201
Glade 43.342740 , -93.161040
Grafton 43.330439 , -93.068703
Hanlontown 43.280901 , -93.378884
Joice 43.364789 , -93.458107
Kensett 43.353436 , -93.210632
Lansrud 43.451900 , -93.468820
Manly 43.288071 , -93.200975
Meltonville 43.447190 , -93.026310
Northwood 43.444054 , -93.216646
Silver Lake 43.480790 , -93.366600
Somber 43.422460 , -93.399100


Notes:
- You can download geometry data for Worth 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.

Create Worth neighborhoods and villages map.


Share this page