GIScience / openrouteservice

🌍 The open source route planner api with plenty of features.
https://openrouteservice.org
GNU General Public License v3.0
1.35k stars 386 forks source link

no response for intersections=true #675

Closed TheGreatRefrigerator closed 3 years ago

TheGreatRefrigerator commented 4 years ago

Here's what I did

  'https://api.openrouteservice.org/v2/isochrones/driving-car' \
  -H 'Content-Type: application/json; charset=utf-8' \
  -H 'Accept: application/json, application/geo+json, application/gpx+xml, img/png; charset=utf-8' \
  -H 'Authorization: api_key' \
  -d '{"locations":[[8.681495,49.41461],[8.686507,49.41943]],"range":[300,200],"intersections":"true","range_type":"time"}'

Here's what I got

Absolutely nothing. 0 byte


Here's what I was expecting

A response.

isikl commented 4 years ago

Requesting via API Playground returns in: Invalid API key or access to this API has been disallowed, although API key is valid and works.

igoooor commented 3 years ago

Same problem here sadly