Maps4HTML / Web-Map-Custom-Element

A custom <mapml-viewer> and <layer-> element suite
https://maps4html.org/Web-Map-Custom-Element/
Other
54 stars 15 forks source link

verify the min/max zooms for templatedFeatures are respected #883

Open AliyanH opened 10 months ago

AliyanH commented 10 months ago

Currently in FeatureLayer.js we have the _handleZoomEnd function which handles the rendering of features based on the min/max zoomBounds. The _handleZoomEnd currently only works with static features, we need to get this working for templated features also including testing.