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

1.0.0-alpha.6 • Public • Published

OpenLayers map adapter

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 --save-dev @nextgis/ol-map-adapter
# or
$ yarn add @nextgis/ol-map-adapter
import { WebMap } from '@nextgis/webmap';
import OlMapAdapter from '@nextgis/ol-map-adapter';
// manually added styles
import 'ol/ol.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/cesium-map-adapter

Weekly Downloads

42

Version

1.0.0-alpha.6

License

LGPL-3.0

Unpacked Size

49.9 kB

Total Files

4

Last publish

Collaborators

  • karavanjo
  • rendrom
  • maximdubinin