From 08c0723210f4e1cea2455229fb999650cb9f9508 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Tue, 3 Sep 2019 14:08:33 +0300 Subject: [PATCH] next https://github.com/tvogt/Fantasy-Map-Generator/wiki/Editing-in-QGIS --- GIS-data-export.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/GIS-data-export.md b/GIS-data-export.md index 17cc233..51b9cc4 100644 --- a/GIS-data-export.md +++ b/GIS-data-export.md @@ -53,4 +53,8 @@ To create a political/religious/provinces/culture/etc. map use _Vector_ -> _Geop Note that QGIs automatically turns a polygon layer into a multipolygon layer for this. -Simply repeat this step for all the layers that you want to use (once for states, once for provinces, etc.). This will give you one layer in QGIS per attribute, and you can then style and hide/show the layers as needed. \ No newline at end of file +Simply repeat this step for all the layers that you want to use (once for states, once for provinces, etc.). This will give you one layer in QGIS per attribute, and you can then style and hide/show the layers as needed. + +# Editing in QGIS + +When working with cells, you need to make sure that neighbor cells are changed as well, to prevent overlaps or gaps. QGIS supports topological editing for this, here is how to enable it: https://gis.stackexchange.com/questions/302965/how-can-i-enable-topological-editing-in-qgis-3 \ No newline at end of file