peermaps / mixmap-georender

a mixmap layer for rendering open street map data from peermaps
Other
8 stars 4 forks source link

oes_texture_float not well-supported on phones #26

Open mk30 opened 2 years ago

mk30 commented 2 years ago

remove use of oes_texture_float in picking.

ralphtheninja commented 2 years ago

FYI this only seems to be a problem on mobile chrome but works fine on mobile firefox (android). Also, picking might work differently on mobile? E.g. clicking the mouse on desktop and panning the map might need some re-work on mobile, since you need the gesture events to pan the map. Maybe this should be a separate issue, not sure.