Web-Map-Custom-Element
Web-Map-Custom-Element copied to clipboard
A custom <mapml-viewer> and <layer-> element suite
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...
When zooming out using the **zoom out control**:  It is **still visible and is not disabled** when zoom level = 2. But it will become invisible and disabled if...
This relates to #427, because it should be painless to install and start to use \ etc., but I won't believe it until we test the theory with real users....
Update layerbounds of a layer based on the content it has which gets updated when the content is removed/updated/added. - Create a Util Function
A developer reached out to me some weeks ago, and wrote I found you through your contributions to Leaflet and Maps4HTML, I'm trying to decide on an open-source map library...
Background: https://github.com/Maps4HTML/MapML/issues/88#issuecomment-718808340. - [ ] Add (default) controls for panning (e.g. https://kartena.github.io/Leaflet.Pancontrol/) - [ ] Support the [`nopan`](https://maps4html.org/MapML/spec/#attr-map-controlslist-nopan) keyword in `controlslist` to disable the controls
Modifying [us_pop_density.mapml](https://github.com/Maps4HTML/Web-Map-Custom-Element/blob/master/test/e2e/data/tiles/cbmt/us_pop_density.mapml) (used in e.g. keyboardInteraction.html) results in the following: ```html ````  ```html ````  Should untitled layers be visible in the layer list?
*and templated feature layers. Currently the attributes `min` and `max` on `` (min/max native zoom) are not performing any function. On templated tile layers when the native zoom is left,...
Discovered in #887 Steps to reproduce: 1. https://maps4html.org/experiments/change-projection/zoomin-zoomout/mapml-viewer/ 2. in the layer control zoom to layer 3. Expected behavior - layer should have changed to a different layer, but it...
After zooming in, panning, zooming back out - then panning back and forth, the change in longitude is insignificant vs the change in ctrl panning (console logging getCenter) mapMLTemplatedImageLayer.html: https://user-images.githubusercontent.com/69722289/171719117-4f50bddc-16fa-4f6a-bd44-f7d109d20534.mp4...