Private
Public Access
1
0

removed zindex, made nontransparent

This commit is contained in:
Sander Roosendaal
2017-09-12 15:56:36 +02:00
parent 9a6139a228
commit b13909b643

View File

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