diff --git a/CHANGELOG.md b/CHANGELOG.md index 14ee78cf..8c6d61bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) - Aggregated data filtering in widgets ([#96](https://github.com/CartoDB/web-sdk/pull/96)) +### Changed +- Rename `beforeLayerId|afterLayerId` options in `carto.viz.Layer.addTo` to a more clear `overLayerId|underLayerId`. + ### Fixed - Fix `dataReady` event in `carto.viz.Layer` ([#99](https://github.com/CartoDB/web-sdk/pull/99/)) diff --git a/examples/_debug/basic/severalLayersWithCustomOrder.html b/examples/_debug/basic/severalLayersWithCustomOrder.html new file mode 100644 index 00000000..d2919c63 --- /dev/null +++ b/examples/_debug/basic/severalLayersWithCustomOrder.html @@ -0,0 +1,110 @@ + + +
+ + +