Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 307 Bytes

File metadata and controls

20 lines (14 loc) · 307 Bytes

@mapsight/lib-ol

Library of openlayers helpers code to have them available from different projects and accessible by other internal libraries.

Getting started

TODO

How to publish

  • Publish:
git status
git commit
npm version x.x.x|major|minor|patch
npm publish
git push
git push --tags