Aliyan Haq

Results 16 comments of Aliyan Haq

docs to be updated here - https://github.com/Maps4HTML/web-map-doc/issues/133

Implemented in https://github.com/Maps4HTML/Web-Map-Custom-Element/pull/854

As discussed, possible overlapping problems may exist with this approach: ![image](https://github.com/Maps4HTML/Web-Map-Custom-Element/assets/55751566/9d8f333e-628b-40f6-95c0-dcb13b92e30c) Similarly, when zoomed out, we will face the issue of improper label size since no media query exists yet...

Query layer only works now if the layer is **not** hidden in https://github.com/Maps4HTML/Web-Map-Custom-Element/pull/909. Still need a way to style the layer in the layer control to let the screenreader and...

> What does the map-change event relate to ? It is referring to the event fired off by the checked attribute, like we have for layer - https://maps4html.org/web-map-doc/docs/api/layer-api#events

Currently, when GeoJSON layers (with no label) are pasted to the mapml-viewer, they get a default [localized name](https://github.com/Maps4HTML/mapml-extension/pull/47) of "Layer". I wonder if the same semantics should be used for...

To test this bug, add the following layer to the [sandbox](https://maps4html.org/web-map-doc/demo/sandbox/): ```html Copied OSMTILE gcrs location Copied OSMTILE gcrs location -75.866089 45.463020 -75.866089 45.463020 ``` The layer shows up as...

This will be possibly be dealt with #901 with media queries firing to update projections, layers.

Tutorial for npm installation - https://maps4html.org/web-map-doc/docs/installation/