We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
Resolved in #887
Sorry, something went wrong.
No branches or pull requests
Example - paste the following layer (note - it does not have a checked attribute) to this experiment
Expected behavior - layer does not get rendered (which is implemented), and the layer is not checked in the layer control (needs to be implemented)
The text was updated successfully, but these errors were encountered: