Peter Rushforth
Peter Rushforth
If you set a class attribute on a `` for instance, you are able to style it with a rule: ```html .foo { fill: red } ... ``` however doing...
ContextMenu.js is complicated and large, and hard to understand. It may be worthwhile to refactor it into separate handler subclasses so that the logic and content of different context menus...
Consider how to tell to the `` element exactly when to use the maplibre-gl-leaflet plugin. Perhaps `` even if we have to make up the mime type. See https://github.com/maplibre/maplibre-gl-leaflet for...
Closes #802 Amend how-to-release.md with ideas about dependency license texts
To try it, copy this example: ```geojson { "type": "FeatureCollection", "features": [ { "type": "Feature", "id": 1, "properties": { "ID": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [-90,35],...
Small visual issue: 
Steps to reproduce: According to the [documentation](https://maps4html.org/web-map-doc/docs/api/custom-rendering/#tileloadstart-event), the following layer should be able to provide `tileloadstart` events for you to populate a map with custom tiles. If you paste that...
Just an idea, but perhaps it would be useful?? Could it be enabled/disabled via a content security policy set by the page?
I am wondering if we should be reviewing everywhere that we are using mouse events, should we review if touch events are necessary?? _Originally posted by @prushforth in https://github.com/Maps4HTML/Web-Map-Custom-Element/pull/771#discussion_r1122227271_
This is an [epic](url) user story. The idea is that the use of the web-map-custom-element should not only be easy, but its use should facilitate its further use. For example,...