Download outline map of Mono (geojson format) :
Mono.geojson (**)
Download polygon array of Mono map for "Google Maps" :
Mono.txt
Bounding Box for Mono Map : ( 37.462588 , -119.651509 , 38.713212 , -117.832726 )
Wikipedia ID for Mono : Q156366
Wikipedia SPARQL Query for Mono (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156366 wdt:P1082 ?population. }
OPTIONAL { wd:Q156366 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156366 wdt:P2046 ?area. }
OPTIONAL { wd:Q156366 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156366 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156366 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 Mono map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.462588, -119.651509, 38.713212, -117.832726);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mono)
[out:json];
(
rel["name"="Mono"][type=boundary];
rel["name:en"="Mono"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mono
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aspen Springs | 37.550001 , -118.708700 |
Belfort | 38.416310 , -119.267100 |
Benton | 37.818929 , -118.484447 |
Benton Crossing | 37.699100 , -118.764020 |
Benton Hot Springs | 37.800210 , -118.529010 |
Bodie | 38.212140 , -119.012090 |
Bridgeport | 38.256145 , -119.212284 |
Chalfant | 37.510496 , -118.375084 |
Chalfant Valley | 37.529370 , -118.363450 |
Chinatown | 38.213810 , -119.014030 |
Coleville | 38.583293 , -119.515960 |
Crestview | 37.752430 , -118.984310 |
Crowley Lake | 37.619810 , -118.749500 |
Crowley Lake | 37.569294 , -118.746421 |
Dog Town | 38.170200 , -119.197370 |
Dunderberg Mill | 38.103810 , -119.250430 |
Fales Hot Springs | 38.351030 , -119.400160 |
Hammil | 37.678540 , -118.403730 |
June Lake | 37.767723 , -119.102160 |
June Lake Junction | 37.812430 , -119.054310 |
Lake Mary | 37.599940 , -119.001240 |
Lee Vining | 37.954643 , -119.122127 |
Lower Town | 38.367420 , -119.119870 |
Lundy | 38.027420 , -119.241540 |
Mammoth Lakes | 37.627263 , -118.989944 |
McGee Creek | 37.572676 , -118.790995 |
Mesa Camp | 37.507710 , -118.573460 |
Mono City | 38.041184 , -119.146607 |
Mono Lake | 38.012271 , -119.036636 |
Mono Mills | 37.887430 , -118.959310 |
Montgomery City | 37.828540 , -118.430950 |
North Landing | 37.635210 , -118.744570 |
Paradise | 37.482854 , -118.602214 |
Pizona | 37.971600 , -118.558180 |
Sonora Junction | 38.348530 , -119.451830 |
South Landing | 37.581880 , -118.733740 |
Sunny Slopes | 37.569376 , -118.675837 |
Swall Meadows | 37.506059 , -118.642659 |
Toms Place | 37.561320 , -118.681240 |
Topaz | 38.658809 , -119.527396 |
Upper Town | 38.354360 , -119.117930 |
Walker | 38.534052 , -119.458178 |
Whitmore Hot Springs | 37.632430 , -118.812350 |
Willow Springs | 38.188530 , -119.204600 |
Notes:
- You can download geometry data for Mono 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.