Skip to content

Clean up on old packages or code #10958

@MV88

Description

@MV88

Description

Some packages are no longer used and we can do a clean up:

  • vusion-webfonts-generator

    • usage: it is used only for the internal generateIcons script that is used locally only when we have to generate new icons to commit, so it's impact is very limited.
    • action: we will externalize it so that generateIcons script will be isolated
  • canvg-browser

    • usage:
      • dead code for widget exports (we can clean up this, of course)
      • Snapshot Map : tool to export map
    • action:
      • remove dead code
      • it can be removed from leaflet only
  • @geosolutions/geostyler-sld-parser xmldom depenency

    • usage: vector styling in sld
    • action:
      • remove xmldom from package.json of @geosolutions/geostyler-sld-parser
      • release a new version
      • Update MS to use this new version

What kind of improvement you want to add? (check one with "x", remove the others)

  • Minor changes to existing features
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

Other useful information

Metadata

Metadata

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions