This plugin enables the usage of Openlayers GEO viewer within lowcoder. To use this plugin. Open your lowcoder environment goto the app. Select insert tab, extensions and plugins and add: lowcoder-comp-geo
We have created a seperated documentation page explain all the features.
To help you with understanding how you can use this plugin we have added an example application. Just download the json application file and import it within lowcoder.
Before you start make your you have a up-to-date version on node installed locally.
Start with cloning the repository on to you local hard drive. Install all dependecies and start te component test environment. Make any changes to the code you want and the will be visible in the test environment.
git clone https://github.com/sjhoeksma/lowcoder-comp-geo.git
cd lowcoder-comp-geo
yarn install
yarn start
When you are finished you can build your own version or deploy it to npmjs
# Building
yarn build
# Or Publishing
yarn build --publish