summaryrefslogtreecommitdiff
path: root/tex/context/modules/mkxl/m-openstreetmap.lmt
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-10-19 00:16:55 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-10-19 00:16:55 +0200
commit9d2ad7dea5c20379f6679c57c3b16752b1af445a (patch)
tree45f39853be982c52f7386b968cf4f15f1f70ccce /tex/context/modules/mkxl/m-openstreetmap.lmt
parent6ca88e6f1f15cea89db047839c3126a501f39eea (diff)
downloadcontext-9d2ad7dea5c20379f6679c57c3b16752b1af445a.tar.gz
2021-10-18 23:13:00
Diffstat (limited to 'tex/context/modules/mkxl/m-openstreetmap.lmt')
-rw-r--r--tex/context/modules/mkxl/m-openstreetmap.lmt3
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/modules/mkxl/m-openstreetmap.lmt b/tex/context/modules/mkxl/m-openstreetmap.lmt
index 39a1d34d4..c8c6b4234 100644
--- a/tex/context/modules/mkxl/m-openstreetmap.lmt
+++ b/tex/context/modules/mkxl/m-openstreetmap.lmt
@@ -326,6 +326,7 @@ local colors = {
water = true,
wetland = true,
wood = true,
+ fault = true,
},
barrier = {
chain = true,
@@ -483,7 +484,7 @@ local forcedlines = {
historic = { "citywalls" },
leisure = { "track", "slipway" },
man_made = { "breakwater", "cutline", "embankment", "groyne", "pipeline" },
- natural = { "cliff", "earth_bank", "tree_row", "ridge", "arete" },
+ natural = { "cliff", "earth_bank", "tree_row", "ridge", "arete", "fault" },
power = { "cable", "line", "minor_line" },
tourism = { "yes"},
waterway = { "canal", "derelict_canal", "ditch", "drain", "river", "stream", "tidal_channel", "wadi", "weir" },