Skip to content

Could *not* using custom elements for all MapML elements be problematic? #174

Closed
@Malvoz

Description

@Malvoz

Consider the following markup from mapMLFeatures.html:

<feature zoom="2">
  <properties>
    <h1>Test</h1>
  </properties>
  <geometry cs="tilematrix">
    <polygon>
      <coordinates>11 11 12 11 12 12 11 12</coordinates>
    </polygon>
  </geometry>
</feature>

for the same reason (future web compat considerations?) we're using <layer-> as opposed to <layer>, could this be problematic?

I keep stirring the pot.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions