Skip to content

Themes XML pull parser #431

@devemux86

Description

@devemux86

VTM uses XML push parsing (SAX) for themes, which can be slow and with less performance for large map styles, waiting for the whole theme to build up.

We can integrate also kXML2 XML pull parser, which is small / fast and well tested in Mapsforge, with the XML rules accessible immediately when they are available.

Furthermore it's based on the common XML pull API, so we can plug any platform pull parser (see mapsforge/mapsforge#974).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions