instanceof
conditions were removed frominitNativeMapInstance(..)
.
isOnMap new API
- previous nameisAdded
(was protected), an indicator getter if a geometry is on map or not .Rasters & Layers support on leaflet
- Now available.GeoJSON
- support basic shapes beside Feature shapes onGeometry.setGeoJSON(...)
Line patterns on cesium
- now available
peerDependencies
- Aligning all specific map libraries as peerDependencies (All in devDependencies for convinient)
Designed point
- regression - applyDesign on point removed somehow, now working.is2D not reliable on cesium
- for cesium on initial.
- import paths for geometry design interfaces & enums.
- fix is2D is not reliable [issue #53].
- Exporting from
MapComponent
- Map's library object asmapComponent.mapLibraryObject
and map-instance asmapComponent.nativeMapInstance
. - Entity hover mark [KML FLOW].
mapComponent.setNativeMapInstance(...)
- Changed toinitNativeMapInstance(...)
due to the purpose of this function is to initial@dora
map-component with an instance of a map, and not to set it whenever the user wants, Validations has added.geometryBuilder.buildFromGeoJSONFeature<...>(...)
- Changed tobuildFromGeoJSON<..>(...)
- Will be deprecate on version 1.0.0 - The new function does the same thing but support basic GeoJSON geometries as well and has the same parameters so only the user will have to change only the name.