Web-Map-Custom-Element icon indicating copy to clipboard operation
Web-Map-Custom-Element copied to clipboard

A custom <mapml-viewer> and <layer-> element suite

Results 131 Web-Map-Custom-Element issues
Sort by recently updated
recently updated
newest added

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...

bug

When zooming out using the **zoom out control**: ![image](https://user-images.githubusercontent.com/97408822/221013062-9e928c22-c858-4733-908b-6d4361abd92f.png) 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....

help wanted
epic
Good First Issue

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

enhancement

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...

accessibility
idea
epic

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

accessibility
needs discussion

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 ```` ![empty-title](https://user-images.githubusercontent.com/26493779/109164941-48bd9980-777b-11eb-85ea-f74f78c2473f.png) ```html ```` ![no-title](https://user-images.githubusercontent.com/26493779/109164944-48bd9980-777b-11eb-97c0-d1ecfdfef1b3.png) Should untitled layers be visible in the layer list?

enhancement

*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...

bug

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...

bug