tilemaker icon indicating copy to clipboard operation
tilemaker copied to clipboard

tangram not rendering tiles

Open mkandulavm opened this issue 5 years ago • 4 comments

Hi

I have downloaded mvt format tiles as mbtiles for a region using https://github.com/tilezen/tilepacks

I have this offline mbtiles rendering in tangram.

However the generated mbtiles using tilemaker are not rendering and there are no errors.

I think I need to modify scene.yaml in tangram, but I am not getting any clear instructions on how to do this. Can you please help ?

mkandulavm avatar Oct 21 '18 14:10 mkandulavm

Two parts are to consider:

  • the way to build vector tiles with tilemaker (config.json and process.lua)
  • the way to interpret built vector tiles with tangram (scene.yaml).

Unfortunatly, we miss a full success story from making tiles with tilemaker to render them with any solution (openlayer, leaflet, mapbox, tangram and so on...).

clement-igonet avatar Dec 30 '19 12:12 clement-igonet

Yes, a ready-to-go config (aka "success story") is the subject of #139, but that will almost certainly use Mapbox GL. Tangram is a bit of a minority taste these days I'm afraid, and I think it would need a specialist developer to come up with a solution for that.

systemed avatar Dec 30 '19 19:12 systemed

Note that tangram is a Linux Foundation project. So, we can hope we won't be accused of copying the data structure they use from nextzen. Whereas mapbox does not accept we reproduce their tile vector structure. We should take that seriously into account, even if mapbox is "popular".

clement-igonet avatar Dec 30 '19 19:12 clement-igonet

Yes, a ready-to-go config (aka "success story") is the subject of #139, but that will almost certainly use Mapbox GL. Tangram is a bit of a minority taste these days I'm afraid, and I think it would need a specialist developer to come up with a solution for that.

OK thks.Good to know. I'll have a try with OpenMapTiles and convenient renderers.

clement-igonet avatar Dec 30 '19 22:12 clement-igonet