Private
Public Access
1
0

fine tuning

This commit is contained in:
Sander Roosendaal
2017-08-12 08:35:45 +02:00
parent 1895ff2098
commit b321ce6d33

View File

@@ -735,15 +735,15 @@ def leaflet_chart(lat,lon,name=""):
layers: [streets, satellite]
}}).setView([{latmean},{lonmean}], 13);
var osmUrl2='http://tiles.openseamap.org/seamark/{{z}}/{{x}}/{{y}}.png';
var osmUrl='http://{{s}}.tile.openstreetmap.org/{{z}}/{{x}}/{{y}}.png';
var osmUrlcolor='http://{{s}}.tilexxxxx.com/watercolor/{{z}}/{{x}}/{{y}}.jpg';
//create two TileLayer
var nautical=new L.TileLayer(osmUrl,{{
maxZoom:18}});
L.control.layers({{
"Streets": streets,
"Satellite": satellite,