Download outline map of Sanders (geojson format) :
Sanders.geojson (**)
Download polygon array of Sanders map for "Google Maps" :
Sanders.txt
Bounding Box for Sanders Map : ( 47.120639 , -116.049763 , 48.263708 , -114.186762 )
Wikipedia ID for Sanders : Q490734
Wikipedia SPARQL Query for Sanders (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q490734 wdt:P1082 ?population. }
OPTIONAL { wd:Q490734 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q490734 wdt:P2046 ?area. }
OPTIONAL { wd:Q490734 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q490734 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q490734 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 Sanders map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](47.120639, -116.049763, 48.263708, -114.186762);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sanders)
[out:json];
(
rel["name"="Sanders"][type=boundary];
rel["name:en"="Sanders"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sanders
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agency | 47.327990 , -114.293450 |
Belknap | 47.647316 , -115.422127 |
Bend | 47.909390 , -115.049590 |
Blanchards Corner | 47.556600 , -114.871520 |
Camas | 47.617922 , -114.655991 |
Camas Prairie | 47.462710 , -114.607070 |
Central Avenue Trailer Court | 47.608270 , -114.677350 |
Childs | 47.778550 , -115.486830 |
Dixon | 47.317226 , -114.356948 |
Donlan | 47.330210 , -114.935410 |
Eddy | 47.558270 , -115.133200 |
Heron | 48.063756 , -115.980226 |
Hot Springs | 47.609176 , -114.670420 |
Larchwood | 47.850210 , -115.627950 |
Lonepine | 47.694573 , -114.640791 |
McDonald | 47.323260 , -114.462070 |
Noxon | 47.984831 , -115.770588 |
Old Agency | 47.322764 , -114.298667 |
Paradise | 47.385677 , -114.798874 |
Perma | 47.363820 , -114.584850 |
Plains | 47.460176 , -114.884498 |
Quinns | 47.324650 , -114.801800 |
Sloan | 47.492710 , -114.329290 |
Snider | 47.603830 , -115.218480 |
Talc | 47.720210 , -115.435440 |
Thompson Falls | 47.599230 , -115.340041 |
Trout Creek | 47.833070 , -115.583586 |
Tuscor | 47.903270 , -115.691010 |
Weeksville | 47.531027 , -115.007724 |
White Pine | 47.743550 , -115.482390 |
Notes:
- You can download geometry data for Sanders 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.