Myzel394
Myzel394
> dependency_overrides: > permission_handler: ^8.3.0 This requires a compileSdkVersion of 32 > and you don't want to use compileSdk 33 ? Not sure if I understood correctly what the compileSdkVersion...
Seems to be an issue specific to MacOS, since I it doesn't occur on my Linux machine. However, I don't know where to place the config. Is it supposed to...
@fatal69100 maybe you could take a look at this
Okay seems like you don't need to copy the files and create a separate `config.yml`, the `config/default-config.yml` is enough. Now I'm facing the issue of not having an own tile...
Currently trying https://wiki.openstreetmap.org/wiki/Tiles#Base_maps but can't get them running
Thanks for your help. I have now loaded the tiles and started the containers using kathotherian_docker. However, I don't know what to pass as the `TILEVIEW_mapStyle_baseMapUrl` and `TILEVIEW_mapStyle_poiMapUrl` variables. Could...
Any news @fatal69100? Really would like to contribute to this :)
The docker container image is working fine, but I don't know the correct URL `http://your-server/path-to-basemap-tiles/{z}/{x}/{y}.pbf`
Thanks @fatal69100 Unfortunately, I'm getting only `400` Bad requests with "Unknown source" as the message. I tried moving around the map, but seems like no tile returns anything. Do you...
@fatal69100 The url is indeed called, however no response results in `200`, instead all calls are rejected with a `400` status code. Here's a short video demonstrating the problem: https://user-images.githubusercontent.com/50424412/154707363-baace4eb-a86a-42d0-960f-c38945f7adcf.mp4