Download outline map of Montrose (geojson format) :
Montrose.geojson (**)
Download polygon array of Montrose map for "Google Maps" :
Montrose.txt
Bounding Box for Montrose Map : ( 38.152228 , -109.060256 , 38.668568 , -107.50002 )
Wikipedia ID for Montrose : Q312740
Wikipedia SPARQL Query for Montrose (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q312740 wdt:P1082 ?population. }
OPTIONAL { wd:Q312740 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q312740 wdt:P2046 ?area. }
OPTIONAL { wd:Q312740 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q312740 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q312740 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 Montrose map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.152228, -109.060256, 38.668568, -107.50002);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Montrose)
[out:json];
(
rel["name"="Montrose"][type=boundary];
rel["name:en"="Montrose"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Montrose
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bedrock | 38.314990 , -108.890940 |
Cedar Creek | 38.478880 , -107.714500 |
Coventry | 38.159990 , -108.374810 |
East Vancorum | 38.227770 , -108.595090 |
Fairview | 38.488880 , -107.803120 |
Frost | 38.567210 , -107.970070 |
Hoovers Corner | 38.606930 , -108.058960 |
Houser Cow Camp | 38.329430 , -108.305640 |
Lujane | 38.487210 , -107.733670 |
Maher | 38.644990 , -107.584780 |
Montrose | 38.469176 , -107.860686 |
Mountain View | 38.305270 , -108.483980 |
Naturita | 38.218554 , -108.568287 |
Nucla | 38.266534 , -108.548715 |
Oak Grove | 38.459990 , -107.928120 |
Olathe | 38.608320 , -107.982841 |
Paradox | 38.368320 , -108.962330 |
Pea Green Corner | 38.649990 , -108.095070 |
Pinon | 38.266660 , -108.400640 |
Redvale | 38.176064 , -108.412510 |
Roe | 38.537760 , -107.944790 |
Uncompahgre | 38.378040 , -107.818670 |
Uravan | 38.368320 , -108.736490 |
Ute | 38.255540 , -108.271190 |
Vancorum | 38.231660 , -108.595650 |
Vernal | 38.389710 , -107.829230 |
West Vancorum | 38.227770 , -108.600650 |
Notes:
- You can download geometry data for Montrose 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.