We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52bec0f commit 6b91024Copy full SHA for 6b91024
pygeoapi/templates/collections/edr/query.html
@@ -139,7 +139,7 @@
139
if (!firstLayer) {
140
firstLayer = layer;
141
layer.on('afterAdd', () => {
142
- zoomToLayers([layers])
+ zoomToLayers([layer])
143
if (!cov.coverages) {
144
if (isVerticalProfile(cov) || isTimeSeries(cov)) {
145
layer.openPopup();
0 commit comments