SvenWerlen / moulinette-tiles

Moulinette Forge submodule which provides capabilities for importing and managing tiles
https://www.patreon.com/moulinette
MIT License
2 stars 4 forks source link

Fix tile url when the filename is already a url #3

Closed kakaroto closed 3 years ago

kakaroto commented 3 years ago

If the tile is in the Forge asset library or S3 and is therefore a fully formed URL, then the uri does not need to be constructed from the base url and path prefix. This goes along with https://github.com/SvenWerlen/moulinette-core/pull/8

kakaroto commented 3 years ago

(Note btw, I think something similar needs to be done for moulinette-sounds but I haven't looked into it yet as I don't have any audio asset packs on the bazaar to test with)