| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6d01c05 commit 3e87726
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,6 +29,11 @@ class RegularPointPrimitive extends BaseRegularPrimitive { | |||
| 29 | 29 | this._update = true; | |
| 30 | 30 | this._isTranslate = false | |
| 31 | 31 | } | |
| 32 | + | ||
| 33 | + fromGeoJSON(geoJson, isLoadElement = true){ | ||
| 34 | + super.fromGeoJSON(geoJson,isLoadElement) | ||
| 35 | + this._isTranslate = false; | ||
| 36 | + } | ||
| 32 | 37 | ||
| 33 | 38 | /** | |
| 34 | 39 | * @description 重写父类的_elemPropsUpdateHandler方法 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments