Results 130 issues of 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...

bug
basic styling

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

idea

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

enhancement

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: ![Screenshot_20230324-080334](https://user-images.githubusercontent.com/2437285/227516767-55802d77-f911-43ef-8c2f-824c9cdf6d34.png)

accessibility

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

bug

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

epic