Mapollage is a free and open source photo kml generator application for Linux, Windows and MacOS. Using Mapollage, you can create KML files from geotagged photos and also create kml folders by directory name, date pattern and regex, option for name placemarks. Some other useful features are you can use a photo or a pin as a marker, draw path between placemarks and create dynamic description and edit your photo reference.
How to install Mapollage on Ubuntu
Mapollage is available as a portable AppImage and flatpak package file from the remote flathub. Download the latest Mapollage in .AppImage file format from the above download link and save it on your Downloads folder.
Here “Mapollage-3.0.0-x86_64.AppImage” is the downloaded file name. You can change below commands based on your file name and path. Open the terminal app (ctrl+alt+t) and run below commands one by one.
cd Downloads
sudo chmod +x ~ Mapollage-3.0.0-x86_64.AppImage
./Mapollage-3.0.0-x86_64.AppImage
Install Mapollage via Flatpak:
Open the terminal application and run below Mapollage flatpak install command.
flatpak install flathub se.trixon.Mapollage
After the installation you can open Mapollage using below command.
flatpak run se.trixon.Mapollage
And you can also uninstall it using below commands.
flatpak uninstall se.trixon.Mapollage
[OR]
sudo flatpak uninstall se.trixon.Mapollage