envcloud-openlayers
v1.0.3
Published
React components for openLayers
Downloads
3
Readme
envcloud-openlayers
React components for openLayers6x
Install
$ npm i envcloud-openlayers --save
Usage
import { Map } from 'envcloud-openlayers';
Example
import React from 'react';
import { Map } from 'envcloud-openlayers';
export default () => <Map width="100%" height="500px" />;