iCal exporter inverts Lat;Long coordinates
Description
When I export an event I noticed that the marker position is wrong, investigating I've realised that lat and long coordinates are inverted.
Steps to Reproduce
- create an event with a location/marker
- use the iCal export ("add to my calendar") to get an .ics file (it works the same also with multiple events inside groups)
- check the data exported
- latitude should be the first value and longitude the second one, but it's not
Expected behaviour:
https://www.kanzaki.com/docs/ical/geo.html the ical format should be GEO:Lat;Long
Actual behaviour:
instead Mobilizon exports in this way:
GEO:Long;Lat
Reproduces how often:
always
Versions
Mastodon.it 1.1.4
Additional Information
GEO:9.1826598;45.4679497 (wrong) should be GEO:45.4679497;9.1826598 (right)