pietervdvn / MapComplete

An easy-to-use webapp to edit OpenStreetMap
https://mapcomplete.org
192 stars 89 forks source link

Not showing "what notes can you use to pay here?" on dev #1969

Closed thibaultmol closed 1 month ago

thibaultmol commented 1 month ago

Currently dev (43.0) seems to have a problem on the vending machine theme where it doesn't show the "what notes can you use to pay here?" question. while on the exact same vending machine node it show it on regular stable (42.7)

https://mapcomplete.org/vending_machine.html?z=17&lat=50.824928700002914&lon=4.512982899999656#node/11935098172 image

https://dev.mapcomplete.org/vending_machine.html?z=17&lat=50.824928700002914&lon=4.512982899999656#node/11935098172

image

pietervdvn commented 1 month ago

I did some code simplifications, but reversed a lon and lat when calculating the country, resulting in no country found. And if no country is found, the currency cannot be determined, which hides the denomation question...

Anyway, fixed now.