Greenstand / treetracker-wallet-app

The Greenstand Wallet App
https://wallet.treetracker.org
14 stars 43 forks source link

Remove the zoom in/out control panel on the map #93

Closed dadiorchen closed 3 years ago

dadiorchen commented 3 years ago

cuz on the mobile app map we don't need it.

Screen Shot 2021-09-07 at 9 57 26 AM
dadiorchen commented 3 years ago

The map component is in another repository, so we need to folk and change that one too. https://github.com/Greenstand/treetracker-web-map-client

jwgatt commented 3 years ago

I'll work on this.

jwgatt commented 3 years ago

I have tried adding zoomControl: false, to the mapOptions in node_modules/client/src/models/Map.js, which is what the official leaflet docs suggest, but the zoom control is still visible. Another option would be to use this code; map.removeControl(map.zoomControl); but i'm still looking for the correct place to use it.

dadiorchen commented 3 years ago

Some clues:

dadiorchen commented 3 years ago

https://github.com/Greenstand/treetracker-web-map-client/blob/web-map-site/src/models/Map.js

jwgatt commented 3 years ago

On it

jwgatt commented 3 years ago

Done #172