Aliyan Haq
Aliyan Haq
Fixes #1368 ( We're happy to help you get this ready -- don't be afraid to ask for help, and **don't be discouraged** if your tests fail at first! If...
Hello, `document.querySelector` returns the [first element in the document](https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector) matching the specified selector. This can cause an issue when the web page has multiple Leaflet maps in the page (as...
closes #940 closes #919 _Creating draft PR so I don't lose track of this._ The result of this PR is best visualized in the following experiment - https://maps4html.org/experiments/api/geojson/ **TODO** -...
When you hover over the features on the map given below, the outline in some places does not show properly due to overlap, we can get around this with messing...
Add the following to map-extent to be similar to `layer-` - [x] zoomTo() method - [x] extent property - [ ] map-change event
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. *...
Discovered in #887 Steps to reproduce: 1. visit the [sandbox](https://maps4html.org/web-map-doc/demo/sandbox/) and paste in the following code ```html ``` 2. Expected behavior - we think the layers should not be fetched...
Refactor leaflet specific events into map- namespace. ### mapml-viewer/web-map **Changed:** * locationfound -> map-locationfound * locationerror -> map-locationerror * ~~preclick -> map-preclick~~ * movestart -> map-movestart * move -> map-move...
As pointed by @yhy0217 When removing a map-extent from a single layer in a map, the other map-extents should be used to calculate the projection of the layer. Relevant to...
Using the technique used by @yhy0217 in #905, we should go over our testing specifically for web-map and mapml-viewer who have duplicate files testing the same thing and merge them...