Fremont (Iowa) Map Cropping Samples
Fremont (Iowa) Map Cropping Samples-1
Fremont (Iowa) Map Cropping Samples-2
Fremont neighborhoods and villages map with 3D shadow effect
flag map of Fremont with 3D shadow effect
Fremont map with 3d shadow effect
Download outline map of Fremont (geojson format) :
Fremont.geojson (**)
Download polygon array of Fremont map for "Google Maps" :
Fremont.txt
Bounding Box for Fremont Map : ( 40.580503 , -95.888907 , 40.901746 , -95.37061 )
Wikipedia ID for Fremont : Q486123
Wikipedia SPARQL Query for Fremont (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486123 wdt:P1082 ?population. }
OPTIONAL { wd:Q486123 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486123 wdt:P2046 ?area. }
OPTIONAL { wd:Q486123 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486123 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486123 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 Fremont map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.580503, -95.888907, 40.901746, -95.37061);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Fremont)
[out:json];
(
rel["name"="Fremont"][type=boundary];
rel["name:en"="Fremont"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Fremont
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Anderson | 40.798309 , -95.608490 |
Bartlett | 40.885339 , -95.794666 |
Eureka | 40.765560 , -95.837780 |
Farragut | 40.720007 , -95.480685 |
Hamburg | 40.606121 , -95.654576 |
High Creek | 40.587500 , -95.450540 |
Imogene | 40.879039 , -95.427529 |
McPaul | 40.821950 , -95.802780 |
Payne | 40.669720 , -95.760280 |
Percival | 40.751269 , -95.813266 |
Randolph | 40.873434 , -95.564725 |
Riverton | 40.686818 , -95.568613 |
Sidney | 40.745949 , -95.644299 |
Summit | 40.829160 , -95.418050 |
Tabor | 40.894939 , -95.673712 |
Thurman | 40.820224 , -95.748810 |
Notes:
- You can download geometry data for Fremont 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.