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

plainheart pushed a commit to branch fix/geojson-parse
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit baed728ee62d05f52d74f1d9bdd6d68575c5a46f
Author: plainheart <[email protected]>
AuthorDate: Sun May 31 16:51:23 2026 +0800

    chore: fix typo in comment
---
 src/coord/geo/GeoJSONResource.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/coord/geo/GeoJSONResource.ts b/src/coord/geo/GeoJSONResource.ts
index 14f659097..d2c665c4a 100644
--- a/src/coord/geo/GeoJSONResource.ts
+++ b/src/coord/geo/GeoJSONResource.ts
@@ -115,7 +115,7 @@ export class GeoJSONResource implements GeoResource {
             fixTextCoord(mapName, region);
             fixDiaoyuIsland(mapName, region);
 
-            // Some area like Alaska in USA map needs to be tansformed
+            // Some area like Alaska in USA map needs to be transformed
             // to look better
             const specialArea = this._specialAreas && 
this._specialAreas[regionName];
             if (specialArea) {
@@ -141,7 +141,7 @@ export class GeoJSONResource implements GeoResource {
         return {
             // For backward compatibility, use geoJson
             // PENDING: it has been returning them without clone.
-            // do we need to avoid outsite modification?
+            // do we need to avoid outside modification?
             geoJson: this._geoJSON,
             geoJSON: this._geoJSON,
             specialAreas: this._specialAreas


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to