Camas (Idaho) Map Cropping Samples
Camas (Idaho) Map Cropping Samples-1
Camas (Idaho) Map Cropping Samples-2
Camas neighborhoods and villages map with 3D shadow effect
flag map of Camas with 3D shadow effect
Camas map with 3d shadow effect
Download outline map of Camas (geojson format) :
Camas.geojson (**)
Download polygon array of Camas map for "Google Maps" :
Camas.txt
Bounding Box for Camas Map : ( 43.197699 , -115.086809 , 43.858611 , -114.374579 )
Wikipedia ID for Camas : Q486054
Wikipedia SPARQL Query for Camas (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486054 wdt:P1082 ?population. }
OPTIONAL { wd:Q486054 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486054 wdt:P2046 ?area. }
OPTIONAL { wd:Q486054 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486054 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486054 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 Camas map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](43.197699, -115.086809, 43.858611, -114.374579);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Camas)
[out:json];
(
rel["name"="Camas"][type=boundary];
rel["name:en"="Camas"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Camas
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Blaine | 43.342400 , -114.595610 |
Carrietown | 43.604900 , -114.700340 |
Corral | 43.345054 , -114.949375 |
Fairfield | 43.348937 , -114.800509 |
Hill City | 43.300450 , -115.051180 |
Indian Head Rock | 43.555180 , -114.801450 |
Macon | 43.326570 , -114.545050 |
Magic | 43.255180 , -114.386710 |
Rands | 43.344350 , -114.652560 |
Selby | 43.343790 , -114.710610 |
Soldier | 43.370180 , -114.791730 |
Notes:
- You can download geometry data for Camas 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.