Horst Dehmer
Horst Dehmer
Ups, wrong issue. I was referring display of labels not whole features. Re-opening.
I think, there is not much we can do here. As you are surely aware, there is quite a bunch of modifiers which can be places around the icon. There...
I assume `take` in the case must be aware of the additional protocol and has to actively close upstream interval when it's done. `take` probably also has to close itself...
@Måns I'm currently in the process of trying exactly this for icons and icon parts. That's quite challenging at least for icon parts since they depend on a bunch of...
I have created the following workaround some time ago and had no troubles so far. ``` import GeometryFactory from 'jsts/org/locationtech/jts/geom/GeometryFactory.js' import OL3Parser from 'jsts/org/locationtech/jts/io/OL3Parser.js' import GeoJSONReader from 'jsts/org/locationtech/jts/io/GeoJSONReader.js' import *...
Same problem here with OpenLayers. Build is OK without `resolve.conditionNames: ['svelte']` and currently I also do not use external Svelte components. But what if we were to use external components?...
This is meant as a preview which is especially useful for tactical graphics. FYI: When command palette is closed with ESCAPE key, the symbol is reverted to the original. If...
@spatialillusions I just played with **svgo** to optimize a set of 28 selected symbols with varying complexity. With default svgo options, the reduction in (file) size lies between 14% and...
@spatialillusions I always wondered where the official SVGs might be published and if they are publicly available. Do you by any chance have a pointer in this direction? Thanks!