Maps4HTML / MapML-Specification

Map Markup Language is hypertext for Web maps, like HTML is hypertext for Web pages https://maps4html.org/MapML-Specification/spec/
Other
55 stars 12 forks source link

Define MapML element Categories? #206

Open Malvoz opened 3 years ago

Malvoz commented 3 years ago

The body element's Content model includes Features, and many elements' Categories include Feature data, these are not defined but I assume they mean the same thing.

From the elements' Categories, these seem to be considered Feature content:

Should we define Feature content?


The following elements' Categories are set to "N/A", except for the extent element which is set to "Metadata content":

Should these elements be considered a separate element category? e.g. Extent content?


Another issue is how we categorize the following elements as (HTML) Metadata content:

because the HTML definition of Metadata content includes elements we don't want to support (script, template, nocript) so perhaps we should define Metadata content ourselves? (related issue: https://github.com/Maps4HTML/MapML/issues/84)


And then there's tile as well, allowed child of body (in mapml documents) / layer (in html documents).