File tree Expand file tree Collapse file tree 2 files changed +30
-17
lines changed
Expand file tree Collapse file tree 2 files changed +30
-17
lines changed Original file line number Diff line number Diff line change @@ -381,7 +381,19 @@ var exampleConfig = {
381381 }
382382 }
383383 } ,
384-
384+ "clientSpatialAnalyst" : {
385+ name : "客户端分析" ,
386+ content : {
387+ "Turf" : {
388+ name : "Turf" ,
389+ content : [ {
390+ name : "空间分析" ,
391+ thumbnail : "l_turf_transformation.png" ,
392+ fileName : "turf_transformation"
393+ } ]
394+ }
395+ }
396+ } ,
385397 "viz" : {
386398 name : "可视化" ,
387399 content : {
@@ -583,14 +595,6 @@ var exampleConfig = {
583595 thumbnail : "l_rankSymbolThemeLayer.png" ,
584596 fileName : "rankSymbolThemeLayer"
585597 } ]
586- } ,
587- "Turf" : {
588- name : "Turf" ,
589- content : [ {
590- name : "空间分析" ,
591- thumbnail : "l_turf_transformation.png" ,
592- fileName : "turf_transformation"
593- } ]
594598 }
595599 }
596600 } ,
@@ -694,6 +698,7 @@ var sideBarIconConfig = {
694698 "ElasticSearch" : "fa-tasks" ,
695699 "plot" : "fa-edit" ,
696700 "control" : "fa-sliders" ,
701+ "clientSpatialAnalyst" : "fa-object-group" ,
697702 "viz" : "fa-map" ,
698703 "OGC" : "fa-globe" ,
699704 "mapping" : "fa-send"
@@ -712,6 +717,7 @@ var exampleIconConfig = {
712717 "ElasticSearch" : "fa-tasks" ,
713718 "plot" : "fa-edit" ,
714719 "control" : "fa-sliders" ,
720+ "clientSpatialAnalyst" : "fa-object-group" ,
715721 "viz" : "fa-map" ,
716722 "OGC" : "fa-globe" ,
717723 "mapping" : "fa-send"
Original file line number Diff line number Diff line change @@ -335,6 +335,19 @@ var exampleConfig = {
335335 name : "iManager" ,
336336 content : null
337337 } ,
338+ "clientSpatialAnalyst" : {
339+ name : "客户端分析" ,
340+ content : {
341+ "Turf" : {
342+ name : "Turf" ,
343+ content : [ {
344+ name : "空间分析" ,
345+ thumbnail : "turf_transformation.png" ,
346+ fileName : "turf_transformation"
347+ } ]
348+ }
349+ }
350+ } ,
338351 "viz" : {
339352 name : "可视化" ,
340353 content : {
@@ -509,14 +522,6 @@ var exampleConfig = {
509522 thumbnail : "rankSymbolThemeLayer.png" ,
510523 fileName : "rankSymbolThemeLayer"
511524 } ]
512- } ,
513- "Turf" : {
514- name : "Turf" ,
515- content : [ {
516- name : "空间分析" ,
517- thumbnail : "turf_transformation.png" ,
518- fileName : "turf_transformation"
519- } ]
520525 }
521526 }
522527 } ,
@@ -630,6 +635,7 @@ var sideBarIconConfig = {
630635 "iManager" : "fa-group" ,
631636 "plot" : "fa-edit" ,
632637 "control" : "fa-sliders" ,
638+ "clientSpatialAnalyst" : "fa-object-group" ,
633639 "viz" : "fa-map" ,
634640 "OGC" : "fa-globe" ,
635641 "mapping" : "fa-send"
@@ -647,6 +653,7 @@ var exampleIconConfig = {
647653 "iManager" : "fa-group" ,
648654 "plot" : "fa-edit" ,
649655 "control" : "fa-sliders" ,
656+ "clientSpatialAnalyst" : "fa-object-group" ,
650657 "viz" : "fa-map" ,
651658 "OGC" : "fa-globe" ,
652659 "mapping" : "fa-send"
You can’t perform that action at this time.
0 commit comments