-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PathLayer (regular) reverses #220
Comments
Do you have an image or location on map where I can reproduce this? I recently worked with the clipper and maybe I can help here. |
Note: regular |
Problem seems to be that line length in LineTexBucket is out of range of Short.MAX_VALUE at higher zoom levels. Thus problem can happen in jts I did not find out why there's need of As note: |
Note that line stipples and textures didn't exist in master VTM. |
@devemux86: As I can see you're much more experienced in OpenGL programming than me. Can you give me a hint where the |
@hjanetzek wrote that part of VTM, so I need also to search first to find out that. 🙂 |
No sweat. Thought you might have an idea 🙂 |
Fixed via #532. |
PathLayer (regular) with a directed texture (e.g. arrow) shows reversed line segments at large zooms.
Probably
LineClipper
plays a role to that?Note that JTS PathLayer works without issues.
The text was updated successfully, but these errors were encountered: