knime-geospatial-extension
knime-geospatial-extension copied to clipboard
Instead of returning wrong results the OSRM Distance Matrix node should return an error if the service is unavailable
In the execute method of the node check if the currently entered OSRM server address is valid and working otherwise throw an exception e.g. "OSRM server not available"
Investigate if the current default service is no longer available at all or if this is only temporary.