Custom Query (1137 matches)
Results (103 - 105 of 1137)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2355 | fixed | Install pgadmin or replacement | ||
Description |
On OSGeoLive 14.0 we introduced pgadmin4 (version 4.x). For Ubuntu 22.04 pgadmin4 (version 6.x) is available but the packaging is completely different this time. Instead of using the python3 upstream packages, the new deb bundles all nodejs and python libraries in /usr/pgadmin4, taking up lots of disk space (more than 200MB) See https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/README Also a desktop version is offered as an option. We need to clarify if we can sacrifice this disk space or seek alternatives (e.g. phppgadmin looks ok and is offered by ubuntu upstream packages) https://packages.ubuntu.com/jammy/phppgadmin |
|||
#2354 | fixed | Remove snap packages | ||
Description |
Snap removal was committed in https://github.com/OSGeo/OSGeoLive/commit/3798929a91b04073aa712e4883c079a68d03c40e Unfortunately this does not remove the snap packages completely, the mounted folders are still in the iso, taking up disk space. |
|||
#2352 | fixed | mapnik python demo ol15 | ||
Description |
a mapnik python demo included in the dot-deb packaging fails [0] earlier #osgeolive versions ref: https://trac.osgeo.org/osgeolive/ticket/2255 mapnik will render to a Jupyter Notebook: https://git.osgeo.org/gitea/darkblueb/ol14_ipynb_misc/src/branch/master/mapnik-py TODO demo for ol15 == mapnik user@ol15nightly:~$ cp -R /usr/share/doc/python3-mapnik/examples/* mapnik_test/ user@ol15nightly:~/mapnik_test/demo/python$ python3 rundemo.py Traceback (most recent call last): File "/home/user/mapnik_test/demo/python/rundemo.py", line 322, in <module> mapnik.render(m, im) RuntimeError: Cannot initialize proj_transform for given projections without proj4 support (-DMAPNIK_USE_PROJ4): '+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs'->'+proj=lcc +ellps=GRS80 +lat_0=49 +lon_0=-95 +lat+1=49 +lat_2=77 +datum=NAD83 +units=m +no_defs' |