Thomas
Thomas

Reputation: 13

Overlaying water in Mapbox

I'm trying to overlay all water on a map with a .png file. I successfully managed to do this in Tilemill, but it's 1000GB when I try to export it, so this isn't an option.

I noticed it has been done before: https://roadtrippers.com/

But I can't seem to figure out how they placed the overlay on top of the water.

Thank you for any hints!

Upvotes: 0

Views: 254

Answers (1)

tmcw
tmcw

Reputation: 11882

Roadtrippers is using Mapbox Studio style rather than a TileMill style, so they aren't generating or uploading MBTiles, but creating styles that are rendered on-the-fly. The method for adding water textures is the same between the two.

Upvotes: 1

Related Questions