Results 147 comments of Peter Rushforth

Need to agree/fix whether the [meta name=tcrs](https://maps4html.github.io/MapML/spec/#extent-semantics) or meta name=projection

OK, sounds good, thanks for finding that reference. My experience with these meta values is that they can become a second, or third source of truth, and the UA will...

Related [issue](https://github.com/Maps4HTML/Web-Map-Custom-Element/issues/114)

We've [implemented](https://github.com/Maps4HTML/Web-Map-Custom-Element/pull/148/commits/0afa008ae7a49ccd975613cc6c95ccdbf041d79b) the `` element, where the author can specify an extent for the document content that provides a default value for the document. Individual content elements may not conform...

The implementation of this is not perfect, because we rely on Leaflet for rendering at this stage. In doing so, we represent extents using L.Polygon, which in turn relies on...

Leaflet has (very) basic support for [image overlays](https://leafletjs.com/reference-1.7.1.html#imageoverlay), but there are several overlay plugins that might give us ideas on what simple georeferencing markup might be. Unsure about OpenLayers, more...

`` is semantically neutral, AFAICT, so it would not be ideal to have to add a map-specific version of it, although we will have to update our schema and spec...

There is some work going on over [here ](https://github.com/Maps4HTML/HTML-Map-Element-UseCases-Requirements/issues/50)to help define the capabilities required. Not only does the `` element require an API, but also the `` element, and probably...

> Is it the common case to have layers off by default? Mostly not. You make a good point that the default state should be checked, so maybe a better...

Re the priority of constituencies, the user comes first, so these attributes and properties are intended to reflect the common interactions users have with layers. Open to improvement, though. They...