Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nextgis/control-container

Package Overview
Dependencies
Maintainers
3
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextgis/control-container - npm Package Versions

1
12

1.0.0-alpha.9

Diff

Changelog

Source

1.0.0-alpha.9 (2020-10-15)

Bug Fixes

  • cesium-map-adapter: set layer adapters request headers (eb2b570)
  • leaflet-map-adapter: maxBounds hotfix (18452bc)
  • ngw-connector: retunr undefined on empty apiRequest (32bca5d)
  • ngw-kit: not stringify null on save ngw feature (9174017)
  • utils: update applyMixins util to allow babel build (a46cb82)
  • webmap: webmap constructor options (8c92b6c)

Code Refactoring

  • change WebMap and NgwMap constructor options (de7eaf9)

Features

  • add getExtent method for all mapAdapters GeoJsonLayerAdapter (9254c3b)
  • geocoder: index for all result items (a1c705c)
  • item: add @nextgis/tree dependency (a0d6cc5)
  • ngw-connector: add static create method (00b58d7)
  • ngw-kit: calculate group NgwWebMapItem init visibility (3ec0d57)
  • ngw-map: default bounds; add mapOption for show osm baselayer (8df4e0e)
  • ngw-orm: validate resource (c8ec5f2)
  • ol-map-adapter: use add layer opacity option (0e8aa48)
  • utils: add flatten and unflatten functions (6562c34)
  • vue: add GeojsonLayer paint param (5b19276)
  • vue: NgwLayersList propagation param (636c46b)
  • vue: VueNgwMap bounds param watch (ed6cd1e)

Performance Improvements

  • vue: Vuetify NgwLayersList set visibility only for changed (bfddc9e)

BREAKING CHANGES

  • 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 default
rendrom
published 1.0.0-alpha.8 •

Changelog

Source

1.0.0-alpha.8 (2020-10-06)

Features

  • geocoder: add new geocoder package (e8aa41b)
  • utils: add number utils (d2378ba)
rendrom
published 1.0.0-alpha.7 •

Changelog

Source

1.0.0-alpha.7 (2020-09-22)

Bug Fixes

  • cesium: TileAdapter baselayer ordering (c7805c9)
  • ngw-connector: remove requestControl (a5a0484)

Code Refactoring

Features

  • cancelable-promise: add control GetOrCreateDecorator (77eec38)
  • ngw-connector: add getResourceIdOrError method (80769c7)
  • util: add keyInObj typescript helper (fabb5e0)
  • vues: add onBeforeDelete hook (be5b966)

BREAKING CHANGES

  • utils: WebMap static property utils have been removed, import utilites from @nextgis/webmap library instead
rendrom
published 1.0.0-alpha.6 •

Changelog

Source

1.0.0-alpha.6 (2020-09-09)

Bug Fixes

  • vue: layer and control components (6cceee9)

Features

  • cancelable-promise: improve PromisesControl (ca5fabb)
  • cancelable-promise: create abort control (9768157)
  • utils: add arrayCompareStrict function (9d65949)
  • utils: add full method (00eb185)
  • vue: add GeojsonLayer (eb5fded)
  • vue: add VueNgwLayer component (004b62d)
  • vue: GeojsonLayer selected model and onClick (b3b2ce0)
  • vue: vuex ResourceStore override delete function ability (0814ccd)
  • webmap: remove control from promise (fbeae95)
rendrom
published 1.0.0-alpha.5 •

Changelog

Source

1.0.0-alpha.5 (2020-08-25)

Bug Fixes

  • cesium: add check for telset3d adapter addLayer (8fbb0f3)
  • ngw-kit: webmap iten async addLayer method (ca90340)

Features

  • ngw-orm: update VectorLayer.toTypescript (81619b2)
rendrom
published 1.0.0-alpha.4 •

Changelog

Source

1.0.0-alpha.4 (2020-08-14)

Bug Fixes

  • leaflet-map-adapter: init center option (f0cff9e)

Features

  • util: add coord format transformer (9709333)
  • utils: add DebounceDecorator (196284c)
  • utils: move some utils from ngw-kit and webmap to geom (fbd3d91)
rendrom
published 1.0.0-alpha.3 •

Changelog

Source

1.0.0-alpha.3 (2020-08-08)

Bug Fixes

  • remove require imports (be789b8)
  • leaflet-map-adapter: fix BaseAdapter pane zIndex set (f73bb6a)

Features

  • webmap: new method getCoordFromMapClick (439d8c9)
rendrom
published 1.0.0-alpha.2 •

Changelog

Source

1.0.0-alpha.2 (2020-07-30)

Bug Fixes

  • ngw-connector: update error response status code list (c4d4285)
  • improve node/browser splitting (913a8a1)

Code Refactoring

Features

  • ngw-kit: default WebmapLayerAdapter basemap (4756ef8)

BREAKING CHANGES

  • ngw-kit: replace 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
rendrom
published 1.0.0-alpha.1 •

Changelog

Source

1.0.0-alpha.1 (2020-07-28)

Bug Fixes

  • build: fix item index.js error (7a9d27f)
  • ngw-connector: improve node/browser separation (7dd5d8d)
  • ngw-kit: remove unresolved variable (e74c4c7)
  • ngw-kit: wms adapter layers options from adapterOptions (4476a55)
rendrom
published 1.0.0-alpha.0 •

Changelog

Source

1.0.0-alpha.0 (2020-07-24)

Bug Fixes

  • replace emitter.of by emitter.removeListener (5a92e2b)
  • cesium: fix Tilset3D setHeight (fb95256)
  • control-container: style url (326f837)
  • mapbox: right selected event order call (22c4511)
  • ngw-kit: editing for a new layer visibility standard (d2db4ed)
  • ngw-kit: fix addNgwLayer resource options (c689db1)
  • properties-filter: add field type check for like\ilike filter (55f5c23)
  • vuetify: pass $attrs from parent (778f909)
  • vuetify: update items on init (03f78ed)
  • webmap: editing for new layer visibility standard (32413d0)

Build System

Code Refactoring

  • rename layerAdapter baseLayer option to baselayer (368d657)

Features

  • cesium: add maximumScreenSpaceError option for tilset3d adapter (c82c524)
  • cesium: set custom logo (bd05fd3)
  • ngw-connector: add check for 403 ngw error (e344663)
  • ngw-connector: handle network error (7e4a687)
  • ngw-connector: new getResourceBy method (462f0db)
  • ngw-kit: add webmap item method to cotrol item children order (4c4e95a)
  • ngw-kit: ngw error handling (490d068)
  • ngw-orm: remove 3rd part libs to convers geom to wkt, use new ngw api (01c8e21)
  • utils: add new tools (25e6339)
  • webmap: add special MapAdapterOptions option to MapOptions (e3dd2ec)
  • webmap: change default behaviour of addLayer visibility option, its now true (0e91555)
  • webmap: implement WebmapLayers get Attributions onlyBaselayer option (430d51e)
  • webmap: new static method WebMap.get(id) to get webmap instance (658f537)

Performance Improvements

  • vuetify: replace components gwMap param with webMapId (59a42d3)

BREAKING CHANGES

  • No more default export from qms-kit. You should replace import QmsKit from "@nextgis/qms-kit" to import { QmsKit } from "@nextgis/qms-kit" everywhere
  • No more default export from ngw-map. You should replace import NgwMap from "@nextgis/ngw-map" to import { NgwMap } from "@nextgis/ngw-map" everywhere
  • webmap: the added layer visibility is now true
  • LayerAdapter option baseLayer was renamed to baselayer;
  • webMap.getBaseLayers() method now return LayerAdapter, not string array of ids
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc