Commit Graph

9 Commits

Author SHA1 Message Date
bc52d4f929 Add 2 new report types: accident + misc. Fix #15. 2018-07-10 15:19:24 +02:00
9d4842b44c Clicking on a report now shows more infos and let users dismiss it
You should update your database by running
```
ALTER TABLE report ADD COLUMN (upvotes INTEGER NOT NULL, downvotes INTEGER NOT NULL)
```

Fix issue #8.
2018-07-06 15:39:35 +02:00
1b3082d02a Fix centering of the map, fix #5 2018-07-02 18:39:13 +02:00
5b5ec28537 Let users unzoom more 2018-06-30 22:56:33 +02:00
7e5cdb881a Add a new obstacle report type 2018-06-30 22:54:38 +02:00
e65be07fc1 Better icons for reports and matching markers 2018-06-27 14:59:45 +02:00
989db3b787 Few UI improvements
* Better info message when fetching geolocation
* No longer displaying a marker with heading if heading is unknown. Use
a circle marker instead.
* Display the accuracy area
2018-06-27 11:19:07 +02:00
e961a8dbb1 Display reports on the map 2018-06-26 11:04:23 +02:00
2d27e72b33 Initial commit 2018-06-25 18:29:57 +02:00