Add xml serializer method
This commit is contained in:
parent
da1a2b4b9a
commit
92584191d4
1 changed files with 0 additions and 3 deletions
|
@ -406,9 +406,6 @@ public class RouteResultPreparation {
|
|||
serializer.text(vls[2*k + 1] +"");
|
||||
serializer.endTag("","ele");
|
||||
}
|
||||
serializer.startTag("","desc");
|
||||
serializer.text(vls[2*k + 1] +"");
|
||||
serializer.endTag("","desc");
|
||||
serializer.endTag("", "trkpt");
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
|
|
Loading…
Reference in a new issue