Skip to content

Commit bff29ea

Browse files
committed
Update default topojsonURL to point to new maps
1 parent 540e335 commit bff29ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/plot_api/plot_config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,8 @@ var configAttributes = {
369369
topojsonURL: {
370370
valType: 'string',
371371
noBlank: true,
372-
dflt: 'https://cdn.plot.ly/',
372+
// TODO: Switch the default back to 'https://cdn.plot.ly/' once we remove the legacy maps
373+
dflt: 'https://cdn.plot.ly/un/',
373374
description: [
374375
'Set the URL to topojson used in geo charts.',
375376
'By default, the topojson files are fetched from cdn.plot.ly.',

0 commit comments

Comments
 (0)