You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now one of the most annoying things about this plugin is that it doesn't render water areas properly. I'm not 100% sure how to do this - need to do some spelunking in iD. The solution probably isn't something like downloading the entire relation, because relations are gigantic. But maybe it's winding order or something like that?
The text was updated successfully, but these errors were encountered:
I think the solution is going to be the osmdata polygons, and then ignore all coastlines in the osm data, request polys by tile number, clip the polys, voila. Uploaded them to both R2 and S3, for some reason, next steps:
Set up worker to request from R2
Add FlatGeobuf to backend code
Calculate tile numbers on backend
Request & draw
And, maybe, as might be necessary, clip at some stage here to make sure the polygons are not gigantic.
tmcw
changed the title
Render water relations properly
Render oceans
Jan 16, 2023
Right now one of the most annoying things about this plugin is that it doesn't render water areas properly. I'm not 100% sure how to do this - need to do some spelunking in iD. The solution probably isn't something like downloading the entire relation, because relations are gigantic. But maybe it's winding order or something like that?
The text was updated successfully, but these errors were encountered: