Download outline map of Ada (geojson format) :
Ada.geojson (**)
Download polygon array of Ada map for "Google Maps" :
Ada.txt
Bounding Box for Ada Map : ( 43.112238 , -116.514055 , 43.80747 , -115.974239 )
Wikipedia ID for Ada : Q109820
Wikipedia SPARQL Query for Ada (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q109820 wdt:P1082 ?population. }
OPTIONAL { wd:Q109820 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q109820 wdt:P2046 ?area. }
OPTIONAL { wd:Q109820 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q109820 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q109820 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 Ada map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](43.112238, -116.514055, 43.80747, -115.974239);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ada)
[out:json];
(
rel["name"="Ada"][type=boundary];
rel["name:en"="Ada"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ada
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Blacks Creek | 43.477670 , -116.138170 |
Boise | 43.608590 , -116.227490 |
Boise | 43.599115 , -116.230605 |
Boise Hills Village | 43.632390 , -116.189840 |
Eagle | 43.723160 , -116.385705 |
Garden City | 43.652773 , -116.274676 |
Hidden Spring | 43.719888 , -116.251255 |
Highlands | 43.646000 , -116.193730 |
Kuna | 43.484833 , -116.399237 |
Leone | 43.407670 , -116.093720 |
Meridian | 43.618227 , -116.397683 |
Orchard | 43.314610 , -116.026210 |
Owyhee | 43.418220 , -116.200670 |
Pleasant Valley | 43.444610 , -116.247060 |
Regina | 43.390170 , -115.992050 |
Sonna | 43.609610 , -116.456790 |
Star | 43.703259 , -116.497082 |
Swan Falls | 43.241550 , -116.374280 |
Ustick | 43.633500 , -116.321790 |
Vernon | 43.588500 , -116.160950 |
Notes:
- You can download geometry data for Ada 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.