@nextgis/react-ngw-map v3.0.0-alpha.16
ReactNgwMap component
Plugin to integrate NGW maps into React web framework
Installation
npm install @nextgis/react-ngw-map
npm install ol @nextgis/ol-map-adapter
npm install maplibre-gl @nextgis/maplibre-gl-map-adapter
npm install leaflet @nextgis/leaflet-map-adapter
Usage
import React from 'react';
import { render } from 'react-dom';
import ReactNgwMap from '@nextgis/react-ngw-map';
import MapAdapter from '@nextgis/ol-map-adapter';
import 'ol/ol.css';
/** Imports for Maplibre GL JS */
// import MapAdapter from '@nextgis/maplibre-gl-map-adapter';
// import 'maplibre-gl/dist/maplibre-gl.css';
/** Imports for Leaflet */
// import MapAdapter from '@nextgis/leaflet-map-adapter';
// import 'leaflet/dist/leaflet.css';
// import iconRetinaUrl from 'leaflet/dist/images/marker-icon-2x.png';
// import iconUrl from 'leaflet/dist/images/marker-icon.png';
// import shadowUrl from 'leaflet/dist/images/marker-shadow.png';
// delete Icon.Default.prototype._getIconUrl;
// Icon.Default.mergeOptions({
// iconRetinaUrl: iconRetinaUrl,
// iconUrl: iconUrl,
// shadowUrl: shadowUrl,
// });
function App() {
return (
<ReactNgwMap
mapAdapter={ new MapAdapter() }
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-map
? We provide custom development and support for this software. Contact us to discuss options!
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
12 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago