geostyler / geostyler-sld-parser

GeoStyler-Style-Parser implementation for SLD
BSD 2-Clause "Simplified" License
53 stars 34 forks source link

Use lodash `isNil` for nullchecks #835

Closed KaiVolland closed 1 year ago

KaiVolland commented 1 year ago

This adds isNil to many checks of property values to allow a value of 0. A test was adapated to demonstrate it.

This fixes #800