Web-Map-Custom-Element
Web-Map-Custom-Element copied to clipboard
A custom <mapml-viewer> and <layer-> element suite
The focused feature should have a focus indicator that is drawn on top of all features, but it goes over and under the other features in the rendering stack adjacent...
Steps to reproduce: In GeoServer, set up US States layer to "Use Features". Set up WMS to return multiple elements for multi-layer requests  Load [this layer](http://localhost:8080/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=Img_Sample,topp%3Astates&bbox=-3385113.991161208%2C-2857719.8337224196%2C3204541.0636327886%2C536137.7045786483&width=768&height=395&srs=MapML%3ACBMTILE&styles=&format=text%2Fhtml%3B%20subtype%3Dmapml) (localhost on geoserver)...
List of things to do related to multiple extents (feel free to add/suggest, remove items): - [x] prevent absent extent `label` attribute from making previous sibling extent elements hidden to...
... if you re-order the extents, and then uncheck/check the layer, the layer becomes permanently disabled. Seen on GeoServer trials, can't reproduce [here](https://maps4html.org/experiments/multiple-extents/) Will investigate further.
Changes to the \ (a [global attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes)) should be propagated to the rendered svg \ element that represents the feature in the shadow root. It looks like the attribute value...
Add the following to map-extent to be similar to `layer-` - [x] zoomTo() method - [x] extent property - [ ] map-change event
While this probably isn't necessary or possible to generate MDN-style element and DOM api documentation, it might help in the case of external JavaScript APIs, such as we have with...
Implement ideas in https://github.com/Maps4HTML/HTML-Map-Element-UseCases-Requirements/issues/43 and https://github.com/Maps4HTML/Web-Map-Custom-Element/issues/546 and https://github.com/Maps4HTML/HTML-Map-Element-UseCases-Requirements/issues/256 Would likely replace announcing of location: per #552
Steps to reproduce - * go to https://maps4html.org/web-map-doc/demo/sandbox/ * and paste the following markup * Expected behavior - there should only be one layercontrol entry for map-extent not 2. *...
The custom elements in there should execute their life cycle events automatically. That document can be infrastructure for future document access requirements, will consolidate the ad hoc approach we've taken...