You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the "geoPosition" field is added for "geo range search", the property tiles always output latitude & longitude, whether you have it set to "invisible" or not. See screenshot attached.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Current state
Once the "geoPosition" field is added for "geo range search", the property tiles always output latitude & longitude, whether you have it set to "invisible" or not. See screenshot attached.
Current workaround:
$dontEcho = array("object title", / ... / "longitude", "latitude");
Desired state
If the field is set to "invisible", it should not be visible in the property tiles.
Beta Was this translation helpful? Give feedback.
All reactions