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
Hi there,
we are experiencing issues with webtools geocoding service:
Client error: GET https://europa.eu/webtools/rest/geocoding/?f=json&text=Via+Diocleziano+107%2C+I-80124+NAPOLI+IT&maxLocations=5&outFields=*' resulted in a '422 Unprocessable Entity' response: {"message":"The given data was invalid.","errors":{"address":["The address field is required when addresses is not prese (truncated...)
I guess that GET variable 'text' should be replaced with 'address':
Hi there,
we are experiencing issues with webtools geocoding service:
Client error: GET https://europa.eu/webtools/rest/geocoding/?f=json&text=Via+Diocleziano+107%2C+I-80124+NAPOLI+IT&maxLocations=5&outFields=*' resulted in a '422 Unprocessable Entity' response: {"message":"The given data was invalid.","errors":{"address":["The address field is required when addresses is not prese (truncated...)
I guess that GET variable 'text' should be replaced with 'address':
const ENDPOINT_URL = 'https://europa.eu/webtools/rest/geocoding/?f=json&address=%s&maxLocations=%d&outFields=*';
Best regards,
The text was updated successfully, but these errors were encountered: