You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set up all servers and go to http://127.0.0.1:8889, the browser say that /api/tile/metadata.json is missing. It returns 404 with "error" in the body.
I trace the code and find this error, DatabaseError(__Unknown, "file is not a database"), at line 171in source/api/tile/src/main.rs
How can I fix this issue?
Thanks.
The text was updated successfully, but these errors were encountered:
I try to download the mbtiles with following command. https://openmaptiles.com/download/WyJjOWUzNGM1NS04MDQxLTQ4MTMtYmUzMy0yNmFjMGUyN2I5MWIiLCItMSIsODcxM10.DsGknA.wk4qsZRjBSL8gQrp22h2CRpCyi4/osm-2017-07-03-v3.6.1-europe_switzerland.mbtiles?usage=open-source' > database/europe_switzerland.mbtiles.
But the download link is expired.
I may know how to download it, register and download from https://openmaptiles.com/downloads/tileset/osm/europe/switzerland/.
When I set up all servers and go to http://127.0.0.1:8889, the browser say that
/api/tile/metadata.json
is missing. It returns 404 with "error" in the body.I trace the code and find this error, DatabaseError(__Unknown, "file is not a database"), at line 171in source/api/tile/src/main.rs
How can I fix this issue?
Thanks.
The text was updated successfully, but these errors were encountered: