question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Mapzen isoline tracts support

See original GitHub issue

Mapzen isolines support, by now, a max of 4 contours (tracts). You can check it with this request:

http://matrix.mapzen.com//isochrone?json={"locations": [{"lat": 40.42028, "lon": -3.70568}], "costing": "pedestrian", "polygon": true, "contours": [{"color": "tbd", "time": 5}, {"color": "tbd", "time": 15}, {"color": "tbd", "time": 20}, {"color": "tbd", "time": 25}, {"color": "tbd", "time": 30}]}&api_key={{matrix_api_key}}

the result for that request is:

{
  "error_code": 152,
  "error": "Exceeded max contours:4",
  "status_code": 400,
  "status": "Bad Request"
}

We need to apply this constraint in the UI for the isolines analysis form. Right now, the maximum is 6 no matter which the provider it is (mapzen or heremaps).

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
xavijamcommented, Apr 17, 2017

4 set!

1reaction
saleivacommented, Mar 8, 2017

guysm let’s put 4 as max for the time being for everything

Read more comments on GitHub >

github_iconTop Results From Across the Web

Mapzen project updates December 2019
Vector Tiles. Long term support for free hosted access to vector and terrain Tilezen tiles continue to be supported by generous AWS Research ......
Read more >
Long-term support for Mapzen maps, vector & terrain tiles
This post details new long-term support endpoints for various map display related services and libraries, and provides information on accessing ...
Read more >
Range far and wide with Mapzen Isochrone
An isochrone map service has a wide variety of use case, from planning departments of DOTs all the way down to consumer applications....
Read more >
Lines - Mapzen
An visual exploration on Lines with Tangram.
Read more >
Isochrone Service - Mapzen
The Isochrone service provides insight into travel at an individual level and en masse, whether by car, foot, bike, or public transit.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found