Why are you changing the sequence of tags and value?
This is how an Icon looks now:
{"type": "Feature", "id": 1165092823, "geometry": {"type": "Point", "coordinates": [-66.122687, 6.965057]}, "properties": {"marker-symbol": "cinema", "group": 384847715, "marker-color": "#52b839", "description": "Bundesliga #19: Borussia Dortmund vs. SC Freiburg \n Venezuela: Star+ \n [Sat, 04.Feb.2023 10:30]", "title": "đź“ş Venezuela"}},
This is how it was last week:
{"type": "Feature", "id": 1165092823, "geometry": {"type": "Point", "coordinates": [-66.122687, 6.965057]}, "properties": {"title": "đź“ş Venezuela", "marker-color": "#52b839", "description": "Bundesliga #18: Bayer 04 Leverkusen vs. Borussia Dortmund \n Venezuela: Star+, ESPN2 \n [Sun, 29.Jan.2023 12:30]", "marker-symbol": "cinema", "group": 384847715}},
I have scripts running on this, that basically checks where for example the description starts and where it ends. This worked fine with searching for “marker-symbol”, but now it says “title” instead.
Whats the reason for the resorting of the sequence? I am asking as this is not the first time it happened.