Plugin to integrate NGW maps into React with leaflet adapter
npm install leaflet @nextgis/react-ngw-leaflet
import React from 'react';
import { render } from 'react-dom';
import ReactNgwMap from '@nextgis/react-ngw-leaflet';
function App() {
return (
<ReactNgwMap
baseUrl="https://demo.nextgis.com"
resources={[{ resource: 6118, id: 'webmap', fit: true }]}
/>
);
}
render(<App />, document.getElementById('app'));
Need to fix a bug or add a feature to @nextgis/react-ngw-leaflet
? We provide custom development and support for this software. Contact us to discuss options!