summaryrefslogtreecommitdiff
path: root/tex/context/modules
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-10-24 22:24:55 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-10-24 22:24:55 +0200
commita23982bf3c6cc3c7e34c89a67004e2ef4c6103eb (patch)
treec555edf1938a2779764b257555e52364272f94bc /tex/context/modules
parent29a395d2b545159c97df693e59187ce61218233c (diff)
downloadcontext-a23982bf3c6cc3c7e34c89a67004e2ef4c6103eb.tar.gz
2021-10-24 21:44:00
Diffstat (limited to 'tex/context/modules')
-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 c8c6b4234..7974f2160 100644
--- a/tex/context/modules/mkxl/m-openstreetmap.lmt
+++ b/tex/context/modules/mkxl/m-openstreetmap.lmt
@@ -599,6 +599,8 @@ local endmp = [[
]]
local p_strip = lpeg.Cs( (
+-- (P([[<tag k="TMC:]]) * (1 - P("/>"))^1 * P("/>") * S("\n\r\t\f ")^0) / ""
+-- +
(
( P("version") + P("changeset") + P("timestamp") + P("user") + P("uid") )
* P('="') * (1-P('"'))^0 * P('"')
@@ -638,7 +640,6 @@ function openstreetmap.convert(specification)
else
report("xml data loaded")
end
-
local bounds = xmlfirst(root,"/osm/bounds")
if not bounds then
return