@nextgis/react-ngw-maplibre-gl
TypeScript icon, indicating that this package has built-in type declarations

2.2.3 • Public • Published

ReactNgwMaplibreGL

size version

Plugin to integrate NextGIS Web maps into React with Maplibre GL JS adapter

Installation

npm install maplibre-gl @nextgis/react-ngw-maplibre-gl

Usage

import React from 'react';
import { render } from 'react-dom';
import ReactNgwMap from '@nextgis/react-ngw-maplibre-gl';

function App() {
  return (
    <ReactNgwMap
      baseUrl="https://demo.nextgis.com"
      resources={[{ resource: 6118, id: 'webmap', fit: true }]}
    />
  );
}

render(<App />, document.getElementById('app'));

Commercial support

Need to fix a bug or add a feature to @nextgis/react-ngw-maplibre-gl? 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/react-ngw-maplibre-gl

Weekly Downloads

5

Version

2.2.3

License

MIT

Unpacked Size

7.96 kB

Total Files

9

Last publish

Collaborators

  • rendrom
  • maximdubinin
  • karavanjo