maydemirx / leaflet-tag-filter-button

Adds tag filter control for layers (marker, geojson features etc.) to LeafLet.
leaflet-tag-filter-button.vercel.app
MIT License
53 stars 23 forks source link

Finish filter-with-tags #31

Closed maydemirx closed 4 years ago

maydemirx commented 5 years ago

Hi,

I use your script here https://lepetitbleausard.fr it’s run very well. Many Thanks.

I'm looking for colored background of the tooltip for each tag

  • on the container like yellow, red, orange, .....

    I try t change the css of the script line 448

    this._clearEl = L.DomUtil.create('ul', 'header', this._container); this._clearEl.innerHTML = "

  • " + this.options.clearText + "";

    I try to force change the css of this class, but no effect.

    Many thank for your answer if you have a suggestion.

    Christian Ch.

  • Hi, can you open an issue about this?