@nextgis/properties-filter
Advanced tools
Changelog
1.16.8 (2023-05-14)
this
in fabric method (3904583)like
and ilike
search (1d6ee0f)@nextgis/paint
(0f72300)@nextgis/properties-filter
(8ec97de)ControlContainer
(bf566e2)progress
(e6302cc)qgis_raster_style
(e0f98c4)match
-decision expression (234195d)arrayCompareStrict
function (b647b10)full
method (39d1dee)getBoundsPoly
webmap util (d286452)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
Changelog
1.12.0 (2022-03-05)