Private
Public Access
1
0

navionics transparent test

This commit is contained in:
Sander Roosendaal
2017-09-12 16:03:12 +02:00
parent a89298d3bb
commit ca65f20925

View File

@@ -835,7 +835,8 @@ def leaflet_chart2(lat,lon,name=""):
var navionics = new JNC.Leaflet.NavionicsOverlay({{
navKey: 'Navionics_webapi_03205',
chartType: JNC.NAVIONICS_CHARTS.NAUTICAL,
isTransparent: false
isTransparent: true,
zIndex: 1
}});