smart-village-solutions / smart-village-app-cms

A CMS based on JSON schema of smart-village api
GNU General Public License v3.0
7 stars 2 forks source link

feat(map): render leaflet map #124

Closed donni106 closed 3 years ago

donni106 commented 3 years ago

SVA-227


mobile desktop
Bildschirmfoto 2021-10-18 um 18 20 29 Bildschirmfoto 2021-10-18 um 18 20 43
closer zoom if lat/lng existing
Bildschirmfoto 2021-10-20 um 14 28 18
codeclimate[bot] commented 3 years ago

Code Climate has analyzed commit bd01722d and detected 0 issues on this pull request.

View more on Code Climate.

theresastone commented 3 years ago

Sieht gut aus. Was genau macht das gesture handling?

donni106 commented 3 years ago

Sieht gut aus. Was genau macht das gesture handling?

gute frage! hab ich nicht verlinkt. das paket ist hier zu finden: https://github.com/elmarquis/Leaflet.GestureHandling kurzgefasst sorgt das dafür, dass ein hinweis kommt bei scroll zum zoomen mit zusatztaste oder mobil mit zwei fingern. so kollidiert es nicht mit seitenscroll und man muss scroll to zoom nicht gänzlich abschalten.