Geojson erroneous (very wide isochrone) with a French city
See original GitHub issueHello,
I’m thoroughly trying out your API to use the pro version in our project.
When requesting a 1800s isochrone in Rennes (lon:-1.681632::lat:48.113844), France with the geojson formatter the returned result is incorrect.
The request returns between 33 000 and 65 000 lines of geojson (randomly) - an isochrone including a sixth of France and most of the Atlantic Ocean.
Here’s the request:
https://service.route360.net/france/v1/polygon?cfg=%7B%22sources%22%3A%5B%7B%22lat%22%3A48.109784%2C%22lng%22%3A-1.679091%2C%22id%22%3A%22%22%2C%22tm%22%3A%7B%22car%22%3A%7B%7D%7D%7D%5D%2C%22elevation%22%3Atrue%2C%22polygon%22%3A%7B%22serializer%22%3A%22geojson%22%2C%22values%22%3A%5B1800%5D%7D%7D&key=YOUR_KEY
In the result payload, the suspicious area:
"properties": {
"area": 1667162164.307389,
"time": 1800
}
A pic of the result imported into QGIS:

Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)

Top Related StackOverflow Question
Ok. Thanks for pointing this out @kofronpi . The GeoJSON feature is very new and obviously hasn’t been tested enough. I’ll look into this asap.
oh wow. that’s probably not all reachable. 😃 we look into it! fyi the lat/lngs from the URL and Rennes are not identical. Which are the wrong ones? Does this also happen with the normal json result or only with geojson?
@hollburg could you have a look