maplibre / maplibre-gl-leaflet

This is a binding from MapLibre GL JS to the familiar Leaflet API.
ISC License
134 stars 36 forks source link

rotation + tilt + marker issues #18

Open MichalNemec opened 3 years ago

MichalNemec commented 3 years ago

Hello, based on this example: https://raw.githack.com/maplibre/maplibre-gl-leaflet/aa06e210ab8f8ea136407a8f1481b4b8077c3d5a/examples/events.html

it has numerous issues: 1) tilt + zoom is janky 2) marker is misplaced upon tilting + rotation 3) tilt + rotate + drag is working as without any change to tilt + rotate

Could this be fixed please?

wipfli commented 3 years ago

Thanks for the feedback. This is a community-driven project and the best chances for getting it fixed are if you work on it. I am happy to review any pull request.

MichalNemec commented 3 years ago

if i knew how to fix it, i would not post an issue =)