June 2017
Beginner
428 pages
10h 2m
English
For the next next task, let's create a map with our suitable zones. In this task, let's have an OpenStreetMap base map, the suitability layer from GeoServer as an overlay map, and the suitable zones as another overlay map:
maps.suitability = function() { var map = L.map('map', { center: [46.08, 18.24], zoom: 10 }); };