opencaching / opencaching-pl

The source code of Opencaching.PL (and some other domains)
https://opencaching.pl/
GNU General Public License v3.0
22 stars 33 forks source link

Map problem with OKAPI tiles #2282

Open rapotek opened 3 years ago

rapotek commented 3 years ago

From forum.opencaching.pl:

Cześć. Od parunastu dni występuje problem z mapą na komputerze:

  • skok kółka myszki przybliża/oddala mapę o mniej, niż wcześniej (zoomowanie trwa dłużej)
  • obiekty zarówno na podkładzie, jak i skrzynki i ich podpisy są za małe i nieczytelne na większości stopni przybliżenia.
  • na niektórych stopniach przybliżenia nazwy i mapa są czytelne, ale rozmazane.

Firefox, zoom w przeglądarce 100% jakby co. Ustawienia kółka myszy w porządku.

I can confirm this behaviour. It looks like OKAPI tiles incoming from server are correct, but the map is scaling them not correctly on the user side.

kojoty commented 3 years ago

Previous version is in repo. I will switch back the site to this old version. The new version issue needs investigation.

rapotek commented 3 years ago

This can fix the described problem: in public/views/chunks/dynamicMap/dynamicMapCommons.js for View creation in map add constrainResolution: true (f.ex. in line 21, after zoom: params.mapStartZoom). In 5.2 version false was default for this parameter, in 6.5 it is true.