Rudloff / openvegemap

Find vegetarian and vegan restaurants in your city
https://openvegemap.netlib.re/
GNU General Public License v3.0
72 stars 9 forks source link

Vending machine in /js/poi.js #88

Closed KristjanESPERANTO closed 3 years ago

KristjanESPERANTO commented 3 years ago

In the file /js/poi.js in the function getAmenityIcon is an entry for "vending_machine" which doesn't returns an emoji. Is this a mistake? I can't find a suitable emoji for vending machine.

        case 'vending_machine':
            return 'Vending machine';
Rudloff commented 3 years ago

See https://github.com/Rudloff/openvegemap/issues/64. I could not find an appropriate emoji so I used text instead.

KristjanESPERANTO commented 3 years ago

Okay, that makes sense. Vending machines usually don't have names. So there would be nothing in the title. Even a appropriate emoji wouldn't be enough. Thanks.