-
Currently the `Symbolizer` editor only supports `Symbolizer`s of kind `circle`.
We need to create the editors for for the other `Symbolizer`s:
1. - [x] General `Select` field for Symbolizer kind
…
-
We need to implement the `writeStyle` method of the SLD Parser.
-
Right now `npm start` leads to
```
Failed to compile.
/home/jansen/eclipse-ws/geostyler/src/Model/Rule/Rule.spec.ts
(4,10): Module '"/home/jansen/eclipse-ws/geostyler/src/Interface/Filter/Filt…
-
The GeoStyler needs a ``DataProvider`` component, which is supposed to do the following:
- Retrieve and manage a list of available ``DataParser`` instances (for different formats)
- Implement …
-
The read and write methods of Data- and StyleParsers should be asynchornous / return Promises.
This allows us to do asynchronous stuff in the concrete implementations of our parsers. An explicit ex…