Socket
Socket
Sign inDemoInstall

@nextgis/ol-map-adapter

Package Overview
Dependencies
37
Maintainers
3
Versions
222
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @nextgis/ol-map-adapter

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


Version published
Weekly downloads
105
increased by650%
Maintainers
3
Created
Weekly downloads
 

Changelog

Source

2.2.3 (2024-05-06)

Features

  • leaflet-map-adapter: implement layer dblclick event (244f85c)
  • maplibre-gl-map-adapter: implement layer dblclick event (3918901)
  • ngw-map: add extent check for fit bounds (9703c2b)
  • ol-map-adapter: implement layer dblclick event (8dcf79b)
  • utils: add checkExtent util (4c660db)
  • webmap: add vector layer dblclick event (38e105f)

Readme

Source

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

Keywords

FAQs

Last updated on 06 May 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc