Skip to content

tile-downloader: Use more common URL template format

James Westman requested to merge (removed):fix-33 into main

Change the URL template placeholders from #X#, #Y#, and #Z# to {x}, {y}, and {z}.

This format is used, for example, in Leaflet and the TileJSON specification.

Fixes #33 (closed).

Merge request reports