Leaflet, the open source javascript library for web-mapping applications is fully compatible with the i-Boating Web SDK. If you have a web-mapping project built using Leaflet, now you can easily add a nautical chart layer to your project.
You can add nautical charts to your leaflet map with a few lines of code.
Its as easy as this.
<!-- This will add nautical charts to the map -->
var gl = L.blcGL({
blc_access_token:'BLC_ACCESS_TOKEN'
}).addTo(map);
If you wish to add marine charts and lake maps to your web-application, contact us for a trial key and pricing.
No comments:
Post a Comment