Private
Public Access
1
0

Merge branch 'release/v3.73'

This commit is contained in:
Sander Roosendaal
2017-09-12 16:05:34 +02:00

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
}});