We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd8186 commit 5beabc7Copy full SHA for 5beabc7
src/service/base/style/MarkerStyle.js
@@ -13,7 +13,7 @@ const DefaultMarkerImagePlotting =
13
* @param {Number} [symbol] 符号样式
14
* @param {Number} [size] 符号大小
15
*/
16
-export default class MarkerSymbol extends Symbol {
+export default class MarkerStyle extends Symbol {
17
constructor(option) {
18
super();
19
var options = option ? option : {};
@@ -114,5 +114,5 @@ export default class MarkerSymbol extends Symbol {
114
}
115
116
117
-export { MarkerSymbol };
118
-mapgis.symbols.MarkerSymbol = MarkerSymbol;
+export { MarkerStyle };
+mapgis.symbols.MarkerStyle = MarkerStyle;
0 commit comments