Results 147 comments of Peter Rushforth

Also [possibly related](https://github.com/Maps4HTML/Web-Map-Custom-Element/issues/528). A "Map Query API" should really just be a querySelector, I believe. The API for (one or more) features could be based on returning the extent of...

[Related?](https://github.com/Maps4HTML/Web-Map-Custom-Element/pull/754)

This actually was a setting in GeoServer for WMS requests: ![image](https://user-images.githubusercontent.com/2437285/125136608-2cdae480-e0d9-11eb-822d-05bc71d4fb71.png) So, the fix can be achieved by adding noWrap to M.TemplatedTileLayer options.

Applying the suggested fix above yields unsatisfactory results in some tiled layers: ![image](https://user-images.githubusercontent.com/2437285/125137682-2fd6d480-e0db-11eb-9f21-a205188f0449.png) We've seen this issue before at the edges of tile caches. The problem is likely rounding up...

> The rendered SVG should essentially be [feature links](https://maps4html.org/experiments/linking/features/) though? Exactly, but that's not the case, because the map-area code does not use the same implementation as map-feature. I think...

> * Google Maps accessibility issue: [Need a better way to instruct screen readers to switch to arrow keys to move through Map Markers](https://issuetracker.google.com/issues/202977220) (may be worth tracking that issue...

> Under Accessibility Considerations -> For Authors for feature we've already defined that: I forgot about that. Is there any way to have a screen reader announce "feature" today when...

When we do move to this mode, we will be in a better position to support [Feature Indexing](https://github.com/Maps4HTML/Web-Map-Custom-Element/issues/397), in that feature captions that are loaded into the index can be...

@erictheise have you noticed this issue? The idea here is to simplify the overall MapML proposal by removing the need to propose UI that is associated to popups and replacing...