Navionics Test

Einbindung von Google Maps als iframe:

Einbindung von Webapp Navionics als iframe:

Einbindung einer beliebigen Webseite mittels iframe:

Einbindung von Webapp Navionics über das Plugin:

(function( $ ) { 'use strict'; JNC.setContent("https://webapiv2.navionics.com/dist/webapi/images"); NWA.addStyleString('.GolfduMorbihan { width:100%;\nheight:500px;\nborder:1px solid blue;\n\n } '); var webapi = new JNC.Views.BoatingNavionicsMap({ tagId: '.GolfduMorbihan', center: [ -2.8, 47.59 ], zoom:[ 9.0 ], navKey: 'Navionics_webapi_02368' }); })( jQuery );