Download outline map of Phillips (geojson format) :
Phillips.geojson (**)
Download polygon array of Phillips map for "Google Maps" :
Phillips.txt
Bounding Box for Phillips Map : ( 47.449477 , -108.891024 , 49.000025 , -107.179864 )
Wikipedia ID for Phillips : Q496577
Wikipedia SPARQL Query for Phillips (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q496577 wdt:P1082 ?population. }
OPTIONAL { wd:Q496577 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q496577 wdt:P2046 ?area. }
OPTIONAL { wd:Q496577 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q496577 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q496577 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 Phillips map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](47.449477, -108.891024, 49.000025, -107.179864);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Phillips)
[out:json];
(
rel["name"="Phillips"][type=boundary];
rel["name:en"="Phillips"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Phillips
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ashfield | 48.461940 , -107.473980 |
Bone Crossing | 48.521110 , -107.329530 |
Bowdoin | 48.392770 , -107.606210 |
Caldwell | 48.971680 , -108.172620 |
Chapman | 48.868620 , -108.133170 |
Cole | 48.541110 , -107.468700 |
Content | 48.020550 , -107.560390 |
Cree Crossing | 48.540550 , -107.519260 |
Dodson | 48.395655 , -108.246968 |
Dryer Place | 47.743060 , -107.565380 |
DY Junction | 47.795550 , -108.633490 |
East Malta Colony | 48.351660 , -107.609270 |
Jordan Crossing | 48.507230 , -107.287300 |
Landusky | 47.897770 , -108.622370 |
Loring | 48.792230 , -107.861770 |
Malta | 48.355421 , -107.871051 |
Midale | 47.904160 , -108.162070 |
Morgan | 48.993350 , -107.832320 |
Old Whitcomb Place | 47.985270 , -107.978450 |
Riverside Trailer Court | 48.361110 , -107.874280 |
Saco | 48.456865 , -107.340908 |
Sleeping Buffalo | 48.483890 , -107.528710 |
Sumner | 48.779730 , -108.104290 |
Sun Prairie | 47.845550 , -107.746500 |
Tattnall | 48.627220 , -107.542870 |
Valleytown | 48.705570 , -107.239790 |
Wagner | 48.370550 , -108.077630 |
Whitewater | 48.763505 , -107.630300 |
X Crossing | 47.703330 , -107.782610 |
Zortman | 47.916736 , -108.509023 |
Notes:
- You can download geometry data for Phillips 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.