Download outline map of Franklin (geojson format) :
Franklin.geojson (**)
Download polygon array of Franklin map for "Google Maps" :
Franklin.txt
Bounding Box for Franklin Map : ( 46.192856 , -119.457921 , 46.7391 , -118.198228 )
Wikipedia ID for Franklin : Q118716
Wikipedia SPARQL Query for Franklin (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q118716 wdt:P1082 ?population. }
OPTIONAL { wd:Q118716 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q118716 wdt:P2046 ?area. }
OPTIONAL { wd:Q118716 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q118716 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q118716 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 Franklin map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](46.192856, -119.457921, 46.7391, -118.198228);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Franklin)
[out:json];
(
rel["name"="Franklin"][type=boundary];
rel["name:en"="Franklin"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Franklin
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Basin City | 46.589040 , -119.156647 |
Burr | 46.462080 , -118.630270 |
Cactus | 46.609860 , -118.932780 |
Connell | 46.662684 , -118.840324 |
Curry | 46.650140 , -118.827500 |
Davin | 46.608480 , -118.324420 |
Edwards | 46.549580 , -119.004730 |
Eltopia | 46.458750 , -119.017230 |
Estes | 46.633750 , -118.653050 |
Farrington | 46.539580 , -118.578600 |
Harder | 46.661810 , -118.488870 |
Joso | 46.611530 , -118.218580 |
Kahlotus | 46.643446 , -118.556409 |
Levey | 46.275690 , -118.844720 |
Martindale | 46.242910 , -118.963060 |
Mathews Corner | 46.459860 , -119.194460 |
McAdam | 46.696810 , -118.422200 |
Mesa | 46.573628 , -119.001279 |
Myers | 46.721530 , -118.761940 |
Pasco | 46.250400 , -119.127990 |
Perry | 46.595700 , -118.228850 |
Redd | 46.347080 , -118.758050 |
Richland Y | 46.260167 , -119.180985 |
Riverview | 46.245690 , -119.167790 |
Riverview | 46.242910 , -119.145010 |
Sagehill | 46.728153 , -119.221057 |
Sagemoor | 46.398750 , -119.061680 |
Schlomer | 46.697360 , -118.923060 |
Sperry | 46.699870 , -118.409980 |
Sulphur | 46.637360 , -118.725830 |
Wacota | 46.657920 , -118.493600 |
West Pasco | 46.250564 , -119.180076 |
Windust | 46.535970 , -118.575540 |
Notes:
- You can download geometry data for Franklin 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.