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
* rebased multiple extents
* added multiple extents html files
* delete css that might've been added when rebasing
* removeChild instead of removing layer
* fixed opacity
* changed extent HTML anatomy
* changed to adding layerBounds after
* changed the var name to extentBounds
* added tests
* fixed zIndex
* reordering extents
* added more tests, made fieldset hidden if no layer attr and fixed issues
* fixed 2 test issues
* Fix starting zIndex not set (check for falsey, including null and
undefined, see this [article](https://codeburst.io/javascript-null-vs-undefined-20f955215a2#5317)).
* Ensure \<map-extent> element doesn't get reparented when reordering.
Remove TemplatedTileLayer.addTo function (redundant).
* Merge functions _getCombinedExtentsLayerBounds and _setLayerElExtent.
Remove getCombinedExtentsLayerBounds, make calls for this behaviour
go through _setLayerElExtent only.
* Restore extentPCRSFallback bounds template property, which contains the
map-meta name=extent, used as the extent in case there are no map-extent
elements with their inputs specifying native bounds for content.
* Add test for meta extent use by templatedFeatures
* Fix test failures for different types of layer. Ensure that extents that
load slowly and which fire the `extentload` event are handled properly,
which is more common with `<layer- src="...">` layers, and which are
created (typically though not exclusively) through drag and drop.
* Remove redundant call to _removeExtents (gets executed by the following
map.removeLayer anyway)
* Comment, clarify multipleExtents tests.
* Comment, clarify multipleQueryExtents tests. Fix problem where the
_extent._queries property was ignored during layer remove events, fixed.
* Remove obsolete code from MapLayer.js
* Update how templated layer / multiple extent opacity is managed.
Co-authored-by: Anshpreet <[email protected]>
Co-authored-by: Peter Rushforth <[email protected]>
0 commit comments