Video yükleniyor...
Video Yüklenemedi
GeoLibre v2.5.0 is here! GeoLibre is a free and open-source, lightweight, cloud-native GIS platform for visualizing, exploring, and analyzing geospatial data. It runs everywhere you do, in the web browser, on the desktop, on mobile, and inside Jupyter notebooks, all while keeping your data local and private. This release... show more
27,074 görüntüleme • 1 ay önce •via X (Twitter)
5 Yorum

Good job 👍

project import is the one that will generate the most issues. a qgs stores data source paths and db connections, not the data, so a project opened elsewhere gives styled layers pointing at nothing. surfacing an unresolved sources list beats silently dropping the layer.

It supports importing vector and raster datasets from local file paths and http URL. It is not perfect, but better than nothing. Contributions are welcome.

one cheap improvement: a qgs stores relative paths when the project was saved that way, so retrying a missing datasource relative to the project file location resolves a lot of them before you have to ask the user. the unresolved list falls out of the same pass.

Please feel free to submit pull requests on GitHub. Contributions are always welcome
