MapML icon indicating copy to clipboard operation
MapML copied to clipboard

Map Markup Language is hypertext for Web maps, like HTML is hypertext for Web pages https://maps4html.org/MapML/spec/

Results 87 MapML issues
Sort by recently updated
recently updated
newest added

- [ ] Create a SDW BP implementation report from the [template](https://github.com/w3c/sdw/blob/gh-pages/bp/BP-implementation-report-template.md) (md file, hosted in this repo?) - [ ] Submit to the [SDW BP implementation reports](https://github.com/w3c/sdw/blob/gh-pages/bp/BP-implementation-reports.md#spatial-data-on-the-web-best-practice-implementation-reports) once it...

defer

I see some problems with reusing the `map` element as currently specified: * The model for client side image maps and web maps are fundamentally different. - For client side...

web platform compatibility

> Content model: > > A set of multiple `input` and one or more `link` elements with their `rel` attribute in either the "`tile`", "`image`" or "`features`" state, and zero...

The statement "The extent/@units value SHALL be taken to be the authoritative declaration of the TCRS for a MapML document." is quite strong and will have to change, especially if...

Coordinate positions can be wrapped in ``s, as such the content model of `` should be updated to allow it.

> checked - Layer on/off status > > The display state (on / off) of the content represented by the layer element is controlled by the checked boolean attribute and...

question

When I was talking with Satoru Takagi at TPAC, we agreed that progressive enhancement was a desirable quality in the design of extensions to the <map> element. When I originally...

question

For [the web mapping elements](https://maps4html.org/MapML/spec/#web-mapping-elements-and-api) the [Tag omission in text/html](https://html.spec.whatwg.org/multipage/dom.html#concept-element-tag-omission) is specified, but not for the ["map markup" elements](https://maps4html.org/MapML/spec/#structure). I guess they will need both: Tag omission in text/html Tag...

For example: ``: > Required to be the first child of the `` element. ``, ``: > Child of the `` element. ``: > In the `` element. ``: >...