Map data across globe codepen example not working, error 404
See original GitHub issueUntil about a week ago it was working, then maybe Mike Bostok moved something.
Basically the GET request for world-50m.json
returns 404 cause the file is not here…
req URL: https://raw.githubusercontent.com/mbostock/topojson/master/examples/world-50m.json
Map data across globe: https://www.freecodecamp.com/challenges/map-data-across-the-globe
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Map data across globe codepen example not working, error 404
We are using the JSON as dependency on the sample codepen. We could host it statically if you permit. Any alternate suggestions are...
Read more >Map data across the globe - CodePen
Insecure Resource. The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https....
Read more >javascript - Codepen modernizr.js - 404 Error - Stack Overflow
I'm using Codepen modernizr.js over 1 years. Suddenly it started showing error 404. That means the file does not exist but I don't...
Read more >404 Page SVG Animations That Maximize Visitor Retention
Here's an “out of this world” isometric 404 animation that sheds light on who's responsible for the error page you're seeing. Not surprisingly, ......
Read more >Untitled
Loyal parody sir rex lyrics, Scc1300-d04 data sheet, Teoretyczne napedy kosmiczne, ... Od404 nine bar, Arifs family crime, Exact hitting set problem, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
You linked to master, but you could link to a specific release to make sure that the contents do not change:
https://raw.githubusercontent.com/mbostock/topojson/v1.6.27/examples/world-50m.json
But even better would be to use the source of this file, which is the world-atlas repository:
https://github.com/topojson/world-atlas
I am now hosting the file on https://d3js.org/world-50m.v1.json. You can also use unpkg.com/world-atlas@1/world/50m.json. Both of these links are versionsed and backed by a CDN, which should be much faster and more stable than linking to master.
Fixed. Updated the API with https://d3js.org/world-50m.v1.json
Thanks everyone for the help!