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

See proposal [here](https://github.com/Maps4HTML/MapML/issues/256)

For example on [this page](https://maps4html.org/experiments/i18n/map-chrome-i18n/), the scalebar abbreviation is in english, but should be localized.

i18n

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

Steps to reproduce Load [this experiment](https://maps4html.org/experiments/multiple-extents/) Open devtools Elements panel Select / highlight the third \ in the "National Geographic" layer (label="Imagery") In the console drawer, execute this: `let imagery...

bug

If a \ contains a \, the feature should be visually labelled, using map text label defaults built into the user agent stylesheet, amended by the user stylesheet and potentially...

enhancement
help wanted
accessibility
user preferences
needs discussion
basic styling

The extent of layers with no specified projection fails to take into account the projecton of the map viewer, resulting in incorrect extent/bounds calculations. In the screen shot below, the...

bug

Experiment: https://maps4html.org/experiments/screenreader/feature-index/ --- A Feature Index exposes all features currently in view, in a list. It has the following benefits: 1. **Users can tell what a feature is about without...

accessibility
idea

Maybe this could be selectable via the mapml-extension, not sure. Discuss below. Should the map author be able to dictate what the user experiences? Scale ratio might not be as...

enhancement
accessibility
needs discussion

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

bug
accessibility
basic styling

This extent ```html ``` is represented correctly in debug mode: ![image](https://github.com/Maps4HTML/Web-Map-Custom-Element/assets/2437285/6a10da1f-078d-47a0-9acc-5aecfbbe1f8f) but when you zoom to the layer, or extent, it goes to too large an extent, not centered on...

bug