SwiftAddress with own layers

I use the android-app SwiftAddress [1] to collect housenumbers. I know this app isn’t in development any more, but it works and is the best successor for OSM-Pad.

This app allows to change the background layer, even to a custom tileserver. I have an own tileserver with provides tiles like https://osm.example.com/hn/{zoom}/{x}/{y}.png

Does anybody know how to add this layer? I’ve tried many different URL.-syntaxes. In the github-issues someone stated, that it works for him. So I think its not the app, I only used the wrong format.

Can someone help?

[1] GitHub - IpswichMapper/SwiftAddress: The fastest way to collect housenumbers for OpenStreetMap

1 Like

It does look like {zoom} (or {z}), {x} and {y} are the format it expects:

1 Like

None of them worked