geostyler / geostyler-openlayers-parser

GeoStyler Style Parser implementation for OpenLayers styles
BSD 2-Clause "Simplified" License
36 stars 26 forks source link

Replace `color-name` dependency #759

Closed KaiVolland closed 11 months ago

KaiVolland commented 11 months ago

Description

This replaces the dependency color-name as its latest version is a module which has to be excluded in webpack and jest configurations. As the package itself was just a mapping object of a color name to a rgb array this mapping object is no copied to the openlayers-parser code.