1.0.0-beta.2 (2020-11-28)
Bug Fixes
- ngw-connector: fixes to apiRequest cancel work (0ac44ee), closes #6
- ngw-kit: clean layer adapter options (642b1e8)
- ngw-kit: ngw webmap item childrensafe reverse (fbcb433)
- ngw-kit: not identify for not supported layer (1fbd7dc)
- ngw-map: identify order (1635f61)
- utils: applyMixin options on no replace (4362c4c)
Features
- cesium-map-adapter: add geojson adapter getExtent method (84f0fb9)
- cesium-map-adapter: add map click event (90ac3ab)
- cesium-map-adapter: add subdomains for TileAdapter (36e6b93)
- ngw-kit: add toGeojson in ngw layer item response (a9f073a)
- ngw-kit: log to get item extensions if not request param set (b2bf132)
- ngw-kit: update feature request params (4b2ffe8)
- ngw-map: add promise groups handler (864fc6d)
- qms-kit: add subdomains support from origin_url (8b6eb1a)
- utils: add debug log util (6435c77)
- utils: deprecated helper utils (9bab695)
Performance Improvements
- ngw-map: identify only when listeners exist (f591343)
BREAKING CHANGES
- ngw-kit:
extensions
for any ngw feature request is now empty for default - utils: removed latLng from MapClickEvent, use lngLat: numner[] instead