-
Notifications
You must be signed in to change notification settings - Fork 16
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
Thrown errors when processing "Next Feature" / ">" in multi-extent query on CBMTILE layer #958
Comments
Have done a bit of debugging, and I think the problem lies in the fact that the first feature added to the shadow root of the <map-link rel="query" tref="...spearfish..."> via the "> Next Feature" button gets an incorrect fallbackCS from its _getFallbackCS(), which returns the default "gcrs" where it should be returning "pcrs" because no <map-meta> elements yet exist in the <map-link>.shadowRoot . Will investigate further as time permits. The error is not thrown when the projection is OSMTILE, but the problem still exists because the viewer thinks that the I think that two things need to be done:
|
fallback cs from; it had broken a few tests. Needs a test to prove it closes issue Maps4HTML#958
Not that this bug is due to lack of a spec for default |
Steps to reproduce
Start a local instance of GeoServer on port 8084 (or adjust port number as required)
Set WMS MapML setting to serialize layers as multiple extents
Load this layer
Open the devTools console drawer
Zoom in on the spearfish sub-layer:
Click on a bunch of features in the spearfish extent
In the popup navigation footer, click "Next Feature / '>' "
What happens: StackOverFlow
What should happen: the next feature in the set of returned features' should be popped up.
The text was updated successfully, but these errors were encountered: