Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The
sane-topojson
package is about to get a major upgrade etpinard/sane-topojson#12:subunits
layer properties (with keygu
) allowing us to fix USA-states incorrectly drawn as foreign regions in high resolution choropleth #3779 in an un-hacky way unlike 68bd47bThat said, the new topojsons are different then the current ones. Not by much (see 4eb79b9, 4336c30 and etpinard/sane-topojson@8624ec4 to dig deeper), but they are different. As we don't version the topojsons on our CDN (e.g. at https://cdn.plot.ly/world_110m.json) used by default by
Plotly.newPlot
, I'm a little reluctant to just merge this in. Perhaps we should retire the un-version URLs and start using e.g. https://cdn.plot.ly/world_v3.0.0_110m.json where thevX.Y.Z
would correspond to thesane-topojson
version?Oh well, maybe I'm overthinking this. We did "override" the topojsons URLs back in #1077 and we didn't hear anyone complain about it.
I'm interested in hearing what @plotly/plotly_js will have to say.