codehub-rony / map-styler

A simple and esay UI for creating map box styles for feature layers
7 stars 0 forks source link

Implement conditional styling #15

Open codehub-rony opened 5 months ago

codehub-rony commented 5 months ago

Conditional styling is currently implemented in stylejson by adding new layers with filter attribute. This should be refactored to the paint attribute on the same layer.

This approach will simplify the stylejosn and solve solve the problem with overlapping and/or disappearing features.