mapbox / mapbox/osm-navigation-map
Tilestream is gone? No signs shown at all, via either HTTPS or HTTP
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 29
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Chrome console error:
```
overpass-cfn-production.tilestream.net/api/interpreter:1 Failed to load resource: net::ERR_NAME_NOT_RESOLVED
build.js:1346 Error: [object ProgressEvent]
at XMLHttpRequest.errorFunc (build.js:23719)
(anonymous) @ build.js:1346
build.js:1554 Uncaught TypeError: Cannot read property 'features' of undefined
at queryOverpass.overpassUrl (build.js:1554)
at Object.callback (build.js:12213)
at cbOnce (build.js:23687)
at XMLHttpRequest.errorFunc (build.js:23722)
```
The overpass-cfn-production.tilestream.net/api/interpreter is just dead.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Overpass request referenced in build.js around the reported stack-trace lines and reproduce the failed request to overpass-cfn-production.tilestream.net/api/interpreter. Trace where the response is consumed by queryOverpass, then determine the project’s expected behavior when that endpoint is unavailable. Done means the reported failure path is addressed and the map no longer crashes on the missing response.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api, web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100