@nextgis/control-container
Advanced tools
Changelog
1.17.0 (2023-09-25)
this
in fabric method (ec614d8)like
and ilike
search (5845943)@nextgis/paint
(e7079c9)@nextgis/properties-filter
(5f874e8)ControlContainer
(db89d97)progress
(a9fe285)qgis_raster_style
(6c712d0)match
-decision expression (df6642f)arrayCompareStrict
function (c043fcf)full
method (f29aa3e)getBoundsPoly
webmap util (218bb58)createInput
and dialog
methods have been moved from the @nextgis/ngw-uploader
to the new @nextgis/ngw-uploader-input
maxBounds
option fron ngw-kitextensions
for any ngw feature request is now empty for defaultnew WebMap({ mapAdapter: new MapAdapter(), ...appOptions, mapOptions: MapOptions })
> new WebMap(mapOptions)
new NgwMap(new MapAdapter(), ngwMapOptions)
> new NgwMap(ngwMapOptions)
WebMapOptions.create
is now true
by default@nextgis/webmap
library insteadimport { 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
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
propertiesFilter
removed from @nextgis/utils