MapML
MapML copied to clipboard
Map Markup Language is hypertext for Web maps, like HTML is hypertext for Web pages https://maps4html.org/MapML/spec/
Specifically, it isn't a wild-card, but a stand-alone TCRS which has a gcrs of WGS 84, as do other TCRS, however, not all share it. > WGS84 serves as a...
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 element. I believe it is "tilematrix coordinates" but there is...
This need was created by the [inline features concept](https://github.com/Maps4HTML/Web-Map-Custom-Element/issues/20)
@joanma747 We are implementing a [`.extent`](https://github.com/Maps4HTML/Web-Map-Custom-Element/issues/105) and potentially a (similar) .extent property. My question / this issue is: should the pcrs coordinates sometimes "wrap", and should the gcrs coordinates never...
In addition to WebIDL, the HTML spec often includes a prose description of the API immediately after the definition of the API, like this: http://www.w3.org/TR/html5/embedded-content-0.html#htmltrackelement for the track element. The...
Recent developments in MapML allow the map author to include a query template per extent. This enables the user to click on the map (layer) and query the underlying URL...
Define [expected content](https://docs.opengeospatial.org/per/18-023r1.html#_mapml_as_a_media_type) of `` element, and the way it should be marked up. Note that iframe uses a [srcdoc attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#attr-srcdoc), and keeps the iframe element empty.
In the spec, and in example usage elsewhere the `projection` attribute uses uppercase identifiers such as `projection="OSMTILE"`, while I understand the convention may be to spell it out that way,...
Events including: - loadedmetadata - load - changestyle - changeprojection - _others_
Edit: Change "bounds" to "extent", with associated implications. "bounds" is Leaflet pixel coordinate system-specific; "extent" fits the concept of TCRS, since a location may be expressed in any of the...