Revival of Umap / Renaissance de Umap

(:france: French version below / version française plus bas)

:united_kingdom: Revival of the Umap app

Umap is a tool to quickly build custom maps with OpenStreetMap’s background layers.

For example, you may use this tool to prepare your hiking or your visit of a town with your spots of interest.

The package for Yunohost has been dormant for some time.

But thanks to the efforts of Yohan Boniface and David Larlet (who are by the way also the developers of Umap) with my help and thanks to NLnet who partly funded this work, the package is now revived !

Enjoy!

:france: Renaissance de l’app Umap

Umap est un outil pour concevoir rapidement des cartes personnalisées avec des fonds OpenStreetMap et de les intégrer facilement à votre site.

Par exemple (mais pas seulement), vous pouvez exploiter cet outil pour préparer vos randonnées et pour recenser vos point d’intérêt à visiter.

Le paquet a été en sommeil pour quelque temps.

Mais grâce aux efforts de Yohan Boniface et David Larlet (qui sont aussi par ailleurs developpeurs de Umap) avec mon aide et grâce à NLnet qui a en partie financé ce travail, le paquet renaît de ses cendres :

Amusez-vous bien !

8 Likes

Thanks!
I tried installing but there was a fatal error because postgis is not available. Logs: https://paste.yunohost.org/raw/uwowadugis

These lines are surprising:


2026-04-10 16:13:11,916: DEBUG - Unpacking umap-ynh-deps (3.5.0~ynh0) ...
2026-04-10 16:13:11,943: DEBUG - dpkg: umap-ynh-deps: dependency problems, but configuring anyway as you requested:
2026-04-10 16:13:11,943: DEBUG -  umap-ynh-deps depends on python3-pip; however:
2026-04-10 16:13:11,944: DEBUG -   Package python3-pip is not installed.
2026-04-10 16:13:11,944: DEBUG -  umap-ynh-deps depends on libpq-dev; however:
2026-04-10 16:13:11,944: DEBUG -   Package libpq-dev is not installed.
2026-04-10 16:13:11,945: DEBUG -  umap-ynh-deps depends on postgis; however:
2026-04-10 16:13:11,945: DEBUG -   Package postgis is not installed.

But before going further with the investigation, could you update the catalog and try again? I see that you intent to install the version 3.5.0, but the current version is 3.7.3.

Thanks, I updated the catalog and now it’s trying to install 3.7.3 but apparently the error is similar https://paste.yunohost.org/raw/ezekahutup

Yeah, still seing these lines:

2026-04-12 07:04:35,191: DEBUG - Unpacking umap-ynh-deps (3.7.3~ynh1) ...
2026-04-12 07:04:35,213: DEBUG - dpkg: umap-ynh-deps: dependency problems, but configuring anyway as you requested:
2026-04-12 07:04:35,214: DEBUG -  umap-ynh-deps depends on python3-pip; however:
2026-04-12 07:04:35,214: DEBUG -   Package python3-pip is not installed.
2026-04-12 07:04:35,214: DEBUG -  umap-ynh-deps depends on libpq-dev; however:
2026-04-12 07:04:35,214: DEBUG -   Package libpq-dev is not installed.
2026-04-12 07:04:35,214: DEBUG -  umap-ynh-deps depends on postgis; however:
2026-04-12 07:04:35,215: DEBUG -   Package postgis is not installed.

What happens when you try the following command?

sudo apt install python3-pip libpq-dev postgis

I installed those three packages but nothing changed, as seen here https://paste.yunohost.org/raw/lalewaqawi
However, installing postgresql-postgis solved the problem.
The app is now working at uMap - Online map creator

What I don’t get is why then the CI pass. But I believe you, and there is probably no harm in installing postgresql-postgis.

I have opened and merged this PR, with the fix:

The new version of umap will be offered in the app upgrades in a few hours.

Thanks for the report!

1 Like