mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 01:24:05 +02:00
Fix xml format/export.
Error in line 33 was: Uncaught TypeError: Cannot call method 'decode' of undefined
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ iD.format.XML = {
|
||||
));
|
||||
},
|
||||
way: function(entity) {
|
||||
return iD.XML.decode(
|
||||
return iD.format.XML.decode(
|
||||
(new XMLSerializer()).serializeToString(
|
||||
JXON.unbuild({
|
||||
way: {
|
||||
|
||||
Reference in New Issue
Block a user