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
I created a new layer that had variables of
{
"dynamicExtent": true,
"dynamicExtentMoveThreshold": "200000/z"
}
and a url that included a bbox.
I created a similar layer without those variables.
The urls returned almost identical results, which was a list of FeatureCollections. The one without the dynamicExtent worked, the one with dynamicExtent gave an error in the console:
globeLithoLayerHelper: function() {
var e = (0,
R.Z)((0,
I.Z)().mark((function e(t, i) {
return (0,
I.Z)().wrap((function(e) {
for (; ; )
switch (e.prev = e.next) {
case 0:
if (!ue.Globe_) {
e.next = 7;
break
}
if (!ue.layers.on[t.name]) {
e.next = 7;
break
}
where t was not defined.
What did you expect?
I expected the layers to work in the same way, to render the geojson from a list of feature collections.
Reproducible steps
1. have a url that returns a list of feature collections
2. create a layer with dynamicExtent that returns the contents of that url
3. it should render
Environment
- Version of this software develop built 04/25/24
The text was updated successfully, but these errors were encountered:
Checked for duplicates
Yes - I've already checked
Describe the bug
I created a new layer that had variables of
{
"dynamicExtent": true,
"dynamicExtentMoveThreshold": "200000/z"
}
and a url that included a bbox.
I created a similar layer without those variables.
The urls returned almost identical results, which was a list of FeatureCollections. The one without the dynamicExtent worked, the one with dynamicExtent gave an error in the console:
globeLithoLayerHelper: function() {
var e = (0,
R.Z)((0,
I.Z)().mark((function e(t, i) {
return (0,
I.Z)().wrap((function(e) {
for (; ; )
switch (e.prev = e.next) {
case 0:
if (!ue.Globe_) {
e.next = 7;
break
}
if (!ue.layers.on[t.name]) {
e.next = 7;
break
}
where t was not defined.
What did you expect?
I expected the layers to work in the same way, to render the geojson from a list of feature collections.
Reproducible steps
Environment
The text was updated successfully, but these errors were encountered: