Jefferson (Iowa) Map Cropping Samples

Jefferson (Iowa) Map Cropping Samples-1

Jefferson (Iowa) Map Cropping Samples-2

Jefferson neighborhoods and villages map with 3D shadow effect

flag map of Jefferson with 3D shadow effect

Jefferson map with 3d shadow effect
Download outline map of Jefferson (geojson format) :
Jefferson.geojson (**)
Download polygon array of Jefferson map for "Google Maps" :
Jefferson.txt
Bounding Box for Jefferson Map : ( 40.89972 , -92.179992 , 41.163807 , -91.715893 )
Wikipedia ID for Jefferson : Q183135
Wikipedia SPARQL Query for Jefferson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q183135 wdt:P1082 ?population. }
OPTIONAL { wd:Q183135 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q183135 wdt:P2046 ?area. }
OPTIONAL { wd:Q183135 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q183135 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q183135 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 Jefferson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.89972, -92.179992, 41.163807, -91.715893);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Jefferson)
[out:json];
(
rel["name"="Jefferson"][type=boundary];
rel["name:en"="Jefferson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Jefferson
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Abingdon | 41.082240 , -92.139070 |
| Batavia | 40.995102 , -92.167393 |
| Beckwith | 41.009190 , -91.864610 |
| Bernhart | 41.012520 , -92.067950 |
| Brookville | 41.055570 , -92.089070 |
| East Pleasant Plain | 41.136680 , -91.850170 |
| Ellmaker | 40.972800 , -92.082680 |
| Fairfield | 41.007061 , -91.967260 |
| Germanville | 41.104190 , -91.769340 |
| Glasgow | 40.940860 , -91.780450 |
| Libertyville | 40.958243 , -92.050196 |
| Linby | 41.150570 , -92.141290 |
| Lockridge | 40.993701 , -91.749221 |
| Maharishi Vedic City | 41.054330 , -92.013883 |
| Merrimac | 41.087240 , -91.718780 |
| Packwood | 41.132725 , -92.082476 |
| Perlee | 41.083910 , -91.903510 |
| Pleasant Plain | 41.147216 , -91.859629 |
| Salina | 41.045850 , -91.833230 |
| Veo | 41.154180 , -91.907950 |
Notes:
- You can download geometry data for Jefferson 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.