From 99ec57b544314ef49e1d2751b51a3ac3014f8b02 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 19 Feb 2024 17:35:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'worldmap/leaflet/leaflet-?= =?UTF-8?q?ruler.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worldmap/leaflet/leaflet-ruler.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worldmap/leaflet/leaflet-ruler.js b/worldmap/leaflet/leaflet-ruler.js index 7c8fa27..0d8f578 100644 --- a/worldmap/leaflet/leaflet-ruler.js +++ b/worldmap/leaflet/leaflet-ruler.js @@ -25,13 +25,13 @@ display: 'km', decimal: 2, factor: null, - label: 'Distance:' + label: '距离:' }, angleUnit: { display: '°', decimal: 2, factor: null, - label: 'Bearing:' + label: '方位:' } }, onAdd: function(map) {