ryanmitchell / ti-ext-kitchendisplay

Other
14 stars 8 forks source link

[Bug]: adress format for google maps link wrong. #58

Open BlueRayNL opened 1 year ago

BlueRayNL commented 1 year ago

What happened?

google maps url not encoding corretly the adress. when dutch address is entered no country or provence should be provided to google. this is preventing the buttons to work propperly.

example -> street number city , provence, country Rik Woutersweg 15EindhovenNbNetherlands

what it should look like ->

Rik Woutersweg 15 Eindhoven

What did you expect to happen?

open google maps with directions.

Version

latest.

What browser are you seeing the problem on?

Chrome

Relevant log output

No response

DimiDR commented 7 months ago

can confirm, in the URL there is one "+" missing for google maps. https://www.google.com/maps/dir/?api=1&destination=Steet+46City+12334+France it should be https://www.google.com/maps/dir/?api=1&destination=Steet+46+City+12334+France

BlueRayNL did you had any solution?