10.06.2018, 13:53
(10.06.2018, 13:07)routeconverter Wrote: Mit dem folgenden leicht modifizierten Schnippsel funktioniert es:Mit dieser Version funktioniert es auch bei mir wieder.
Neu ist der locale-Parameter und der version-Parameter hat sich geändert.Code:<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<catalog xmlns="http://api.routeconverter.com/v1/schemas/tileserver-catalog">
<tileServer id="Viamichelin" name="Viamichelin" minZoom="1" maxZoom="19" copyright="Google">
"http://map5.viamichelin.com/map/mapdirect?map=viamichelin&z=" + zoom + "&x=" + coordinates.x + "&y=" + coordinates.y + "&format=png&version=201804131440&layer=background&locale=defa"
</tileServer>
</catalog>
--
Matthias
Matthias