@nextgis/ol-map-adapter
TypeScript icon, indicating that this package has built-in type declarations

2.2.1 • Public • Published

OpenLayers map adapter

size version

Webmap adapter to use OpenLayers GIS framework

This library is not intended for using directly in the browser.

Use OlMapAdapter with NPM installation method for building large scale applications. It pairs nicely with module bundlers such as Webpack

# latest stable
npm install ol @nextgis/ol-map-adapter
import { WebMap } from '@nextgis/webmap';
import OlMapAdapter from '@nextgis/ol-map-adapter';
// manually added styles
import 'ol/ol.css';
import  '@nextgis/ol-map-adapter/lib/ol-map-adapter.css';

const webMap = new WebMap({
  mapAdapter: new OlMapAdapter()
});

webMap.create(options).then(() => {
  // on webmap create
})

Commercial support

Need to fix a bug or add a feature to @nextgis/ol-map-adapter? We provide custom development and support for this software. Contact us to discuss options!

http://nextgis.com

Readme

Keywords

Package Sidebar

Install

npm i @nextgis/ol-map-adapter

Weekly Downloads

68

Version

2.2.1

License

MIT

Unpacked Size

14.2 MB

Total Files

17

Last publish

Collaborators

  • rendrom
  • maximdubinin
  • karavanjo