Download outline map of Lyon (geojson format) :
Lyon.geojson (**)
Download polygon array of Lyon map for "Google Maps" :
Lyon.txt
Bounding Box for Lyon Map : ( 38.41404 , -119.712645 , 39.740385 , -118.753736 )
Wikipedia ID for Lyon : Q835104
Wikipedia SPARQL Query for Lyon (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q835104 wdt:P1082 ?population. }
OPTIONAL { wd:Q835104 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q835104 wdt:P2046 ?area. }
OPTIONAL { wd:Q835104 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q835104 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q835104 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 Lyon map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.41404, -119.712645, 39.740385, -118.753736);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lyon)
[out:json];
(
rel["name"="Lyon"][type=boundary];
rel["name:en"="Lyon"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lyon
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Argo | 39.597410 , -119.163780 |
Carson Rapids City | 39.304360 , -119.556290 |
Churchill | 39.271580 , -119.280990 |
Como | 39.172410 , -119.476560 |
Darwin | 39.589360 , -119.102110 |
Dayton | 39.257995 , -119.568176 |
Fernley | 39.561088 , -119.192652 |
Lux | 39.127140 , -119.113770 |
Mason | 38.949920 , -119.190150 |
Mound House | 39.217130 , -119.675180 |
Nordyke | 38.891300 , -119.187100 |
Pine Grove | 38.678250 , -119.124040 |
Ramsey Station | 39.388250 , -119.307390 |
Silver City | 39.263520 , -119.640460 |
Silver Springs | 39.382616 , -119.214878 |
Simpson | 38.869360 , -119.399330 |
Smith Valley | 38.784416 , -119.344364 |
Stagecoach | 39.365594 , -119.383179 |
Sulfur | 38.619640 , -119.253770 |
Sutro | 39.279910 , -119.584060 |
Twin Flat | 39.266580 , -119.641570 |
Wabuska | 39.143810 , -119.183210 |
Weed Heights | 38.987140 , -119.209040 |
Weeks | 39.296513 , -119.272828 |
Wellington | 38.756300 , -119.375990 |
Wellington Springs | 38.753250 , -119.192380 |
Wichman | 38.563810 , -118.979030 |
Yerington | 38.992880 , -119.163136 |
Notes:
- You can download geometry data for Lyon 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.