Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
AliyanH opened this issue Apr 26, 2023 · 1 comment
Labels

Comments

@AliyanH
Copy link
Member

AliyanH commented Apr 26, 2023

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)

@AliyanH AliyanH added the bug label Apr 26, 2023
@yhy0217
Copy link
Contributor

yhy0217 commented Nov 8, 2023

Resolved in #887

@yhy0217 yhy0217 closed this as completed Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants