-
We manage the styles for the layers in the table _customer.style_library_
It should be possible to read, add, modify or delete a style.
For the styles, we are using the Geostyler format: https://…
-
## Description
The current styler for vector layers (for both 2D and 3D maps) should be review to be inline with the recent evolutions made so far for the Visual Style Editor and 3D Tiles styler:…
-
# Bug
npm run build fails on windows (not sure if it's related to os)
Error message is
`
ERROR in ./src/QGISStyleParser.ts 30:5
Module parse failed: Unexpected token (30:5)
You may need an …
-
The `AddWms` form and button were integrated in cpsi-mapview as part of #250.
It is desirable to have similar functionality to add ArcGIS Server (and AGOL) REST layers in a similar manner - by conn…
-
On Windows :
- When reading QML file, linebreaks are \r\n
- When writing style, linebreaks are \n only
To fix it, I suggest in function writeStyle of QGISStyleParser class
```
let renderOpts …
-
To recreate:
```
npm install
npm build
npm start -- -s sld -t geostyler -o C:/Temp C:/Temp/itasca.sld
```
Returns the following error, as there is only a folder name for the output rather th…
-
Currently we rely on the geostyler plugin artifacts coming from the osgeo repo. But the build fails when such a resource does not exist, e.g. https://repo.osgeo.org/repository/Geoserver-releases/org/g…
-
Hi, first thanks for this great tools.
I have to display geojson features with OpenLayer on a vueJS application. The legacy application is based on geoserver and I would like to re-used slf files.
…
-
# Bug
**Describe the bug**
vue3 + vite
import SLDParser from "geostyler-sld-parser";
const parser = new SLDParser();
return error when call parser.readStyle
but when i use work fine;
**S…
-
The following command, using Windows style paths:
```
npm start -- -s sld -t geostyler -o C:\Temp C:\Temp\itasca.sld
```
Currently returns:
```
× Error during translation of file "C:\\Temp…