VOL3 / v-ol3

Vaadin OpenLayers 3 wrapper
Apache License 2.0
15 stars 18 forks source link

ol.Graticule #110

Closed All4Gis closed 4 years ago

All4Gis commented 4 years ago

Hi all

I just started a project with this wrapper.

Does anyone know how to implement ol.graticule here?Any leads?

https://openlayers.org/en/v4.6.5/examples/graticule.html?q=graticule

js code

var graticule = new ol.Graticule({
    map: map //Reference to an ol.Map object
});
And later, to remove from the map:

graticule.setMap(null);

thanks