We got geodata as KML files (Wikipedia article).
Is there a way to visualize this data in SharePoint 2016 on premise?
As the files hold interna we would like to avoid loading the files to a public platform and add this as iFrame.
We got geodata as KML files (Wikipedia article).
Is there a way to visualize this data in SharePoint 2016 on premise?
As the files hold interna we would like to avoid loading the files to a public platform and add this as iFrame.
A simple google search gives you a few promised solutions that might or might not fit your needs. But you might have to do it the hard way, which involves custom code.
First you might have to transform your KML some more other format (e.g. GeoJson), e.g. with help of Ogre (ogr2ogr web client) or SharpKML.
Then use a map solution for SharePoint - there are many. Or just code your open layers map view displaying your GeoJson.