Lucas (Iowa) Map Cropping Samples
Lucas (Iowa) Map Cropping Samples-1
Lucas (Iowa) Map Cropping Samples-2
Lucas neighborhoods and villages map with 3D shadow effect
flag map of Lucas with 3D shadow effect
Lucas map with 3d shadow effect
Download outline map of Lucas (geojson format) :
Lucas.geojson (**)
Download polygon array of Lucas map for "Google Maps" :
Lucas.txt
Bounding Box for Lucas Map : ( 40.897581 , -93.557586 , 41.161311 , -93.097595 )
Wikipedia ID for Lucas : Q485804
Wikipedia SPARQL Query for Lucas (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485804 wdt:P1082 ?population. }
OPTIONAL { wd:Q485804 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485804 wdt:P2046 ?area. }
OPTIONAL { wd:Q485804 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485804 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485804 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 Lucas map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.897581, -93.557586, 41.161311, -93.097595);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lucas)
[out:json];
(
rel["name"="Lucas"][type=boundary];
rel["name:en"="Lucas"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lucas
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Belinda | 41.138890 , -93.192430 |
Chariton | 41.017575 , -93.309449 |
Derby | 40.930336 , -93.456483 |
Indianola Junction | 41.040280 , -93.356600 |
Last Chance | 40.956390 , -93.553550 |
Lucas | 41.032211 , -93.461049 |
Norwood | 41.116660 , -93.478820 |
Oakley | 41.101110 , -93.365210 |
Olmitz | 41.081670 , -93.169370 |
Purdy | 41.160550 , -93.233260 |
Russell | 40.980105 , -93.200539 |
Tipperary | 41.113610 , -93.154370 |
Whitebreast | 41.039440 , -93.362710 |
Williamson | 41.088242 , -93.256882 |
Zero | 40.983340 , -93.127150 |
Notes:
- You can download geometry data for Lucas 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.