How to use @nextgis/ngw-map - 1 common examples

To help you get started, we’ve selected a few @nextgis/ngw-map examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github nextgis / nextgisweb_frontend / packages / vue-ngw-map / src / components / VueNgwMapBase.ts View on Github external
private _setNgwMap() {
    this.ngwMap = new NgwMap(this.mapAdapter, {
      ...this.$props,
      ...this.mapOptions,
      target: this.$el as HTMLElement
    });
    this.ready = true;
  }
}

@nextgis/ngw-map

![size](https://img.shields.io/bundlephobia/minzip/@nextgis/ngw-map) ![version](https://img.shields.io/npm/v/@nextgis/ngw-map)

MIT
Latest version published 27 days ago

Package Health Score

66 / 100
Full package analysis

Popular @nextgis/ngw-map functions