Sherman (Oregon) Map Cropping Samples
Sherman (Oregon) Map Cropping Samples-1
Sherman (Oregon) Map Cropping Samples-2
Sherman neighborhoods and villages map with 3D shadow effect
flag map of Sherman with 3D shadow effect
Sherman map with 3d shadow effect
Download outline map of Sherman (geojson format) :
Sherman.geojson (**)
Download polygon array of Sherman map for "Google Maps" :
Sherman.txt
Bounding Box for Sherman Map : ( 45.082949 , -121.031202 , 45.737247 , -120.357689 )
Wikipedia ID for Sherman : Q303491
Wikipedia SPARQL Query for Sherman (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q303491 wdt:P1082 ?population. }
OPTIONAL { wd:Q303491 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q303491 wdt:P2046 ?area. }
OPTIONAL { wd:Q303491 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q303491 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q303491 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 Sherman map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](45.082949, -121.031202, 45.737247, -120.357689);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sherman)
[out:json];
(
rel["name"="Sherman"][type=boundary];
rel["name:en"="Sherman"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sherman
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Biggs Junction | 45.663971 , -120.839156 |
De Moss Springs | 45.511240 , -120.683110 |
Erskine | 45.438180 , -120.778670 |
Goff | 45.731377 , -120.661779 |
Grass Valley | 45.359057 , -120.784155 |
Kent | 45.195130 , -120.694220 |
Klondike | 45.582630 , -120.613670 |
Lockit | 45.516545 , -120.831255 |
Locust Grove | 45.598740 , -120.788950 |
McDonald | 45.588740 , -120.410050 |
Monkland | 45.485680 , -120.626720 |
Moody | 45.625636 , -120.907008 |
Moro | 45.483810 , -120.733355 |
Oakbrook | 45.302904 , -121.006851 |
Rufus | 45.691365 , -120.743234 |
Rutledge | 45.337900 , -120.647270 |
Thornberry | 45.623237 , -120.780944 |
Wasco | 45.591666 , -120.697494 |
Wilcox | 45.160877 , -120.690650 |
Notes:
- You can download geometry data for Sherman 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.