Liberty (Montana) Map Cropping Samples

Liberty (Montana) Map Cropping Samples-1
Liberty (Montana) Map Cropping Samples-1
Liberty (Montana) Map Cropping Samples-2
Liberty (Montana) Map Cropping Samples-2
Download outline map of Liberty (geojson format) : Liberty.geojson (**)
Download polygon array of Liberty map for "Google Maps" : Liberty.txt
Bounding Box for Liberty Map : ( 48.132205 , -111.409097 , 48.998667 , -110.742591 )
Wikipedia ID for Liberty : Q496568
Wikipedia SPARQL Query for Liberty (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q496568 wdt:P1082 ?population. }
OPTIONAL { wd:Q496568 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q496568 wdt:P2046 ?area. }
OPTIONAL { wd:Q496568 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q496568 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q496568 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

[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](48.132205, -111.409097, 48.998667, -110.742591);
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)

Get Boundaries from overpass-turbo (OSM) with place name (Liberty)
[out:json];
(
rel["name"="Liberty"][type=boundary];
rel["name:en"="Liberty"][type=boundary];
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)


Neighborhoods and Villages of Liberty
Neighborhoods and VillagesCoordinates (Latitude, Longitude)
Buelow 48.559710 , -110.837190
Chester 48.511276 , -110.966512
Eagle Creek Colony 48.698050 , -111.210540
Hill 48.785000 , -111.160810
Joplin 48.559037 , -110.772903
Lothair 48.471650 , -111.232210
Old Banks Place 48.920280 , -111.116910
Riverview Colony 48.177200 , -111.031350
Sage Creek Colony 48.929450 , -110.974410
Tiber 48.508880 , -111.080810
Tiber Dam Camp 48.310260 , -111.087470
Whitlash 48.908340 , -111.253030


Notes:
- You can download geometry data for Liberty 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.

Create Liberty neighborhoods and villages map.


Share this page