Ana Hobden
Ana Hobden
Based on last modified times it seems like the `public/*.zip` files are unlikely to be used currently.
So according to the source code of the [Android app code here](https://github.com/sozialhelden/wheelmap-android/blob/58c1503c49a0506b13c2e240a7979569b8cec3fd/app/src/main/java/org/wheelmap/android/net/MarkerIconExecutor.java#L54-L73) it fetches the zip files listed by the API call from `https://wheelmap.org/api/assets?api_key=$YOURKEY` This result looks like this: ```...
So i did some research based on that data. Here are the md5 hashes of the various files. ``` $ curl https://asset0.wheelmap.org/icons.zip -O && md5 icons.zip % Total % Received...
I definitely overlooked the notice a couple times when adding things to wheelmap. :) A dialog or "You did it!" page might be noticed more.
This seems related to https://github.com/sozialhelden/wheelmap/issues/587
Confirming it works on Mac with Chrome, FF, and Safari.
Would this data not already be present in OSM?
We currently don't store the history in the MySQL database: ``` mysql> SHOW COLUMNS FROM pois; +--------------+--------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra |...
It's done on infra-rebuild, I will work on backporting this to current.
These are the changes: https://github.com/sozialhelden/wheelmap/pull/437/files Some changes are needed in the secrets.yml as well.