Routing Tool, Isochrones missing "/geojson" in url

Issue #855 resolved
Dominik Fröhlich created an issue

Hi *,

the routing tool is lacking a “/geojson” at the end of the isochrones url to query the BKGs web_ors_all API.

/src/modules/tools/routing/utils/isochrones/routing-ors-isochrones.js::56

should be like

url = `${serviceUrl}/v2/isochrones/${routingOrsSpeedProfile(speedProfile)}/geojson`,

rather than

url = `${serviceUrl}/v2/isochrones/${routingOrsSpeedProfile(speedProfile)}`,

Best

Dominik

Bug reported in 2.16.1, but persistent in dev

Comments (3)

  1. Log in to comment