Jean-Marc Viglino
Jean-Marc Viglino
Hello, The lib use the Openlayers drawFeature ([ol/render/VerctorContext.drawFeature(feature, style)](https://openlayers.org/en/latest/apidoc/module-ol_render_canvas_Immediate-CanvasImmediateRenderer.html)). It seems this function doesn't care the new line when drawing... NB: this repository is now obsolete. It is now part...
It seems the getPreview is not able to get the source tile grid... The tile grid is used to get a tile preview. Thus I don't know how to solve...
`Button` control can't be disabled you have to handle it in your listener. You can use `Toggle` button that can be disabled (using `setDisable()`).
You can get all bookmarks using `getBookmarks()` then remove them like this: ```javascript // remove none permaent bookmarks var bm = bookmarkControl.getBookmarks() for (var b in bm) { if (!bm[b].permanent)...
last version of ol (v7) has introduce breaking changes and ol-ext in not working yet. A new version will be released asap. See #839
Added to the package.json. Look at https://github.com/Siedlerchr/types-ol-ext to have typescript definition.
I've published a 4.0.1. Tell me if it runs.
See #868
@SimonSchneider > Sorry for the delay, I've tested it and 4.0.1 has been working great It seems that extension is required when using "type": "module"
@Isti115 That's what I planned to do! you beat me 🚀