kMap

Basic utils to provide mapping capabilities for KDK-based applications and services
Installation
npm install @kalisio/kdk-map --save
// Or with Yarn
yarn add @kalisio/kdk-map
Documentation
The kDocs are loaded with awesome stuff and tell you everything you need to know about using and configuring it.
License
Copyright (c) 2017 Kalisio
Licensed under the MIT license.
v1.1.0 (2019-04-18)
Full Changelog
Implemented enhancements:
- Allow feature ID to be at root level of the feature not only in properties #76
- Allow a fixed label to be used in addition to an icon in map #73
- Enhance raster rendering #72
- Realtime GeoJson layers do not manage linear/polygon geometry on update #69
- Add a tooltip on layers in the layer selector #67
- Allow to specify a 3D model associated to a feature in globe style options #64
- Dynamic styling by configuration #63
- Add ability to update data of a real-time layer manually #61
- Manage events on globe #58
- Standardize feature styling options (as much as possible) #20
- Enhance layer refresh on service update #6
- Allow for custom onEachFeature in Leaflet GeoJson layers #53
- Make the LocationMap draggable using a prop #48
- Remove KMap and KGlobe components #46
- GeoJson layers does not support runtime mode in Globe #23
Fixed bugs:
- Allow to define which layers are editable or not #71
- Templated styling not correctly updated for realtime layers on globe #70
- Styling not correctly updated for path layers on map #68
- Timeseries display stretched when current time is outside visualized data #65
- Tooltip/Popup does not appear on globe for lines or polygons #62
- When aggregating distinct features on multiple elements values are mixed between features #54
- collection-layer mixin is not working anymore #50
- KLocationMap should import map mixins only #49
- On mobile devices, the LocationMap exceeds from the screen #47
Closed issues:
- Multiple tooltips are stacked #52