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
$ npm install --save-dev ol @nextgis/ol-map-adapter
$ yarn add ol @nextgis/ol-map-adapter
import { WebMap } from '@nextgis/webmap';
import OlMapAdapter from '@nextgis/ol-map-adapter';
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(() => {
})
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!