SharePoint Interactive Map Webpart¶
The "Interactive Map" wepart for Microsoft Teams/SharePoint is a solution, that contains one webpart.
Installation¶
- Download the latest SharePoint Framework packages spfxappdev-webparts-map.sppkg from the GitHub repository.
- Add spfxappdev-webparts-map.sppkg to the global tenant app catalog or a site collection app catalog. If you don't have an app catalog, follow this procedure to create one.
The packages are deployed in the general Office 365 CDN meaning I do not host any code.
For this package, you can choose to make the solution available in all sites or force to install an app to the site every time.
- If the solution was not installed globally (available in all sites), install the app in the site
- Add the webpart to a SharePoint Page or Teams Tab
Configuration¶
Documentation is still being prepared. But I think the animated picture above shows all functions/configurations :)
How to add a new marker¶
Documentation is still being prepared
How to change the marker position¶
Documentation is still being prepared
How to manage marker categories¶
Documentation is still being prepared
How to change the tile layer¶
Documentation is still being prepared
How to change the tile layer¶
Documentation is still being prepared
How to cluster the markers in groups¶
Documentation is still being prepared