문제

I am using tilemill to generate mbtiles. Does anybody know how to make mbtiles background transparent?

도움이 되었습니까?

해결책

Your default style will have a rule like

Map {
  background-color:#f00;
}

This gives the map a background color. Delete that rule, and the map will not have a background color, and will thus be transparent behind your features.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top