Greetings,
I'm trying to display some tiles I produced placed outside the wwwroot directory of a Blazor server.
As urlTemplate I insert the string "Tiles / MyMap / {z} / {x} / {y} .png" but LeafletMap does not display any map. is the correct way to describe urlTemplate?
Greetings, I'm trying to display some tiles I produced placed outside the wwwroot directory of a Blazor server. As urlTemplate I insert the string "Tiles / MyMap / {z} / {x} / {y} .png" but LeafletMap does not display any map. is the correct way to describe urlTemplate?