Peter Rushforth
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.
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...
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...
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...
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...
This extent ```html ``` is represented correctly in debug mode:  but when you zoom to the layer, or extent, it goes to too large an extent, not centered on...
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...
Steps to reproduce: In GeoServer, set up US States layer to "Use Features". Set up WMS to return multiple elements for multi-layer requests  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)...
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...