Results 130 issues of Peter Rushforth

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

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

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

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

The focused feature should have a focus indicator that is drawn on top of all features, but it goes over and under the other features in the rendering stack adjacent...

bug

Steps to reproduce: In GeoServer, set up US States layer to "Use Features". Set up WMS to return multiple elements for multi-layer requests ![image](https://github.com/Maps4HTML/Web-Map-Custom-Element/assets/2437285/1d49f1c1-1a6c-4caa-b61d-63cd59378e27) Load [this layer](http://localhost:8080/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=Img_Sample,topp%3Astates&bbox=-3385113.991161208%2C-2857719.8337224196%2C3204541.0636327886%2C536137.7045786483&width=768&height=395&srs=MapML%3ACBMTILE&styles=&format=text%2Fhtml%3B%20subtype%3Dmapml) (localhost on geoserver)...

bug

List of things to do related to multiple extents (feel free to add/suggest, remove items): - [x] prevent absent extent `label` attribute from making previous sibling extent elements hidden to...

enhancement