-
Currently the text content of a map-a tag is the geometry value for a feature, or some part of it. This is great for sighted users, but will be inaccessible to screenreader users.
We need a way to…
-
The question arises as to how to set and how to interpret the min/max attributes on location inputs, because there are many coordinate systems (levels) in a TCRS, and the level is not necessarily spel…
-
In relation to the `clip-box` query parameter investigated in the November 2021 code sprint alongside geometry simplification, it would be useful to be able to mark artificial segments introduced by c…
-
Regarding [accessibility.md](https://github.com/Canadian-Geospatial-Platform/GeoView/blob/develop/common/docs/app/accessibility.md):
> The viewer needs to be accessible for keyboard and screen read…
-
This need was created by the [inline features concept](https://github.com/Maps4HTML/Web-Map-Custom-Element/issues/20)
-
Per change requests to MapML from the [OGC Testbed 13 Engineering Report](http://docs.opengeospatial.org/per/17-019.html#_change_requests_to_mapml).
> Please clarify the reference system of the e…
-
Using code from Leaflet (and plugins) means this map component is sometimes inheriting accessibility issues.
We do have comments inline in code where fixes have been made, sometimes with links for …
-
If each `mapml-layer` has [`role="group"`](https://www.w3.org/TR/wai-aria-1.1/#group) and `aria-label="{layer name}"` it is announced before the featurecaption for the first feature that is focused in…
-
GeoServer now supports MapML responses for GetFeatureInfo. I have been working on implementing this in the client. The work is primarily being done in the MapML-Leaflet-Client JavaScript code, but t…
-
The objective of this idea is to feed the use of the mapml-viewer by users, by making it easier for them to create correct markup, by copying markup from the current map / layer.
Currently the laye…