lukasmartinelli / osm-noise-pollution

Approximate global noise pollution with OSM data and very simple noise model
MIT License
72 stars 12 forks source link

exported mbtiles to upload in mapbox studio online #2

Open sevamoo opened 7 years ago

sevamoo commented 7 years ago

Thanks for the great work @lukasmartinelli Just one observation (question) with the use of the generated tiles in a style in mapbox studio online:

As you explained all the steps works perfectly. Just one issue is that when I wanted to use mapbox studio online as my tile server, the exported mbtiles in this step : docker-compose run export-vectortiles in data folder has some errors when you upload them to the mapbox studio online. I am not sure if this is correct step to do at all. But nevertheless, if one export the mbtiles from the mapbox studio in the local host this works well later online too. Best Vahid

lukasmartinelli commented 7 years ago

Thanks Vahid. But the one downloaded from releases works?

https://github.com/lukasmartinelli/osm-noise-pollution/releases/download/v1.0/noise_pollution.mbtiles

But nevertheless, if one export the mbtiles from the mapbox studio in the local host this works well later online too.

Ok. so perhaps a tilelive version issue. Could you tell the error Mapbox Studio online gives you when uploading?

sevamoo commented 7 years ago

The whole planet version, ready to download works just fine. But for the exported "tiles.mbtiles", the error from Mapbox Studio online is just : Unknown format. Hope this help.