- Issue created by @szy
- Status changed to Closed: works as designed
10 months ago 4:35pm 16 January 2024 - 🇵🇱Poland szy
Ugggh.
It took me almost a day to not find out the solution and 30 seconds right after I have posted it here.
The reason was the doubled "<" when inserting the HTML entity before the kilometres number:
"[node:field_geolocation:0:lat],[node:field_geolocation:0:lon]<<=5555km"
Should be:
"[node:field_geolocation:0:lat],[node:field_geolocation:0:lon]<<=5555km"
... with <= as HTML entity.
So it's Views Token Argument issue, not the Geofield's one.
Thanks and sorry.
Szy.