Web-Map-Custom-Element
Web-Map-Custom-Element copied to clipboard
A custom <mapml-viewer> and <layer-> element suite
It might be nice to have the ability, not only to paste actual GeoJSON but also to paste a link to a GeoJSON resource and have it automagically transform to...
Per https://github.com/Maps4HTML/HTML-Map-Element-UseCases-Requirements/issues/261
To reproduce: Load this [experiment](https://maps4html.org/experiments/change-projection/default-projection/) Open devtools Add the `projection="CBMTILE"` attribute What happens The enabled layer becomes disabled What should happen The enabled layer should remain enabled, but load the...
Steps to reproduce: visit the [sandbox](https://maps4html.org/web-map-doc/demo/sandbox/) and paste in the following code ``` ``` In the layer control, select the layer and zoom to it. All tiles disappear because the...
This issue is for discussion of features of an implementation of [Requirement 182](https://github.com/Maps4HTML/HTML-Map-Element-UseCases-Requirements/issues/182) for animation of map data. It might be useful to declaratively add an animation control to the...
I found that it's convenient to use the [geometryFunction option ](https://maps4html.org/web-map-doc/docs/api/mapml-viewer-api/#geojson2mapmljson-options) to set classes on the root map-(point,line etc) element. I am thinking that there should be other callback opportunities...
it should be static, I think, which should mean non-interactive. However experimentation reveals that a \ continues to be interactive, even in a \ configuration.
- [X] resolves #1028 - [ ] resolves #1027 - [ ] resolves #1026 - [ ] resolves #1024
When you tab into a feature pop up, if you keep pressing tab the focus will exit out of the pop up rather than going back to the first element....
> Very good point. We could add the `aria-checked`state and potentially some words to the menu tbd if it doesn't break too many tests. _Originally posted by @prushforth in [#154](https://github.com/Maps4HTML/experiments/issues/154#issuecomment-2620007251)_