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

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

bug

Steps to reproduce: In GeoServer, set up US States layer to "Use Features". Set up WMS to return multiple elements for multi-layer requests ![image](https://github.com/Maps4HTML/Web-Map-Custom-Element/assets/2437285/1d49f1c1-1a6c-4caa-b61d-63cd59378e27) 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)...

bug

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

enhancement

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

bug

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

enhancement
accessibility
basic styling

Add the following to map-extent to be similar to `layer-` - [x] zoomTo() method - [x] extent property - [ ] map-change event

enhancement
API

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

web platform compatibility
epic
user preferences

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

bug

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