Skip to content

Commit d3e2a32

Browse files
committed
提交标绘面板和demo
1 parent 4aa4064 commit d3e2a32

File tree

7 files changed

+952
-667
lines changed

7 files changed

+952
-667
lines changed

dist/leaflet/include-leaflet.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,11 @@
147147
inputCSS(disturl + '/leaflet/iclient-leaflet.min.css');
148148
}
149149
if (inArray(includes, 'iclient-plot-leaflet')) {
150-
inputCSS(libsurl + '/plotting/leaflet/11.2.0/iclient-plot-leaflet.css');
150+
inputCSS(libsurl + '/plotting/leaflet/11.2.1/iclient-plot-leaflet.css');
151151
if (supportES6()) {
152-
inputScript(libsurl + '/plotting/leaflet/11.2.0/iclient-plot-leaflet-es6.min.js');
152+
inputScript(libsurl + '/plotting/leaflet/11.2.1/iclient-plot-leaflet-es6.min.js');
153153
} else {
154-
inputScript(libsurl + '/plotting/leaflet/11.2.0/iclient-plot-leaflet.min.js');
154+
inputScript(libsurl + '/plotting/leaflet/11.2.1/iclient-plot-leaflet.min.js');
155155
}
156156
}
157157
if (inArray(includes, 'ant-design-vue')) {

examples/js/plottingPanel/PlotMapPanel.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ L.supermap.plotting.initPlotMapPanel = function(div, plotMapManager){
8787

8888
var activePlottingLayer = document.createElement("li");
8989
activePlottingLayer.id="activePlottingLayer";
90-
activePlottingLayer.innerText = resource.text_active;
90+
activePlottingLayer.innerText = resources.text_active;
9191
activePlottingLayer.style.margin = '1px 0';
9292
activePlottingLayer.style.padding = '0 5px';
9393
activePlottingLayer.style.cursor = 'pointer';
@@ -105,7 +105,7 @@ L.supermap.plotting.initPlotMapPanel = function(div, plotMapManager){
105105

106106
var activeChildPlotLayer = document.createElement("li");
107107
activeChildPlotLayer.id="activeChildPlotLayer";
108-
activeChildPlotLayer.innerText = resource.text_active;
108+
activeChildPlotLayer.innerText = resources.text_active;
109109
activeChildPlotLayer.style.margin = '1px 0';
110110
activeChildPlotLayer.style.padding = '0 5px';
111111
activeChildPlotLayer.style.cursor = 'pointer';

examples/js/plottingPanel/PublicStyleFunction.js

Lines changed: 259 additions & 92 deletions
Large diffs are not rendered by default.

examples/js/plottingPanel/StylePanel.js

Lines changed: 683 additions & 567 deletions
Large diffs are not rendered by default.

examples/leaflet/plot_filetransfer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h5 class='panel-title text-center' data-i18n="resources.title_filetransfer" sty
6767
function getSMLInfosSucess(evt){
6868
L.supermap.plotting.initSMLInfosPanel("filetree", evt.smlInfoList, function(clickSmlFileName){
6969
var result = sitDataManager.downloadSmlFileURL(clickSmlFileName);
70-
document.getElementById("downloadUrl").value = serverUrl + result;
70+
document.getElementById("downloadUrl").value = result;
7171
document.getElementById("smlFileName").value =clickSmlFileName;
7272
sitDataManager.openSmlFileOnServer(clickSmlFileName);
7373
})

examples/locales/en-US/resources.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2510,7 +2510,8 @@ window.examplesResources = {
25102510
"text_subLayer":"subLayer",
25112511
"text_setCurrentMapScaleToMintVisibleScale":"set current map scale to min visible scale",
25122512
"text_setCurrentMapScaleToMaxVisibleScale":"set current map scale to max visible scale",
2513-
"text_clearVisibleScaleSet":"clear visible scale set"
2513+
"text_clearVisibleScaleSet":"clear visible scale set",
2514+
"text_symbolAnnotations":"symbolAnnotations"
25142515
}
25152516
};
25162517

examples/locales/zh-CN/resources.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2485,7 +2485,8 @@ window.examplesResources = {
24852485
"text_subLayer":"子图层",
24862486
"text_setCurrentMapScaleToMintVisibleScale":"设置当前地图比例尺为最小可见比例尺",
24872487
"text_setCurrentMapScaleToMaxVisibleScale":"设置当前地图比例尺为最大可见比例尺",
2488-
"text_clearVisibleScaleSet":"清除可见比例尺设置"
2488+
"text_clearVisibleScaleSet":"清除可见比例尺设置",
2489+
"text_symbolAnnotations":"多注记"
24892490

24902491

24912492
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy