forked from opensciencemap/vtm
-
Notifications
You must be signed in to change notification settings - Fork 98
Closed
Labels
Milestone
Description
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).
Reactions are currently unavailable