Socket
Socket
Sign inDemoInstall

@nextgis/control-container

Package Overview
Dependencies
Maintainers
3
Versions
115
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.7

Diff

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
rendrom
published 0.32.0 •

Changelog

Source

0.32.0 (2020-06-03)

Bug Fixes

  • cesium: fitBounds for not Scene3D modes (8fa4155)
  • cesium: geojson terrain sample (308d3d3)
  • cesium: Tileset3DAdapter set terrain height (790760f)
  • examples: check paint opacity is number (1105262)
  • examples: set type for ngw_resource highlight layer (13ddcdd)
  • mapbox: geojson getSelected method (e0d859c)
  • ngw-kit: check company_logo in settings (decf777)
  • ngw-kit: set correct options when add WebmapLayerItem (0c5cd08)
  • ngw-kit: WebmapLayerItem ordering (d4a0403)
  • vuetify: correction for set empty BasemapSelect text (8ab35e4)
  • vuetify: NgwLayersList root item hide (abba8cb)

Features

  • cesium: implement getCenter (ea83d8e)
  • cesium: skipLevelOfDetail by default (7429870)
  • cesium: tilset 3d adapter height options (02973bf)
  • cesium: update layer and map adapter (c9d6a1d)
  • ngw-kit: add ngw basemap suppor for url (958303e)
  • ngw-kit: add NgwKit.utils.getCompanyLogo method (3c6fa09)
  • ngw-kit: add tmsclient_layer adapter class support (87b5976)
  • qms-kit: use y_origin_top option (fa02dfd)
  • webmap: vector layer select event (edd18ba)
  • webmap: zoomIn and zoomOut MapAdapter optional methods (70b807f)

Performance Improvements

  • webmap: addControl conner queue (5c21367)

BREAKING CHANGES

  • 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' });
  • Updated libraries for linting. Added new rule for worning when no set return type in TypeScript functions.
rendrom
published 0.31.0 •

Changelog

Source

0.31.0 (2020-05-13)

Bug Fixes

  • cesium: GeoJsonAdapter pin color from empty string (13ef825)
  • cesium: scene requestRender on layers visibility change (e513a57)
  • mapbox: beforeRemove check for map exist (e6c59cc)
  • ngw-kit: create async adapter from parent resource (808572b)
  • ngw-kit: resolve createGeoJsonAdapter options override II (c65f1ee)
  • ngw-kit: webmapLayerItem options (154d3b2)
  • nngw-kit: resolve create geojson adapter options override (fba851e)
  • ol: css control fixes (98f6d13)
  • vuetify: NgwLayersList visibility for webmap root item (4f940a8)
  • webmap: add check for fitBounds extent (c78ab3e)
  • webmap: addLayer adapter options set (2d24a53)
  • webmap: remove addLayer dublicate id (81a4458)

Features

  • cesium: add Tileset3dAdapter (c5306f9)
  • cesium: change layers height on terrain change (609ac9d)
  • cesium: extrude3d paint option (c4ce679)
  • cesium: fitBounds up tp terrain (e890d9b)
  • cesium: get extent of tileset3D (017a69a)
  • cesium: set scene view from new adapter option (c35e16d)
  • ngw-kit: add addLayerOptionsPriority for createGeoJsonAdapter (f6c563e)
  • ngw-kit: add baselayers from webmap; vuetify BaseLayerSelect (74c0749)
  • ngw-kit: add feature to getIdentifyItems (9641c8e)
  • ngw-kit: make create basemap layer adapter universal (bbd8c9a)
  • ngw-map: add ngw layer from resource item object (18fb9e1)
  • vue: VueNgwControl from string kind option (1050be8)
  • webmap: add async control in correct order (c2eaab3)
  • webmap: layer adapter waitFullLoad and crossOrigin new options (08c6b82)

BREAKING CHANGES

  • ngw-kit: rename NgwKit.utils.getIdentifyGeoJsonParams > NgwKit.utils.getIdentifyItems
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