enzet / map-machine

Python renderer for OpenStreetMap with custom icons intended to display as many map features as possible
MIT License
503 stars 31 forks source link

Rendering of water use wrong color #120

Open livioavalle opened 2 years ago

livioavalle commented 2 years ago

test Hi, I am trying to render an area near a port. But it came out with the water grey. Is this a bug or I missed something in the command used? I used this command: map-machine render -b=8.9153,44.3872,8.9490,44.4011 -z=16 -o=out/test.svg The are is this one

enzet commented 2 years ago

Hello, @livioavalle! Sorry for the very late reply.

Yeah, I know this issue. This is definitely a bug. Coastline is quite complicate feature and I still have no stable algorithm for rendering it, so I decided not to render it at all. I will return to it as soon as possible.

habi commented 1 year ago

Somehow related to https://github.com/enzet/map-machine/issues/143

enzet commented 1 year ago

You're right. I'll close #143 as a duplicate and will continue with this issue.