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 : ( 36.867183 , -88.240371 , 37.179684 , -87.876996 )
Wikipedia ID for Lyon : Q117917
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:Q117917 wdt:P1082 ?population. }
OPTIONAL { wd:Q117917 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q117917 wdt:P2046 ?area. }
OPTIONAL { wd:Q117917 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q117917 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q117917 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"](36.867183, -88.240371, 37.179684, -87.876996);
);
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) |
Buena Vista Estates | 37.025050 , -88.047800 |
Carmack | 37.018110 , -88.115860 |
Commerce Landing | 36.973940 , -88.028080 |
Confederate | 36.992000 , -87.997520 |
Cross Road | 37.013390 , -88.092250 |
Dryden Estates | 36.942830 , -87.995580 |
Eddyville | 37.075900 , -88.076999 |
Eden Bay | 37.030050 , -88.040300 |
Fairview | 37.098660 , -88.063080 |
Greenacres | 37.024770 , -88.016130 |
Indian Hills | 37.034500 , -88.057800 |
Kuttawa | 37.061348 , -88.111666 |
Lamasco | 36.986160 , -87.936130 |
Palisades | 37.021720 , -88.027240 |
Paradise Hills | 37.012830 , -88.035300 |
Saratoga | 37.060050 , -87.997520 |
Suwanee | 37.050330 , -88.165300 |
Twin Lakes | 36.963940 , -88.190030 |
Wildwood Hills | 37.008940 , -88.039740 |
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.