Skip to content

Pasting a layer without a checked attribute, appears to be checked in the layer control #832

Closed
@AliyanH

Description

@AliyanH
Member

Example - paste the following layer (note - it does not have a checked attribute) to this experiment

<layer- label="Ottawa">
    <map-meta name="projection" content="OSMTILE"></map-meta>
    <map-meta name="cs" content="gcrs"></map-meta>
    <map-feature>
      <map-featurecaption>Ottawa</map-featurecaption>
      <map-geometry>
        <map-point class="ottawa">
          <map-coordinates>-75.697193 45.421530</map-coordinates>
        </map-point>
      </map-geometry>
      <map-properties>TEST</map-properties>
    </map-feature>
  </layer->

Expected behavior - layer does not get rendered (which is implemented), and the layer is not checked in the layer control (needs to be implemented)

Activity

yhy0217

yhy0217 commented on Nov 8, 2023

@yhy0217
Contributor

Resolved in #887

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @AliyanH@yhy0217

        Issue actions

          Pasting a layer without a checked attribute, appears to be checked in the layer control · Issue #832 · Maps4HTML/MapML.js