mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
added section on marker data
parent
92395983e2
commit
07b6121697
1 changed files with 4 additions and 0 deletions
|
|
@ -52,6 +52,10 @@ Choose the exported .csv file. It should all be set up correctly automatically,
|
|||
|
||||

|
||||
|
||||
## Marker Data
|
||||
Points-of-Interest (markers) also contain location information and can be exported and imported in the same way as Burgs data.
|
||||
|
||||
|
||||
# Processing in QGIS
|
||||
To create a political/religious/provinces/culture/etc. map use _Vector_ -> _Geoprocessing Tools_ -> _Dissolve..._ and select the .geojson file as input and the attribute you want to merge by (e.g. "state"). QGIS will merge all the polygons that share the same attribute so that you end up with one multipolygon per state/culture/religion/etc.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue