Download outline map of Ferry (geojson format) :
Ferry.geojson (**)
Download polygon array of Ferry map for "Google Maps" :
Ferry.txt
Bounding Box for Ferry Map : ( 47.830363 , -118.869939 , 49.000466 , -118.104447 )
Wikipedia ID for Ferry : Q493228
Wikipedia SPARQL Query for Ferry (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q493228 wdt:P1082 ?population. }
OPTIONAL { wd:Q493228 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q493228 wdt:P2046 ?area. }
OPTIONAL { wd:Q493228 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q493228 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q493228 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 Ferry map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](47.830363, -118.869939, 49.000466, -118.104447);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ferry)
[out:json];
(
rel["name"="Ferry"][type=boundary];
rel["name:en"="Ferry"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ferry
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Barney's Junction | 48.620395 , -118.128962 |
Barstow | 48.778304 , -118.132861 |
Blue Town | 48.625970 , -118.120708 |
Boyds | 48.724435 , -118.132084 |
Covada | 48.220450 , -118.208880 |
Curlew | 48.877747 , -118.604488 |
Curlew Lake | 48.731073 , -118.666292 |
Danville | 48.993694 , -118.506856 |
Dulwich | 48.847400 , -118.197500 |
Eastside Trailer Court | 48.640270 , -118.731420 |
Goldstake | 48.920460 , -118.211120 |
Harter | 48.632120 , -118.120270 |
Impach | 48.288220 , -118.236660 |
Inchelium | 48.337914 , -118.237221 |
Keller | 48.085189 , -118.716364 |
Kewa | 48.201000 , -118.278610 |
Laurier | 48.997348 , -118.224648 |
Malo | 48.799764 , -118.611922 |
Orient | 48.863766 , -118.205898 |
Pine Grove | 48.650161 , -118.683784 |
Pollard | 48.727940 , -118.666690 |
Republic | 48.648472 , -118.733053 |
Torboy | 48.677226 , -118.668864 |
Toroda | 48.942950 , -118.761980 |
Twin Lakes | 48.262171 , -118.359055 |
West Fork | 48.457660 , -118.750300 |
Notes:
- You can download geometry data for Ferry 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.