darnton / LeafletBlazor

Blazor component for interop with Leaflet slippy map library.
30 stars 20 forks source link

Load my local Tiles. #16

Open Marco82I opened 3 years ago

Marco82I commented 3 years ago

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?