@nextgis/control-container
Advanced tools
Changelog
1.0.0-alpha.9 (2020-10-15)
new WebMap({ mapAdapter: new MapAdapter(), ...appOptions, mapOptions: MapOptions })
> new WebMap(mapOptions)
new NgwMap(new MapAdapter(), ngwMapOptions)
> new NgwMap(ngwMapOptions)
WebMapOptions.create
is now true
by defaultChangelog
1.0.0-alpha.7 (2020-09-22)
@nextgis/webmap
library insteadChangelog
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