I found a workaround:
thankfully result of adapter.php has header information:
Therefore chrome offers it for download as .kml file.
(sidenote: firefox ignores the filename header part and the ending will be wrong by default)
In the "favorites" feature of locusmaps, I entered
http://locusmaps.[...my domain...].com/adapter.php?north={screenLatTop}&west={screenLonLeft}&south={screenLatBottom}&east={screenLonRight}
When I access the "favorite" in locusmaps I can tell the Chrome browser to download the file.
This downloaded kml-file my android opens by default with locus maps.
Then I can import all tracks in locus maps :-)
thankfully result of adapter.php has header information:
Code Select
Content-type: application/kml+xml
Content-Disposition: attachment; filename="trailforks-region.kml"
Therefore chrome offers it for download as .kml file.
(sidenote: firefox ignores the filename header part and the ending will be wrong by default)
In the "favorites" feature of locusmaps, I entered
http://locusmaps.[...my domain...].com/adapter.php?north={screenLatTop}&west={screenLonLeft}&south={screenLatBottom}&east={screenLonRight}
When I access the "favorite" in locusmaps I can tell the Chrome browser to download the file.
This downloaded kml-file my android opens by default with locus maps.
Then I can import all tracks in locus maps :-)