From 411f87c2507763aed9efca09d19becc30f21ee0b Mon Sep 17 00:00:00 2001 From: zheng Date: Wed, 25 Jul 2018 17:41:45 +0800 Subject: [PATCH] CHART-2660 map10.0.zip --- .../java/com/fr/van/chart/DownloadOnlineSourcesHelper.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/designer-chart/src/main/java/com/fr/van/chart/DownloadOnlineSourcesHelper.java b/designer-chart/src/main/java/com/fr/van/chart/DownloadOnlineSourcesHelper.java index b2adfec252..03b51d7501 100644 --- a/designer-chart/src/main/java/com/fr/van/chart/DownloadOnlineSourcesHelper.java +++ b/designer-chart/src/main/java/com/fr/van/chart/DownloadOnlineSourcesHelper.java @@ -56,10 +56,10 @@ public class DownloadOnlineSourcesHelper implements DownloadSourcesEvent { this.addSiteInfo("plugin.phantomjs", ChartConstants.PHANTOMJS_URL, PHANTOM_MB); } - private static final double MAP_JSON_MB = 3.8 * 1024 * 1024; + private static final double MAP_JSON_MB = 4.5 * 1024 * 1024; public void addMapJSONSiteInfo() { - this.addSiteInfo("map.json", ChartConstants.MAP_JSON_URL, MAP_JSON_MB); + this.addSiteInfo("map10.json", ChartConstants.MAP_JSON_URL, MAP_JSON_MB); } public void addSiteInfo(String siteKind, String localDir, double megaBits) {