You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2019/01/01 18:46:35 UTC

[incubator-echarts] branch release updated: Move the fix of #9295 () to the release branch.

This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git


The following commit(s) were added to refs/heads/release by this push:
     new 87decbb  Move the fix of #9295 () to the release branch.
87decbb is described below

commit 87decbb7d93dd742db4b0e7e758f8ae0560cc039
Author: sushuang <su...@gmail.com>
AuthorDate: Wed Jan 2 02:45:57 2019 +0800

    Move the fix of #9295 () to the release branch.
---
 src/coord/geo/Geo.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/coord/geo/Geo.js b/src/coord/geo/Geo.js
index bc8923a..6a87274 100644
--- a/src/coord/geo/Geo.js
+++ b/src/coord/geo/Geo.js
@@ -48,7 +48,7 @@ function Geo(name, map, nameMap, invertLongitute) {
     var source = geoSourceManager.load(map, nameMap);
 
     this._nameCoordMap = source.nameCoordMap;
-    this._regionsMap = source.nameCoordMap;
+    this._regionsMap = source.regionsMap;
     this._invertLongitute = invertLongitute == null ? true : invertLongitute;
 
     /**


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org