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 114 Web-Map-Custom-Element issues
Sort by recently updated
recently updated
newest added

- should invoke the properties popup, if available - should invoke the last \ (in document order) worked on in #873, not closed.

when the content is served as text/html it may have mapml content inside of it which gets parsed meaning the connectedcallback of all the possible mapml inside of it (i.e....

We should use css to size our map-properties popup, currently if we open a popup on a mobile (or a small map) it takes up the whole screen: ![image](https://github.com/Maps4HTML/Web-Map-Custom-Element/assets/55751566/76551cbd-2511-4954-949a-86ea7c27a4f5) possibly...

enhancement
accessibility
basic styling
mobile/touch

allow custom icons through maybe a `src` attribute for `map-point` element

When clicking on a zoom to here link on a popup for a query layer, it zooms to the max zoom of the projection, this does not seem that useful...

enhancement

If you provide a \, but don't provide a \, no link from the layer control's layer title is created to the linked legend graphic i.e. just providing a \...

bug
accessibility

Steps to reproduce - 1) go to this page - 2) run the code given below 3) click on the circle The map both zooms and opens a popup, it...

bug

i.e. user should be able to get the map working with "osmtile", "OSMTile" and "OSMTILE". Same thing with custom projections which users may define.

enhancement

When a query GetFeatureInfo returns an empty response (response **body** does not have any content), do not create/display a popup, for ex: ![image](https://github.com/Maps4HTML/Web-Map-Custom-Element/assets/55751566/90e462d3-f4e1-49a0-acf1-3c1c21470f8e) https://github.com/Maps4HTML/Web-Map-Custom-Element/blob/7b0858f29dc9f668d7ed104b7e894485ee966884/src/mapml/handlers/QueryHandler.js#L114-L133