basicTool.json 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. [
  2. {
  3. "code": "1",
  4. "title": "基本设置",
  5. "children": [
  6. {
  7. "code": "1-1",
  8. "title": "设置背景",
  9. "data": {
  10. "ActionName": "SetBackground",
  11. "Parameters": {
  12. "opacity": 0.7,
  13. "color": "#002F47",
  14. "theme": "light",
  15. "token": ""
  16. }
  17. }
  18. },
  19. {
  20. "code": "1-2",
  21. "title": "添加底图",
  22. "data": {
  23. "ActionName": "AddBaseMapLayer",
  24. "Parameters": {
  25. "id": "BaseMap",
  26. "title":"BaseMap",
  27. "visible": true,
  28. "opacity": 1,
  29. "url": "https://serve2d21.gis.cn:6443/geoscene/rest/services/google_shanghai_black/MapServer",
  30. "token": ""
  31. }
  32. }
  33. },
  34. {
  35. "code": "1-3",
  36. "title": "添加图层",
  37. "data": {
  38. "ActionName": "AddSingleLayer",
  39. "Parameters": {
  40. "type":"scene",
  41. "id": "WhiteMold",
  42. "title":"WhiteMold",
  43. "visible": true,
  44. "opacity": 1,
  45. "url": "https://cimweb.zjw.sh.cegn.cn:2008/MapServiceProxy/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MzIyNTkzNTgsImtleSI6IjA1MTk1NDE4Iiwic2VydmljZU5vIjoiRDkwMDMwMDA2MjAyMzA4MDEiLCJ1c2VybmFtZSI6InB0Z2wifQ.p3Zfmz8gf0h02fq3dCyrPc6kL3vq4flTANziTglR9zM",
  46. "token": ""
  47. }
  48. }
  49. },
  50. {
  51. "code": "1-4",
  52. "title": "河流波纹",
  53. "data": {
  54. "ActionName": "WaterEffect",
  55. "Parameters": {
  56. "status":"show",
  57. "url":"https://serve2d31.gis.cn:6443/geoscene/rest/services/04-swhy/040101013100000000000120240101202401/MapServer/0",
  58. "waveDirection": 260,
  59. "color": "#25427c",
  60. "waveStrength": "moderate"
  61. }
  62. }
  63. },
  64. {
  65. "code": "1-5",
  66. "title": "测量",
  67. "data": {
  68. "ActionName": "Measurement",
  69. "Parameters": {
  70. "status":"show",
  71. "type":"polyline",
  72. "position":"top-right",
  73. "token": ""
  74. }
  75. }
  76. },
  77. {
  78. "code": "1-6",
  79. "title": "日照分析",
  80. "data": {
  81. "ActionName": "SunshineAnalysis",
  82. "Parameters": {
  83. "status":"show",
  84. "position":"top-right",
  85. "token": ""
  86. }
  87. }
  88. },
  89. {
  90. "code": "1-7",
  91. "title": "悬浮事件",
  92. "data": {
  93. "ActionName": "AccessFeaturesWithPointEvents",
  94. "Parameters": {
  95. "status":"show",
  96. "type":"pointer-move",
  97. "mouse_time":500,
  98. "popup_title":"悬浮结果",
  99. "mouse_handle_id":"mouse_handle_id",
  100. "highlight_handle_id":"highlight_handle_id",
  101. "token": ""
  102. }
  103. }
  104. },
  105. {
  106. "code": "1-8",
  107. "title": "比例尺切换加载服务事件",
  108. "data": {
  109. "ActionName": "ShowLayersWithScaleEvents",
  110. "Parameters": {
  111. "status":"show",
  112. "scale_handle_id":"scale_handle_id",
  113. "token": ""
  114. }
  115. }
  116. },
  117. {
  118. "code": "1-9",
  119. "title": "可视域加载",
  120. "data": {
  121. "ActionName": "ViewshedAnalysis",
  122. "Parameters": {
  123. "status": "show",
  124. "token": ""
  125. }
  126. }
  127. },
  128. {
  129. "code": "1-10",
  130. "title": "二维服务三维拉伸",
  131. "data": {
  132. "ActionName": "FeatureLayerThreeDimension",
  133. "Parameters": {
  134. "status": "show",
  135. "token": ""
  136. }
  137. }
  138. },
  139. {
  140. "code": "1-11",
  141. "title": "发光球",
  142. "data": {
  143. "ActionName": "AddLightBall",
  144. "Parameters": {
  145. "status": "show",
  146. "token": ""
  147. }
  148. }
  149. },
  150. {
  151. "code": "1-12",
  152. "title": "三维格网",
  153. "data": {
  154. "ActionName": "ThreeGrid",
  155. "Parameters": {
  156. "status": "show",
  157. "animationEnabled": true,
  158. "token": ""
  159. }
  160. }
  161. },
  162. {
  163. "code": "1-13",
  164. "title": "限高分析",
  165. "data": {
  166. "ActionName": "LimitHeightAnalysis",
  167. "Parameters": {
  168. "status": "show",
  169. "limitH":30,
  170. "maxLimitH":50,
  171. "rings": [
  172. [
  173. 5247.157017153374,
  174. 1270.0023461957703,
  175. 0
  176. ],
  177. [
  178. 4336.760437624776,
  179. 1266.8009572542537,
  180. 0
  181. ],
  182. [
  183. 3491.5636610067518,
  184. 1259.1626394806458,
  185. 0
  186. ],
  187. [
  188. 2936.531521888444,
  189. 1110.645927011667,
  190. 0
  191. ],
  192. [
  193. 2374.838356876977,
  194. 813.8209338083046,
  195. 0
  196. ],
  197. [
  198. 2203.756572715624,
  199. 557.0385520252402,
  200. 0
  201. ],
  202. [
  203. 2236.8693873322263,
  204. 298.6578417857288,
  205. 0
  206. ],
  207. [
  208. 2623.475887507855,
  209. -94.53847230161708,
  210. -4.547473508864641e-13
  211. ],
  212. [
  213. 3050.6804353369535,
  214. -481.69651302570674,
  215. 4.547473508864641e-13
  216. ],
  217. [
  218. 3479.696719634885,
  219. -1045.8470428289725,
  220. 0
  221. ],
  222. [
  223. 4229.590273863496,
  224. -700.3542445387985,
  225. 0
  226. ],
  227. [
  228. 5037.960178306457,
  229. -386.92470877155085,
  230. 0
  231. ],
  232. [
  233. 5931.864847386253,
  234. -46.32862144039693,
  235. 0
  236. ],
  237. [
  238. 5505.553990112907,
  239. 838.9373631601887,
  240. 0
  241. ]
  242. ],
  243. "token": ""
  244. }
  245. }
  246. }
  247. ]
  248. }
  249. ]