@nextgis/paint
Advanced tools
Changelog
1.0.0-alpha.6 (2020-09-09)
arrayCompareStrict
function (9d65949)full
method (00eb185)Changelog
1.0.0-alpha.5 (2020-08-25)
Changelog
Changelog
1.0.0-alpha.2 (2020-07-30)
import { WebMapLayerAdapter } from @nextgis/ngw-kit
to import { NgwWebmapLayerAdapter } from @nextgis/ngw-kit
and import { WebMapLayerItem} from @nextgis/ngw-kit
to import { NgwWebmapLayerItem } from @nextgis/ngw-kit
Changelog
1.0.0-alpha.0 (2020-07-24)
qms-kit
. You should replace import QmsKit from "@nextgis/qms-kit"
to import { QmsKit } from "@nextgis/qms-kit"
everywherengw-map
. You should replace import NgwMap from "@nextgis/ngw-map"
to import { NgwMap } from "@nextgis/ngw-map"
everywherevisibility
is now true
Changelog
0.32.0 (2020-06-03)
tmsclient_layer
adapter class support (87b5976)y_origin_top
option (fa02dfd)Vector layer adapter types were renamed: circle
> point
; fill
> polygon
.
The `type` parameter still optional, but it is better to specify explicitly.
Especially when the layer is initiated empty.
// before
webMap.addLayer('GEOJSON', { data: geojson, type: 'fill' });
// after
webMap.addLayer('GEOJSON', { data: geojson, type: 'polygon' });
Changelog
0.31.0 (2020-05-13)
Changelog
0.30.1 (2020-04-30)