Skip to content

Commit 344df80

Browse files
committed
修改示例数据名称
1 parent 0e77c19 commit 344df80

File tree

12 files changed

+14
-14
lines changed

12 files changed

+14
-14
lines changed

examples/data/html/方形3.png

-617 KB
Binary file not shown.

examples/data/html/方形4.png

-69.9 KB
Binary file not shown.

examples/data/html/方形5.png

-244 KB
Binary file not shown.

examples/data/html/标牌1.png

-1.35 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

examples/js/plottingPanel/SignSymbolPanel.js

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -419,25 +419,25 @@ function parseUrlFromIndex(index){
419419
var templateURL;
420420
switch (index) {
421421
case 0:
422-
templateURL = "../../dist/leaflet/html/sign1.html";
422+
templateURL = "../../dist/leaflet/plot-sign/sign1.html";
423423
break;
424424
case 1:
425-
templateURL = "../../dist/leaflet/html/sign2.html";
425+
templateURL = "../../dist/leaflet/plot-sign/sign2.html";
426426
break;
427427
case 2:
428-
templateURL = "../../dist/leaflet/html/sign3.html";
428+
templateURL = "../../dist/leaflet/plot-sign/sign3.html";
429429
break;
430430
case 3:
431-
templateURL = "../../dist/leaflet/html/sign4.html";
431+
templateURL = "../../dist/leaflet/plot-sign/sign4.html";
432432
break;
433433
case 4:
434-
templateURL = "../../dist/leaflet/html/sign5.html";
434+
templateURL = "../../dist/leaflet/plot-sign/sign5.html";
435435
break;
436436
case 5:
437-
templateURL = "../../dist/leaflet/html/sign6.html";
437+
templateURL = "../../dist/leaflet/plot-sign/sign6.html";
438438
break;
439439
case 6:
440-
templateURL = "../../dist/leaflet/html/sign7.html";
440+
templateURL = "../../dist/leaflet/plot-sign/sign7.html";
441441
break;
442442
default:
443443
break;
@@ -842,25 +842,25 @@ function getURLRows(){
842842
function urlValueToString(value){
843843
var result;
844844
switch (value) {
845-
case "../../dist/leaflet/html/sign1.html":
845+
case "../../dist/leaflet/plot-sign/sign1.html":
846846
result = "模板样式一";
847847
break;
848-
case "../../dist/leaflet/html/sign2.html":
848+
case "../../dist/leaflet/plot-sign/sign2.html":
849849
result = "模板样式二";
850850
break;
851-
case "../../dist/leaflet/html/sign3.html":
851+
case "../../dist/leaflet/plot-sign/sign3.html":
852852
result = "模板样式三";
853853
break;
854-
case "../../dist/leaflet/html/sign4.html":
854+
case "../../dist/leaflet/plot-sign/sign4.html":
855855
result = "模板样式四";
856856
break;
857-
case "../../dist/leaflet/html/sign5.html":
857+
case "../../dist/leaflet/plot-sign/sign5.html":
858858
result = "模板样式五";
859859
break;
860-
case "../../dist/leaflet/html/sign6.html":
860+
case "../../dist/leaflet/plot-sign/sign6.html":
861861
result = "模板样式六";
862862
break;
863-
case "../../dist/leaflet/html/sign7.html":
863+
case "../../dist/leaflet/plot-sign/sign7.html":
864864
result = "模板样式七";
865865
break;
866866
default:

0 commit comments

Comments
 (0)