Dadiorchen
Dadiorchen
After updated the new version of Chrome, the 'f' do not work, press 'f' will not display the link shortcut tips anymore.
Hi, I'm using the mapnik in my tile server, and use Express to handle the request, and for every request I will initial a mapnik instance to render the tile...
My case is: 1. The log shows new version downloaded (see log below) 2. The update dialog shows up correctly. 3. After clicking the `restart` button, the app closed, and...
Implement `/trees/{treeid}` page as designed below:  Bacially, on this page, there are the tree id, tree highlighted info: species captured number and so on. - The tree growth history...
How to reproduce: https://dev.treetracker.org/trees/985238?bounds=-13.179516792297365,8.447009359099344,-13.164067268371584,8.455371879974445 The map doesn't respond when opening this page, but the prod env does: https://dev.treetracker.org/trees/985238?bounds=-13.179516792297365,8.447009359099344,-13.164067268371584,8.455371879974445 --- Some hints: - Please read our [readme](https://github.com/Greenstand/treetracker-web-map-client#treetracker-web) for more information/guide/tutorial. -...
How to reproduce: 1. Chrome open devtools, switch to mobile screen 2. Visit single tree or wallet page like this: : `https://map.treetracker.org/trees/1017648?bounds=36.63633584976197,-3.206397259323174,36.645219326019294,-3.206397259323174` 3. The map can not be loaded. The...
Currently, the cypress test is slow, `npm run cy` will run the cypress test, we integrated `next.js` in this test command, everytime we run modifed the file, the test will...
The page is the same as https://map.treetracker.org/planters/17101 but we need to use the data from here: https://github.com/Greenstand/treetracker-query-api/blob/d8608236f7b26d3653ca64d7b3d55ab806317157/docs/api/spec/query-api.yaml#L243-L254 Please implement the integration test for this page, ( it might already exist...
When push to `v2`, the code should be deploy to `alpha-dev.treetracker.org`
http://localhost:3000/v2/captures/0c2d6e3a-d02a-4edf-bcdc-893e1f7a4817?bounds=-122.51961708068849,38.3588710328682,-122.50416755676271,38.370950949611135 this is current capture page, we need move the path to `/captures/{id}`, also, please write cypress integration test to cover this page. --- some hints: - Please read this...