Closed
Description
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.