1var OpenStreetMap_Mapnik = L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
2 maxZoom: 19,
3 attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
4});
5var OpenAIP = L.tileLayer('http://{s}.tile.maps.openaip.net/geowebcache/service/tms/1.0.0/openaip_basemap@EPSG%3A900913@png/{z}/{x}/{y}.{ext}', {
6 attribution: '<a href="https://www.openaip.net/">openAIP Data</a> (<a href="https://creativecommons.org/licenses/by-sa/3.0/">CC-BY-NC-SA</a>)',
7 ext: 'png',
8 minZoom: 4,
9 maxZoom: 14,
10 tms: true,
11 detectRetina: true,
12 subdomains: '12'
13});
14
1var OpenStreetMap_Mapnik = L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
2 maxZoom: 19,
3 attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
4});
5var OpenAIP = L.tileLayer('http://{s}.tile.maps.openaip.net/geowebcache/service/tms/1.0.0/openaip_basemap@EPSG%3A900913@png/{z}/{x}/{y}.{ext}', {
6 attribution: '<a href="https://www.openaip.net/">openAIP Data</a> (<a href="https://creativecommons.org/licenses/by-sa/3.0/">CC-BY-NC-SA</a>)',
7 ext: 'png',
8 minZoom: 4,
9 maxZoom: 14,
10 tms: true,
11 detectRetina: true,
12 subdomains: '12'
13});
14
1<link rel="stylesheet" href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css"
2 integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A=="
3 crossorigin=""/>
4<script src="https://unpkg.com/leaflet@1.7.1/dist/leaflet.js"
5 integrity="sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA=="
6 crossorigin=""></script>
7
1 <!-- Make sure you put this AFTER Leaflet's CSS -->
2 <script src="https://unpkg.com/leaflet@1.7.1/dist/leaflet.js"
3 integrity="sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA=="
4 crossorigin=""></script>
5
1 <link rel="stylesheet" href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css"
2 integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A=="
3 crossorigin=""/>
4