compassinformatics / cpsi-mapview

GNU General Public License v3.0
6 stars 14 forks source link

Update geostyler-sld-parser and geostyler-openlayers-parser #658

Closed geographika closed 1 year ago

geographika commented 1 year ago

Update to latest versions of both GeoStyler parsers used in mapview. Also add custom build step to build.xml to copy across the js.map files. These cannot be added to app.json so need to be copied into the build folder separately.

Production builds will then have these files available in the deployment e.g. /node_modules/geostyler-sld-parser/browser/sldStyleParser.iife.js.map

Any dependent projects will need to update build.xml and app.json with the changes in this pull request.