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
in CRM_Utils_Geocode_OpenStreetMapCoding::makeRequest() the geocoded API response is retrieved as a JSON string and decoded, but the decoding does not use the associate array option. Later in the code the object is referenced as an array rather than an object, which throws errors.
The text was updated successfully, but these errors were encountered:
lcdservices
added a commit
to lcdservices/de.systopia.osm
that referenced
this issue
Feb 23, 2023
in CRM_Utils_Geocode_OpenStreetMapCoding::makeRequest() the geocoded API response is retrieved as a JSON string and decoded, but the decoding does not use the associate array option. Later in the code the object is referenced as an array rather than an object, which throws errors.
The text was updated successfully, but these errors were encountered: