maplibre / ngx-maplibre-gl

Angular binding of maplibre-gl
https://maplibre.org/ngx-maplibre-gl/
MIT License
65 stars 25 forks source link

Add color option to marker options #141

Closed arroui closed 4 months ago

arroui commented 4 months ago

The color parameter has been added to the MarkerOptions in both the marker.component.ts file and map.service.ts file. This addition enables markers to be customized with different colors, enhancing visual distinction and user experience.

HarelM commented 4 months ago

Thanks!! Can you add this to the docs as well?

arroui commented 4 months ago

Thanks!! Can you add this to the docs as well?

Is the file API.md the only place to add the changes in ? Or have I missed another one ?

HarelM commented 4 months ago

Only API.md I believe, oh, and add a line in the change log.

arroui commented 4 months ago

I was wondering if I should make a new release?

HarelM commented 4 months ago

Sure, why not... A patch version increment... I'll see if I can do that.