Sitka (Alaska) Map Cropping Samples
Sitka (Alaska) Map Cropping Samples-1
Sitka (Alaska) Map Cropping Samples-2
Sitka neighborhoods and villages map with 3D shadow effect
flag map of Sitka with 3D shadow effect
Sitka map with 3d shadow effect
Download outline map of Sitka (geojson format) :
Sitka.geojson (**)
Download polygon array of Sitka map for "Google Maps" :
Sitka.txt
Bounding Box for Sitka Map : ( 56.145021 , -136.454479 , 58.001387 , -134.436541 )
Wikipedia ID for Sitka : Q79804
Wikipedia SPARQL Query for Sitka (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q79804 wdt:P1082 ?population. }
OPTIONAL { wd:Q79804 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q79804 wdt:P2046 ?area. }
OPTIONAL { wd:Q79804 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q79804 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q79804 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 Sitka map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](56.145021, -136.454479, 58.001387, -134.436541);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sitka)
[out:json];
(
rel["name"="Sitka"][type=boundary];
rel["name:en"="Sitka"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sitka
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Baranof | 57.089440 , -134.833060 |
Hidden Falls | 57.217010 , -134.872070 |
Port Armstrong | 56.296130 , -134.665730 |
Sitka | 57.180451 , -135.308709 |
Todd | 57.461110 , -135.039720 |
Notes:
- You can download geometry data for Sitka 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.