@marekkovac/mapview
v0.3.0
Published
## Build and publish (!internal) ``` npm version patch npm run build npm publish --access public ```
Downloads
26
Readme
React Map View
Build and publish (!internal)
npm version patch
npm run build
npm publish --access publicUsage
npm install --save @marekkovac/mapviewconst config = {
maps: ...
layers: ... // see 'Configuration' section for more details
}
<MapComponent zoom={13} center=[49, 19.5] config={config} initialLayers={null} /> Configuration
There are two components of configuration 1.) map overlay list 2.) layer tree
Project status
in development
