Closed prushforth closed 6 months ago
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 \cs
of the feature is gcrs
, so in the above link the only expression of the bug is that the "Zoom to here" link goes off into some space uninhabited by people. ;-). Here's a link with the same layers in CBMTILE that throws the exception.
I think that two things need to be done:
1) make it so that if the query response returns \cs
value should come from the first \units
attribute that is linked/related to the \tref
via the variable name.
Not that this bug is due to lack of a spec for default cs
value, but I noticed that the code ultimately does fall back to gcrs
if there is no cs
attribute on the geometry and no <map-meta name="cs"...>
in the provenance of a <map-feature>
, so I added it as something to specify
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.