Map plugin for SeaTable
Plug-in development basic configuration reference:dtable-plugin-template Plug-in development documentation
[email protected]:seatable/seatable-plugin-map.git
Run npm install
Add the development key authorized by Google Maps in the settings configuration file (refer to the detailed steps):Account and key acquisition,add the following configuration in the setting.js file.
window.dtable = window.dtable ? window.dtable : {};
window.dtable['dtableGoogleMapKey'] = '**';
note: window.dtable['dtableGoogleMapKey'] is Key for you
Run npm start
, you can see the displayed map in the browser
Run npm run build-plugin
, upload to dtable using the plugin,then click on the plugin,finally you can see the displayed map in the interface.
According to the needs, update the plug-in to complete the function