itowns 2.36.1 → 2.36.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/changelog.md CHANGED
@@ -1,3 +1,25 @@
1
+ <a name="2.36.2"></a>
2
+ ## [2.36.2](https://github.com/iTowns/itowns/compare/v2.36.1...v2.36.2) (2021-11-29)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * **VectorTileSource:** error if vector tile layer style is undefined. ([b535583](https://github.com/iTowns/itowns/commit/b535583))
8
+
9
+
10
+ ### Code Refactoring
11
+
12
+ * **Coordinates/Extent:** rename dimension and distance methods. ([6a436ac](https://github.com/iTowns/itowns/commit/6a436ac))
13
+ * **examples:** replace geoservice keys. ([b81738c](https://github.com/iTowns/itowns/commit/b81738c))
14
+ * **Feature:** defaults buildExtent parameter to true for 2d structure ([3182075](https://github.com/iTowns/itowns/commit/3182075))
15
+
16
+
17
+ ### Workflow and chores
18
+
19
+ * release v2.36.2 ([54c2128](https://github.com/iTowns/itowns/commit/54c2128))
20
+
21
+
22
+
1
23
  <a name="2.36.1"></a>
2
24
  ## [2.36.1](https://github.com/iTowns/itowns/compare/v2.36.0...v2.36.1) (2021-11-22)
3
25