summaryrefslogtreecommitdiff
path: root/tex/context/modules/mkxl/m-openstreetmap.lmt
diff options
context:
space:
mode:
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 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