Skip to content

Commit 8d6cd64

Browse files
committed
Activate unique id by default, it is useful in many cases
1 parent f91ee1d commit 8d6cd64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/shortbread_gen.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ themepark:set_option('tags', 'all_tags')
1515

1616
-- Set this to add a column 'id' with unique IDs (and corresponding unique
1717
-- index). This is needed for instance when you want to edit the data in QGIS.
18-
--themepark:set_option('unique_id', 'id')
18+
themepark:set_option('unique_id', 'id')
1919

2020
-- ---------------------------------------------------------------------------
2121

0 commit comments

Comments
 (0)