You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when the content is served as text/html it may have mapml content inside of it which gets parsed meaning the connectedcallback of all the possible mapml inside of it (i.e. map-features) happen when clicking on a query layer.
Example of a problematic layer that returns a mapml when queried -
<layer-label="Permanent snow and ice (prob. 94% or more) WMS GetMap" src="https://maps4html.org/experiments/datacube/msi-94-plus.mapml" checked=""></layer->
The text was updated successfully, but these errors were encountered:
AliyanH
changed the title
mime type of text/html parsing for query results in 2 connectedCallBack for map-feature
MIME type of text/html parsing for query results in 2 connectedCallBack for map-feature
Oct 12, 2023
when the content is served as text/html it may have mapml content inside of it which gets parsed meaning the connectedcallback of all the possible mapml inside of it (i.e. map-features) happen when clicking on a query layer.
Example of a problematic layer that returns a mapml when queried -
The text was updated successfully, but these errors were encountered: