8000 test adding an option to use country borderlines from a UN geojson dataset for geo subplots by archmoj · Pull Request #7327 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content
Dismiss alert

test adding an option to use country borderlines from a UN geojson dataset for geo subplots #7327

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 11 commits into from
Prev Previous commit
Next Next commit
TMP link until un is published to CDN
  • Loading branch information
archmoj committed Dec 27, 2024
commit 1a60af5baeb2e3635413fc40344df39dbec2b444
1 change: 1 addition & 0 deletions src/lib/topojson_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ topojsonUtils.getTopojsonPath = function(topojsonURL, topojsonName) {

if(topojsonName.startsWith('un_')) {
path += 'un';
return 'https://raw.githubusercontent.com/etpinard/sane-topojson/refs/heads/un-borders/dist/un.json';
} else {
path += topojsonName;
}
Expand Down
0