Closed All4Gis closed 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
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
thanks