添加once: true属性

            // 测量距离
            this.distanceTool = new maptalks.DistanceTool({
                'symbol': {
                    'lineColor': '#34495e',
                    'lineWidth': 2
                },
                'vertexSymbol': {
                    'markerType': 'ellipse',
                    'markerFill': '#1bbc9b',
                    'markerLineColor': '#000',
                    'markerLineWidth': 3,
                    'markerWidth': 10,
                    'markerHeight': 10
                },

                'labelOptions': {
                    'textSymbol': {
                        'textFaceName': 'monospace',
                        'textFill': '#fff',
                        'textLineSpacing': 1,
                        'textHorizontalAlignment': 'right',
                        'textDx': 15,
                        'markerLineColor': '#b4b3b3',
                        'markerFill': '#000'
                    },
                    'boxStyle': {
                        'padding': [6, 2],
                        'symbol': {
                            'markerType': 'square',
                            'markerFill': '#000',
                            'markerFillOpacity': 0.9,
                            'markerLineColor': '#b4b3b3'
                        }
                    }
                },
                'clearButtonSymbol': [{
                    'markerType': 'square',
                    'markerFill': '#000',
                    'markerLineColor': '#b4b3b3',
                    'markerLineWidth': 2,
                    'markerWidth': 15,
                    'markerHeight': 15,
                    'markerDx': 20
                }, {
                    'markerType': 'x',
                    'markerWidth': 10,
                    'markerHeight': 10,
                    'markerLineColor': '#fff',
                    'markerDx': 20
                }],
                'language': 'en-US',
                 once: true
            }).addTo(this.map);
            this.distanceTool.disable()
Logo

前往低代码交流专区

更多推荐