codehub-rony / map-styler

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

Include support for point data #3

Closed codehub-rony closed 1 year ago

codehub-rony commented 1 year ago

Requires defining new geometry type and adding style attribtues to styleObject

https://docs.mapbox.com/mapbox-gl-js/style-spec/layers/#circle

codehub-rony commented 1 year ago

Currently only the circle-color property is supported. There are many more to implement but the required changes are breaking for the rest of the styling module.