I am trying to find a program or application that would allow co-workers to view maps and various layers produced with QGIS but not have the ability to alter or modify the data. It would be nice to produce something more interactive than just sharing a PDF map, any suggestions of a way to proceed??
-
3Could you make and share a web map? http://www.qgistutorials.com/en/docs/web_mapping_with_qgis2web.html – Spacedman Jul 09 '18 at 11:56
-
1Layered PDFs are a possible solution, but a work-intensive one, and also one currently not available for QGis. – Erik Jul 09 '18 at 12:02
-
There's a workaround for producing a layered PDF from QGIS, although I've personally never gotten it to work: https://gis.stackexchange.com/q/7078/81764 – csk Jul 09 '18 at 14:36
-
How about using QGIS Browser? – Joseph Jul 10 '18 at 10:34
3 Answers
Depending on your network environment you could place the data in a folder that has read only permissions for those users and then add the data from that folder to QGIS.
- 2,180
- 2
- 17
- 30
You can publish you map(s) on nextgis.com and give permalink to web-map (explore web-map via browser) or create WMS service (explore map via QGIS, ArcGIS, MapInfo, etc.).
See documentation about publish map using NextGIS Connect plugin, explore web-map and create WMS service.
- 3,221
- 13
- 17
You can customise QGIS, so you can remove certain toolbars and menus very easily.
Check out:
https://docs.qgis.org/testing/en/docs/user_manual/introduction/qgis_configuration.html#customization
So while it would not make the data read only, it would remove all of the tools to edit the data. This in turn also makes it easier for the colleagues to use QGIS as it is a bit simpler.
- 16,433
- 2
- 46
- 68
