园林绿化
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1878 lines
64 KiB

  1. {
  2. "map3d": {
  3. "scene": {
  4. "center": {
  5. "lat": 38.837627,
  6. "lng": 105.709942,
  7. "alt": 9061.9,
  8. "heading": 355.5,
  9. "pitch": -85.4
  10. },
  11. "scene3DOnly": false,
  12. "shadows": false,
  13. "removeDblClick": true,
  14. "sceneMode": 3,
  15. "showSun": true,
  16. "showMoon": true,
  17. "showSkyBox": true,
  18. "showSkyAtmosphere": true,
  19. "fog": true,
  20. "fxaa": true,
  21. "requestRenderMode": true,
  22. "globe": {
  23. "depthTestAgainstTerrain": false,
  24. "baseColor": "#546a53",
  25. "showGroundAtmosphere": true,
  26. "enableLighting": false
  27. },
  28. "cameraController": {
  29. "zoomFactor": 3.0,
  30. "minimumZoomDistance": 1,
  31. "maximumZoomDistance": 50000000,
  32. "enableRotate": true,
  33. "enableTranslate": true,
  34. "enableTilt": true,
  35. "enableZoom": true,
  36. "enableCollisionDetection": true,
  37. "minimumCollisionTerrainHeight": 15000
  38. }
  39. },
  40. "control": {
  41. "homeButton": true,
  42. "baseLayerPicker": true,
  43. "sceneModePicker": true,
  44. "vrButton": false,
  45. "fullscreenButton": true,
  46. "navigationHelpButton": true,
  47. "animation": false,
  48. "timeline": false,
  49. "infoBox": false,
  50. "geocoder": false,
  51. "selectionIndicator": false,
  52. "contextmenu": {
  53. "hasDefault": true
  54. },
  55. "mouseDownView": true,
  56. "zoom": {
  57. "insertIndex": 1
  58. },
  59. "compass": {
  60. "bottom": "toolbar",
  61. "left": "5px"
  62. },
  63. "distanceLegend": {
  64. "left": "100px",
  65. "bottom": "2px"
  66. },
  67. "locationBar": {
  68. "fps": true,
  69. "crs": "CGCS2000_GK_Zone_3",
  70. "crsDecimal": 0,
  71. "template": "<div>经度:{lng}</div> <div>纬度:{lat}</div> <div class='hide1000'>横{crsx} 纵{crsy}</div> <div>海拔:{alt}米</div> <div class='hide700'>层级:{level}</div><div>方向:{heading}°</div> <div>俯仰角:{pitch}°</div><div class='hide700'>视高:{cameraHeight}米</div>"
  72. }
  73. },
  74. "templateValues": {
  75. "dataServer": "//data.mars3d.cn",
  76. "gltfServerUrl": "//data.mars3d.cn/gltf"
  77. },
  78. "terrain": {
  79. "url": "//data.mars3d.cn/terrain",
  80. "show": false
  81. },
  82. "basemaps": [
  83. {
  84. "id": 10,
  85. "name": "地图底图",
  86. "type": "group"
  87. },
  88. {
  89. "pid": 10,
  90. "name": "百度影像",
  91. "type": "group",
  92. "icon": "img/basemaps/bd-img.png",
  93. "layers": [
  94. {
  95. "name": "底图",
  96. "type": "baidu",
  97. "layer": "img_d"
  98. },
  99. {
  100. "name": "注记",
  101. "type": "baidu",
  102. "layer": "img_z"
  103. }
  104. ]
  105. },
  106. {
  107. "pid": 10,
  108. "name": "ArcGIS影像",
  109. "icon": "img/basemaps/esriWorldImagery.png",
  110. "type": "xyz",
  111. "url": "https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}",
  112. "enablePickFeatures": false
  113. },
  114. {
  115. "id": 2021,
  116. "pid": 10,
  117. "name": "天地图影像",
  118. "icon": "img/basemaps/tdt_img.png",
  119. "type": "group",
  120. "layers": [
  121. {
  122. "name": "底图",
  123. "type": "tdt",
  124. "layer": "img_d"
  125. },
  126. {
  127. "name": "注记",
  128. "type": "tdt",
  129. "layer": "img_z"
  130. }
  131. ]
  132. },
  133. {
  134. "pid": 10,
  135. "name": "天地图电子",
  136. "icon": "img/basemaps/tdt_vec.png",
  137. "type": "group",
  138. "layers": [
  139. {
  140. "name": "底图",
  141. "type": "tdt",
  142. "layer": "vec_d"
  143. },
  144. {
  145. "name": "注记",
  146. "type": "tdt",
  147. "layer": "vec_z"
  148. }
  149. ]
  150. },
  151. {
  152. "pid": 10,
  153. "name": "高德影像",
  154. "type": "group",
  155. "icon": "img/basemaps/gaode_img.png",
  156. "layers": [
  157. {
  158. "name": "底图",
  159. "type": "gaode",
  160. "layer": "img_d"
  161. },
  162. {
  163. "name": "注记",
  164. "type": "gaode",
  165. "layer": "img_z"
  166. }
  167. ]
  168. },
  169. {
  170. "pid": 10,
  171. "name": "高德电子",
  172. "type": "gaode",
  173. "icon": "img/basemaps/gaode_vec.png",
  174. "layer": "vec"
  175. },
  176. {
  177. "pid": 10,
  178. "name": "百度电子",
  179. "icon": "img/basemaps/bd-vec.png",
  180. "type": "baidu",
  181. "layer": "vec"
  182. },
  183. {
  184. "pid": 10,
  185. "name": "腾讯影像",
  186. "icon": "img/basemaps/tencent_img.png",
  187. "type": "group",
  188. "layers": [
  189. {
  190. "name": "底图",
  191. "type": "tencent",
  192. "layer": "img_d"
  193. },
  194. {
  195. "name": "注记",
  196. "type": "tencent",
  197. "layer": "img_z"
  198. }
  199. ],
  200. "show": true
  201. },
  202. {
  203. "pid": 10,
  204. "name": "腾讯电子",
  205. "icon": "img/basemaps/tencent_vec.png",
  206. "type": "tencent",
  207. "layer": "vec"
  208. },
  209. {
  210. "pid": 10,
  211. "name": "微软影像",
  212. "icon": "img/basemaps/bingAerial.png",
  213. "type": "bing",
  214. "layer": "Aerial"
  215. },
  216. {
  217. "id": 2017,
  218. "pid": 10,
  219. "name": "暗色底图",
  220. "type": "gaode",
  221. "icon": "img/basemaps/blackMarble.png",
  222. "layer": "vec",
  223. "invertColor": true,
  224. "filterColor": "#4e70a6",
  225. "brightness": 0.6,
  226. "contrast": 1.8,
  227. "gamma": 0.3,
  228. "hue": 1,
  229. "saturation": 0
  230. },
  231. {
  232. "pid": 10,
  233. "name": "蓝色底图",
  234. "icon": "img/basemaps/bd-c-midnight.png",
  235. "type": "xyz",
  236. "url": "http://map.geoq.cn/arcgis/rest/services/ChinaOnlineStreetPurplishBlue/MapServer/tile/{z}/{y}/{x}",
  237. "chinaCRS": "GCJ02",
  238. "enablePickFeatures": false
  239. },
  240. {
  241. "pid": 10,
  242. "name": "黑色底图",
  243. "icon": "img/basemaps/bd-c-dark.png",
  244. "type": "tencent",
  245. "layer": "custom",
  246. "style": "4"
  247. },
  248. {
  249. "pid": 10,
  250. "name": "离线地图 (供参考)",
  251. "type": "group",
  252. "icon": "img/basemaps/google_img.png",
  253. "layers": [
  254. {
  255. "name": "全球",
  256. "type": "xyz",
  257. "url": "{dataServer}/tile/googleImg/{z}/{x}/{y}.jpg",
  258. "minimumLevel": 0,
  259. "maximumLevel": 9
  260. },
  261. {
  262. "name": "中国",
  263. "type": "xyz",
  264. "url": "{dataServer}/tile/googleImg/{z}/{x}/{y}.jpg",
  265. "minimumTerrainLevel": 10,
  266. "minimumLevel": 10,
  267. "maximumLevel": 12,
  268. "rectangle": {
  269. "xmin": 69.706929,
  270. "xmax": 136.560941,
  271. "ymin": 15.831038,
  272. "ymax": 52.558005
  273. }
  274. },
  275. {
  276. "name": "具体项目(如合肥)",
  277. "type": "xyz",
  278. "url": "{dataServer}/tile/googleImg/{z}/{x}/{y}.jpg",
  279. "minimumTerrainLevel": 12,
  280. "minimumLevel": 12,
  281. "maximumLevel": 18,
  282. "rectangle": {
  283. "xmin": 116.33236,
  284. "xmax": 118.183557,
  285. "ymin": 31.143784,
  286. "ymax": 32.565035
  287. }
  288. }
  289. ]
  290. },
  291. {
  292. "pid": 10,
  293. "name": "单张图片 (本地离线)",
  294. "icon": "img/basemaps/offline.png",
  295. "type": "image",
  296. "url": "//data.mars3d.cn/file/img/world/world.jpg"
  297. }
  298. ],
  299. "layers": [
  300. {
  301. "id": 50,
  302. "name": "辅助图层",
  303. "type": "group"
  304. },
  305. {
  306. "pid": 50,
  307. "type": "graticule",
  308. "name": "经纬网"
  309. },
  310. {
  311. "pid": 50,
  312. "name": "行政区划界线",
  313. "type": "tdt",
  314. "url": "https://t{s}.tianditu.gov.cn/DataServer?T=ibo_w&x={x}&y={y}&l={z}",
  315. "maximumLevel": 15,
  316. "mapSplit": false,
  317. "show": true
  318. },
  319. {
  320. "pid": 50,
  321. "name": "高德实时路况",
  322. "type": "gaode",
  323. "layer": "time",
  324. "minimumTerrainLevel": 4,
  325. "minimumLevel": 4,
  326. "proxy": "//server.mars3d.cn/proxy/",
  327. "mapSplit": false
  328. },
  329. {
  330. "pid": 50,
  331. "name": "百度实时路况",
  332. "type": "baidu",
  333. "layer": "time",
  334. "mapSplit": false
  335. },
  336. {
  337. "id": 60,
  338. "name": "地形",
  339. "type": "group"
  340. },
  341. {
  342. "pid": 60,
  343. "type": "terrain",
  344. "name": "Cesium地形",
  345. "terrain": {
  346. "type": "ion"
  347. },
  348. "radio": true
  349. },
  350. {
  351. "pid": 60,
  352. "type": "terrain",
  353. "name": "Mars3D地形",
  354. "terrain": {
  355. "type": "xyz",
  356. "url": "{dataServer}/terrain"
  357. },
  358. "radio": true
  359. },
  360. {
  361. "pid": 60,
  362. "type": "terrain",
  363. "name": "ArcGIS地形",
  364. "terrain": {
  365. "type": "arcgis",
  366. "url": "https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer"
  367. },
  368. "radio": true
  369. },
  370. {
  371. "pid": 60,
  372. "type": "terrain",
  373. "name": "无地形",
  374. "terrain": {
  375. "type": "none"
  376. },
  377. "radio": true
  378. },
  379. {
  380. "id": 40,
  381. "name": "栅格数据",
  382. "type": "group"
  383. },
  384. {
  385. "id": 4020,
  386. "pid": 40,
  387. "name": "OGC WMS服务",
  388. "type": "group"
  389. },
  390. {
  391. "pid": 4020,
  392. "name": "教育设施点",
  393. "type": "wms",
  394. "url": "//server.mars3d.cn/geoserver/mars/wms",
  395. "layers": "mars:hfjy",
  396. "crs": "EPSG:4326",
  397. "parameters": {
  398. "transparent": "true",
  399. "format": "image/png"
  400. },
  401. "popup": "名称:{项目名称}<br />类型:{设施类型}<br />面积:{用地面积}亩<br />位置:{具体位置}",
  402. "mapSplit": false,
  403. "show": false,
  404. "flyTo": true
  405. },
  406. {
  407. "pid": 4020,
  408. "name": "道路线",
  409. "type": "wms",
  410. "url": "//server.mars3d.cn/geoserver/mars/wms",
  411. "layers": "mars:hfdl",
  412. "crs": "EPSG:4326",
  413. "parameters": {
  414. "transparent": "true",
  415. "format": "image/png"
  416. },
  417. "center": {
  418. "lat": 31.743214,
  419. "lng": 117.277097,
  420. "alt": 47197.7,
  421. "heading": 0.3,
  422. "pitch": -78.8
  423. },
  424. "popup": "all",
  425. "mapSplit": false,
  426. "show": false,
  427. "flyTo": true
  428. },
  429. {
  430. "pid": 4020,
  431. "name": "建筑物面",
  432. "type": "wms",
  433. "url": "//server.mars3d.cn/geoserver/mars/wms",
  434. "layers": "mars:hfjzw",
  435. "crs": "EPSG:4326",
  436. "parameters": {
  437. "transparent": "true",
  438. "format": "image/png"
  439. },
  440. "highlight": {
  441. "showTime": 5000,
  442. "fill": true,
  443. "color": "#2deaf7",
  444. "opacity": 0.6,
  445. "outline": true,
  446. "outlineWidth": 3,
  447. "outlineColor": "#e000d9",
  448. "outlineOpacity": 1.0,
  449. "clampToGround": true
  450. },
  451. "center": {
  452. "lat": 31.79513,
  453. "lng": 117.236172,
  454. "alt": 3784.6,
  455. "heading": 0.7,
  456. "pitch": -42.2
  457. },
  458. "popup": "all",
  459. "show": false,
  460. "flyTo": true
  461. },
  462. {
  463. "pid": 4020,
  464. "name": "规划面",
  465. "type": "wms",
  466. "url": "//server.mars3d.cn/geoserver/mars/wms",
  467. "layers": "mars:hfgh",
  468. "crs": "EPSG:4326",
  469. "parameters": {
  470. "transparent": "true",
  471. "format": "image/png"
  472. },
  473. "center": {
  474. "lat": 31.743214,
  475. "lng": 117.277097,
  476. "alt": 47197.7,
  477. "heading": 0.3,
  478. "pitch": -78.8
  479. },
  480. "popup": "all",
  481. "show": false,
  482. "flyTo": true
  483. },
  484. {
  485. "id": 4030,
  486. "pid": 40,
  487. "name": "ArcGIS 瓦片",
  488. "type": "group"
  489. },
  490. {
  491. "pid": 4030,
  492. "name": "合肥规划图",
  493. "type": "arcgis_cache",
  494. "url": "{dataServer}/arcgis_cache/hfgh/_alllayers/{z}/{y}/{x}.png",
  495. "minimumLevel": 1,
  496. "maximumLevel": 17,
  497. "minimumTerrainLevel": 1,
  498. "maximumTerrainLevel": 17,
  499. "rectangle": {
  500. "xmin": 116.846,
  501. "xmax": 117.642,
  502. "ymin": 31.533,
  503. "ymax": 32.185
  504. }
  505. },
  506. {
  507. "id": 4010,
  508. "pid": 40,
  509. "name": "ArcGIS Dynamic",
  510. "type": "group"
  511. },
  512. {
  513. "id": 401085,
  514. "pid": 4010,
  515. "type": "arcgis",
  516. "name": "主要道路",
  517. "url": "//server.mars3d.cn/arcgis/rest/services/mars/hefei/MapServer",
  518. "layers": "24",
  519. "highlight": {
  520. "type": "polyline",
  521. "color": "#2deaf7",
  522. "width": 4,
  523. "clampToGround": true
  524. },
  525. "center": {
  526. "lat": 31.814176,
  527. "lng": 117.225362,
  528. "alt": 5105.3,
  529. "heading": 359.2,
  530. "pitch": -83.1
  531. },
  532. "popup": "all",
  533. "onWidget": "layer-picture-heatmap",
  534. "mapSplit": false
  535. },
  536. {
  537. "id": 401086,
  538. "pid": 4010,
  539. "type": "arcgis",
  540. "name": "建筑物",
  541. "url": "//server.mars3d.cn/arcgis/rest/services/mars/hefei/MapServer",
  542. "layers": "35,36,37,39",
  543. "highlight": {
  544. "fill": true,
  545. "color": "#2deaf7",
  546. "opacity": 0.6,
  547. "outline": true,
  548. "outlineWidth": 3,
  549. "outlineColor": "#e000d9",
  550. "outlineOpacity": 1.0,
  551. "clampToGround": true
  552. },
  553. "center": {
  554. "lat": 31.816951,
  555. "lng": 117.22898,
  556. "alt": 2916.7,
  557. "heading": 0.3,
  558. "pitch": -78.8
  559. },
  560. "popup": "名称:{NAME}<br />层数:{floor}",
  561. "onWidget": "layer-picture-heatmap"
  562. },
  563. {
  564. "id": 401087,
  565. "pid": 4010,
  566. "type": "arcgis",
  567. "name": "规划",
  568. "url": "//server.mars3d.cn/arcgis/rest/services/mars/guihua/MapServer",
  569. "highlight": {
  570. "showTime": 5000,
  571. "fill": true,
  572. "color": "#2deaf7",
  573. "opacity": 0.6,
  574. "outline": true,
  575. "outlineWidth": 3,
  576. "outlineColor": "#e000d9",
  577. "outlineOpacity": 1.0,
  578. "clampToGround": true
  579. },
  580. "center": {
  581. "lat": 31.816951,
  582. "lng": 117.22898,
  583. "alt": 2916.7,
  584. "heading": 0.3,
  585. "pitch": -78.8
  586. },
  587. "popup": [
  588. {
  589. "field": "用地名称",
  590. "name": "名称"
  591. },
  592. {
  593. "field": "用地编号",
  594. "name": "编号"
  595. },
  596. {
  597. "field": "规划用地",
  598. "name": "规划"
  599. },
  600. {
  601. "type": "html",
  602. "html": "<div style='text-align: right;color: #ff0000;padding-right: 10px;'>数据仅供参考</div>"
  603. }
  604. ],
  605. "popupNoTitle": true,
  606. "onWidget": "layer-picture-guihua"
  607. },
  608. {
  609. "id": 30,
  610. "name": "矢量数据",
  611. "type": "group"
  612. },
  613. {
  614. "id": 3030,
  615. "pid": 30,
  616. "name": "GeoJSON数据",
  617. "type": "group"
  618. },
  619. {
  620. "id": 303011,
  621. "pid": 3030,
  622. "type": "geojson",
  623. "name": "平台标绘",
  624. "url": "{dataServer}/file/geojson/mars3d-draw.json",
  625. "popup": "{type}{name}",
  626. "show": false,
  627. "flyTo": true
  628. },
  629. {
  630. "pid": 3030,
  631. "type": "geojson",
  632. "name": "用地规划",
  633. "url": "{dataServer}/file/geojson/guihua.json",
  634. "symbol": {
  635. "styleOptions": {
  636. "opacity": 0.6,
  637. "color": "#0000FF",
  638. "width": 3,
  639. "clampToGround": true
  640. },
  641. "styleField": "类型",
  642. "styleFieldOptions": {
  643. "一类居住用地": {
  644. "color": "#FFDF7F"
  645. },
  646. "二类居住用地": {
  647. "color": "#FFFF00"
  648. },
  649. "社区服务用地": {
  650. "color": "#FF6A38"
  651. },
  652. "幼托用地": {
  653. "color": "#FF6A38"
  654. },
  655. "商住混合用地": {
  656. "color": "#FF850A"
  657. },
  658. "行政办公用地": {
  659. "color": "#FF00FF"
  660. },
  661. "文化设施用地": {
  662. "color": "#FF00FF"
  663. },
  664. "小学用地": {
  665. "color": "#FF7FFF"
  666. },
  667. "初中用地": {
  668. "color": "#FF7FFF"
  669. },
  670. "体育场用地": {
  671. "color": "#00A57C"
  672. },
  673. "医院用地": {
  674. "color": "#A5527C"
  675. },
  676. "社会福利用地": {
  677. "color": "#FF7F9F"
  678. },
  679. "商业用地": {
  680. "color": "#FF0000"
  681. },
  682. "商务用地": {
  683. "color": "#7F0000"
  684. },
  685. "营业网点用地": {
  686. "color": "#FF7F7F"
  687. },
  688. "一类工业用地": {
  689. "color": "#A57C52"
  690. },
  691. "社会停车场用地": {
  692. "color": "#C0C0C0"
  693. },
  694. "通信用地": {
  695. "color": "#007CA5"
  696. },
  697. "排水用地": {
  698. "color": "#00BFFF"
  699. },
  700. "公园绿地": {
  701. "color": "#00FF00"
  702. },
  703. "防护绿地": {
  704. "color": "#007F00"
  705. },
  706. "河流水域": {
  707. "color": "#7FFFFF"
  708. },
  709. "配建停车场": {
  710. "color": "#ffffff"
  711. },
  712. "道路用地": {
  713. "color": "#ffffff"
  714. }
  715. }
  716. },
  717. "popup": "{类型}",
  718. "show": false,
  719. "flyTo": true
  720. },
  721. {
  722. "pid": 3030,
  723. "type": "geojson",
  724. "name": "建筑物面",
  725. "url": "{dataServer}/file/geojson/buildings-demo.json",
  726. "symbol": {
  727. "styleOptions": {
  728. "color": "#0d3685",
  729. "outlineColor": "#0d3685",
  730. "opacity": 0.8
  731. }
  732. },
  733. "buildings": {
  734. "cloumn": "floors",
  735. "height": "flo_height"
  736. },
  737. "popup": "all",
  738. "flyTo": true
  739. },
  740. {
  741. "pid": 3030,
  742. "type": "geojson",
  743. "name": "安徽各市",
  744. "url": "{dataServer}/file/geojson/areas/340000_full.json",
  745. "symbol": {
  746. "type": "polygon",
  747. "styleOptions": {
  748. "materialType": "PolyGradient",
  749. "materialOptions": {
  750. "color": "rgb(15,176,255)",
  751. "opacity": 0.7,
  752. "alphaPower": 1.3
  753. },
  754. "label": {
  755. "text": "{name}",
  756. "opacity": 1,
  757. "font_size": 25,
  758. "color": "#ffffff",
  759. "outline": true,
  760. "outlineColor": "#000000",
  761. "outlineWidth": 3,
  762. "scaleByDistance": true,
  763. "scaleByDistance_far": 2743804,
  764. "scaleByDistance_farValue": 0.3,
  765. "scaleByDistance_near": 10000,
  766. "scaleByDistance_nearValue": 1,
  767. "distanceDisplayCondition": true,
  768. "distanceDisplayCondition_far": 2743804,
  769. "distanceDisplayCondition_near": 0
  770. }
  771. }
  772. },
  773. "popup": "{name}",
  774. "show": false,
  775. "flyTo": true
  776. },
  777. {
  778. "pid": 3030,
  779. "type": "geojson",
  780. "name": "中国省界",
  781. "url": "{dataServer}/file/geojson/areas/100000_full.json",
  782. "symbol": {
  783. "type": "polylineP",
  784. "styleOptions": {
  785. "color": "#ffffff",
  786. "width": 2,
  787. "opacity": 0.8,
  788. "label": {
  789. "text": "{name}",
  790. "position": "center",
  791. "font_size": 30,
  792. "color": "#ffffff",
  793. "outline": true,
  794. "outlineColor": "#000000",
  795. "scaleByDistance": true,
  796. "scaleByDistance_far": 60000000,
  797. "scaleByDistance_farValue": 0.2,
  798. "scaleByDistance_near": 1000000,
  799. "scaleByDistance_nearValue": 1,
  800. "distanceDisplayCondition": true,
  801. "distanceDisplayCondition_far": 12000000,
  802. "distanceDisplayCondition_near": 0
  803. }
  804. }
  805. },
  806. "show": false,
  807. "flyTo": true
  808. },
  809. {
  810. "pid": 3030,
  811. "type": "geojson",
  812. "name": "西藏垭口",
  813. "url": "{dataServer}/file/geojson/xizangyakou.json",
  814. "symbol": {
  815. "styleOptions": {
  816. "image": "img/marker/mark-red.png",
  817. "scaleByDistance": true,
  818. "scaleByDistance_far": 5000000,
  819. "scaleByDistance_farValue": 0.5,
  820. "scaleByDistance_near": 1000,
  821. "scaleByDistance_nearValue": 1,
  822. "verticalOrigin": 1,
  823. "horizontalOrigin": 0,
  824. "clampToGround": true,
  825. "label": {
  826. "text": "{NAME}",
  827. "font_size": 25,
  828. "color": "#ffff00",
  829. "font_family": "微软雅黑",
  830. "outline": true,
  831. "outlineColor": "#000000",
  832. "pixelOffsetY": -40,
  833. "scaleByDistance": true,
  834. "scaleByDistance_far": 1000000,
  835. "scaleByDistance_farValue": 0.5,
  836. "scaleByDistance_near": 1000,
  837. "scaleByDistance_nearValue": 1,
  838. "distanceDisplayCondition": true,
  839. "distanceDisplayCondition_far": 1000000,
  840. "distanceDisplayCondition_near": 0,
  841. "visibleDepth": true
  842. }
  843. }
  844. },
  845. "popup": [
  846. {
  847. "field": "NAME",
  848. "name": "名称"
  849. },
  850. {
  851. "type": "details",
  852. "callback": "showPopupDetails",
  853. "field": "图片",
  854. "className": "mars3d-popup-btn-custom"
  855. }
  856. ],
  857. "show": false,
  858. "flyTo": true
  859. },
  860. {
  861. "pid": 3030,
  862. "type": "geojson",
  863. "name": "体育设施点",
  864. "url": "{dataServer}/file/geojson/hfty-point.json",
  865. "symbol": {
  866. "styleOptions": {
  867. "image": "img/marker/mark-red.png",
  868. "scale": 1,
  869. "scaleByDistance": true,
  870. "scaleByDistance_far": 20000,
  871. "scaleByDistance_farValue": 0.5,
  872. "scaleByDistance_near": 1000,
  873. "scaleByDistance_nearValue": 1,
  874. "verticalOrigin": 1,
  875. "horizontalOrigin": 0,
  876. "clampToGround": true,
  877. "label": {
  878. "text": "{项目名称}",
  879. "font_size": 25,
  880. "color": "#ffffff",
  881. "outline": true,
  882. "outlineColor": "#000000",
  883. "pixelOffsetY": -25,
  884. "scaleByDistance": true,
  885. "scaleByDistance_far": 80000,
  886. "scaleByDistance_farValue": 0.5,
  887. "scaleByDistance_near": 1000,
  888. "scaleByDistance_nearValue": 1,
  889. "distanceDisplayCondition": true,
  890. "distanceDisplayCondition_far": 80000,
  891. "distanceDisplayCondition_near": 0
  892. }
  893. }
  894. },
  895. "popup": [
  896. {
  897. "field": "项目名称",
  898. "name": "项目名称"
  899. },
  900. {
  901. "field": "建设性质",
  902. "name": "建设性质"
  903. },
  904. {
  905. "field": "设施级别",
  906. "name": "设施级别"
  907. },
  908. {
  909. "field": "所属区县",
  910. "name": "所属区县"
  911. },
  912. {
  913. "field": "建筑内容及",
  914. "name": "建筑内容"
  915. },
  916. {
  917. "field": "新增用地(",
  918. "name": "新增用地"
  919. },
  920. {
  921. "field": "开工",
  922. "name": "开工"
  923. },
  924. {
  925. "field": "总投资(万",
  926. "name": "总投资"
  927. },
  928. {
  929. "field": "资金来源",
  930. "name": "资金来源"
  931. },
  932. {
  933. "field": "初步选址",
  934. "name": "初步选址"
  935. },
  936. {
  937. "field": "设施类型",
  938. "name": "设施类型"
  939. },
  940. {
  941. "field": "设施等级",
  942. "name": "设施等级"
  943. },
  944. {
  945. "field": "所在区县",
  946. "name": "所在区县"
  947. },
  948. {
  949. "field": "具体位置",
  950. "name": "具体位置"
  951. },
  952. {
  953. "field": "建设内容(",
  954. "name": "建设内容"
  955. },
  956. {
  957. "field": "用地面积(",
  958. "name": "用地面积",
  959. "format": "mars3d.MeasureUtil.formatArea"
  960. },
  961. {
  962. "field": "设施规模(",
  963. "name": "设施规模"
  964. },
  965. {
  966. "field": "举办者类型",
  967. "name": "举办者类型"
  968. },
  969. {
  970. "field": "开工时间",
  971. "name": "开工时间"
  972. },
  973. {
  974. "field": "总投资额(",
  975. "name": "总投资额",
  976. "unit": "亿元"
  977. },
  978. {
  979. "field": "项目推进主",
  980. "name": "项目推进主体"
  981. },
  982. {
  983. "field": "项目进度",
  984. "name": "项目进度"
  985. },
  986. {
  987. "field": "项目来源",
  988. "name": "项目来源"
  989. },
  990. {
  991. "field": "备注",
  992. "name": "备注"
  993. }
  994. ],
  995. "show": false,
  996. "flyTo": true
  997. },
  998. {
  999. "id": 3070,
  1000. "pid": 30,
  1001. "name": "GeoServer WFS",
  1002. "type": "group"
  1003. },
  1004. {
  1005. "pid": 3070,
  1006. "type": "wfs",
  1007. "name": "建筑物面",
  1008. "url": "//server.mars3d.cn/geoserver/mars/ows",
  1009. "layer": "mars:hfjzw",
  1010. "parameters": {
  1011. "maxFeatures": 500
  1012. },
  1013. "minimumLevel": 15,
  1014. "symbol": {
  1015. "type": "polygonP",
  1016. "styleOptions": {
  1017. "color": "#00469c",
  1018. "outline": false,
  1019. "opacity": 1
  1020. }
  1021. },
  1022. "buildings": {
  1023. "cloumn": "floor"
  1024. },
  1025. "center": {
  1026. "lat": 31.818396,
  1027. "lng": 117.229083,
  1028. "alt": 2554.4,
  1029. "heading": 359.2,
  1030. "pitch": -83.1
  1031. },
  1032. "popup": "名称:{NAME}<br />层数:{floor}"
  1033. },
  1034. {
  1035. "pid": 3070,
  1036. "name": "教育设施点",
  1037. "type": "wfs",
  1038. "url": "//server.mars3d.cn/geoserver/mars/ows",
  1039. "layer": "mars:hfjy",
  1040. "parameters": {
  1041. "maxFeatures": 500
  1042. },
  1043. "minimumLevel": 13,
  1044. "symbol": {
  1045. "type": "billboardP",
  1046. "styleOptions": {
  1047. "image": "img/marker/mark-red.png",
  1048. "scaleByDistance": true,
  1049. "scaleByDistance_far": 20000,
  1050. "scaleByDistance_farValue": 0.6,
  1051. "scaleByDistance_near": 1000,
  1052. "scaleByDistance_nearValue": 1,
  1053. "clampToGround": true,
  1054. "label": {
  1055. "text": "{项目名称}",
  1056. "font_size": 15,
  1057. "color": "#ffffff",
  1058. "outline": true,
  1059. "outlineColor": "#000000",
  1060. "pixelOffsetY": -30,
  1061. "distanceDisplayCondition": true,
  1062. "distanceDisplayCondition_far": 2000,
  1063. "distanceDisplayCondition_near": 0
  1064. }
  1065. }
  1066. },
  1067. "center": {
  1068. "lat": 31.812256,
  1069. "lng": 117.229873,
  1070. "alt": 4683.91,
  1071. "heading": 357.4,
  1072. "pitch": -65.4
  1073. },
  1074. "popup": "all"
  1075. },
  1076. {
  1077. "id": 3010,
  1078. "pid": 30,
  1079. "name": "ArcGIS WFS",
  1080. "type": "group"
  1081. },
  1082. {
  1083. "pid": 3010,
  1084. "type": "arcgis_wfs",
  1085. "name": "兴趣点",
  1086. "url": "//server.mars3d.cn/arcgis/rest/services/mars/hefei/MapServer/1",
  1087. "where": " 1=1 ",
  1088. "minimumLevel": 15,
  1089. "center": {
  1090. "lat": 31.818396,
  1091. "lng": 117.229083,
  1092. "alt": 2554.4,
  1093. "heading": 359.2,
  1094. "pitch": -83.1
  1095. },
  1096. "symbol": {
  1097. "type": "billboardP",
  1098. "styleOptions": {
  1099. "image": "img/marker/mark-blue.png",
  1100. "scaleByDistance": true,
  1101. "scaleByDistance_far": 20000,
  1102. "scaleByDistance_farValue": 0.6,
  1103. "scaleByDistance_near": 1000,
  1104. "scaleByDistance_nearValue": 1,
  1105. "clampToGround": true,
  1106. "label": {
  1107. "text": "{NAME}",
  1108. "font_size": 15,
  1109. "color": "#ffffff",
  1110. "outline": true,
  1111. "outlineColor": "#000000",
  1112. "pixelOffsetY": -30,
  1113. "distanceDisplayCondition": true,
  1114. "distanceDisplayCondition_far": 3000,
  1115. "distanceDisplayCondition_near": 0
  1116. }
  1117. },
  1118. "styleField": "address",
  1119. "styleFieldOptions": {
  1120. "AB03": {
  1121. "image": "img/marker/mark-red.png"
  1122. },
  1123. "A980": {
  1124. "image": "img/marker/mark-blue.png"
  1125. },
  1126. "A900": {
  1127. "image": "img/marker/mark-green.png"
  1128. }
  1129. }
  1130. },
  1131. "popup": "名称:{NAME}<br />地址:{address}",
  1132. "show": false
  1133. },
  1134. {
  1135. "pid": 3010,
  1136. "type": "arcgis_wfs",
  1137. "name": "道路",
  1138. "url": "//server.mars3d.cn/arcgis/rest/services/mars/hefei/MapServer/28",
  1139. "minimumLevel": 14,
  1140. "symbol": {
  1141. "type": "polylineP",
  1142. "styleOptions": {
  1143. "color": "#3388ff",
  1144. "width": 3,
  1145. "clampToGround": true
  1146. },
  1147. "styleField": "NAME",
  1148. "styleFieldOptions": {
  1149. "祁门路": {
  1150. "color": "#8744c0",
  1151. "width": 3
  1152. },
  1153. "东流路": {
  1154. "color": "#f7ba2a",
  1155. "width": 3
  1156. },
  1157. "翡翠路": {
  1158. "color": "#20a0ff",
  1159. "width": 3
  1160. },
  1161. "岳西路": {
  1162. "color": "#50bfff",
  1163. "width": 3
  1164. }
  1165. }
  1166. },
  1167. "popup": "名称:{NAME}",
  1168. "center": {
  1169. "lat": 31.814176,
  1170. "lng": 117.225362,
  1171. "alt": 5105.3,
  1172. "heading": 359.2,
  1173. "pitch": -83.1
  1174. }
  1175. },
  1176. {
  1177. "pid": 3010,
  1178. "type": "arcgis_wfs",
  1179. "name": "建筑物面",
  1180. "url": "//server.mars3d.cn/arcgis/rest/services/mars/hefei/MapServer/37",
  1181. "minimumLevel": 15,
  1182. "symbol": {
  1183. "styleOptions": {
  1184. "color": "#0d3685",
  1185. "outlineColor": "#0d3685",
  1186. "opacity": 0.8
  1187. }
  1188. },
  1189. "buildings": {
  1190. "cloumn": "floor"
  1191. },
  1192. "debuggerTileInfo": false,
  1193. "center": {
  1194. "lat": 31.816951,
  1195. "lng": 117.22898,
  1196. "alt": 1916.7,
  1197. "heading": 0.3,
  1198. "pitch": -78.8
  1199. },
  1200. "popup": "名称:{NAME}<br />层数:{floor}"
  1201. },
  1202. {
  1203. "id": 3060,
  1204. "pid": 30,
  1205. "name": "CZML数据",
  1206. "type": "group"
  1207. },
  1208. {
  1209. "id": 306010,
  1210. "pid": 3060,
  1211. "type": "czml",
  1212. "name": "汽车",
  1213. "url": "{dataServer}/file/czml/car.czml",
  1214. "center": {
  1215. "lat": 40.894745,
  1216. "lng": 121.920252,
  1217. "alt": 904,
  1218. "heading": 64,
  1219. "pitch": -67
  1220. },
  1221. "onWidget": "control-clock",
  1222. "radio": true,
  1223. "flyTo": true
  1224. },
  1225. {
  1226. "id": 306011,
  1227. "pid": 3060,
  1228. "type": "czml",
  1229. "name": "飞行编队",
  1230. "url": "{dataServer}/file/czml/flight.czml",
  1231. "popup": "all",
  1232. "onWidget": "control-clock",
  1233. "radio": true,
  1234. "flyTo": true
  1235. },
  1236. {
  1237. "id": 306012,
  1238. "pid": 3060,
  1239. "type": "czml",
  1240. "name": "船舶编队",
  1241. "url": "{dataServer}/file/czml/ship.czml",
  1242. "popup": "all",
  1243. "onWidget": "control-clock",
  1244. "radio": true,
  1245. "flyTo": true
  1246. },
  1247. {
  1248. "id": 3050,
  1249. "pid": 30,
  1250. "name": "KML数据",
  1251. "type": "group"
  1252. },
  1253. {
  1254. "pid": 3050,
  1255. "type": "kml",
  1256. "name": "海上安全警告",
  1257. "url": "{dataServer}/file/kml/NAVWARN.kmz",
  1258. "popup": "all"
  1259. },
  1260. {
  1261. "pid": 3050,
  1262. "type": "kml",
  1263. "name": "国境线",
  1264. "url": "{dataServer}/file/kml/countryboundary.kml",
  1265. "symbol": {
  1266. "styleOptions": {
  1267. "color": "#FED976",
  1268. "width": 2
  1269. }
  1270. }
  1271. },
  1272. {
  1273. "pid": 3050,
  1274. "type": "kml",
  1275. "name": "省界线",
  1276. "url": "{dataServer}/file/kml/province.kml",
  1277. "symbol": {
  1278. "styleOptions": {
  1279. "color": "#00FF00",
  1280. "width": 2
  1281. }
  1282. }
  1283. },
  1284. {
  1285. "id": 20,
  1286. "name": "三维模型",
  1287. "type": "group"
  1288. },
  1289. {
  1290. "id": 2010,
  1291. "pid": 20,
  1292. "name": "gltf模型",
  1293. "type": "group"
  1294. },
  1295. {
  1296. "pid": 2010,
  1297. "type": "graphic",
  1298. "name": "风力发电机",
  1299. "data": [
  1300. {
  1301. "type": "modelP",
  1302. "position": [
  1303. 117.219071,
  1304. 31.828783,
  1305. 39.87
  1306. ],
  1307. "style": {
  1308. "url": "//data.mars3d.cn/gltf/mars/fengche.gltf",
  1309. "scale": 50,
  1310. "heading": -93
  1311. }
  1312. }
  1313. ],
  1314. "popup": "示例信息,这是一个风力发电机",
  1315. "center": {
  1316. "lat": 31.821083,
  1317. "lng": 117.21832,
  1318. "alt": 832.64,
  1319. "heading": 2.3,
  1320. "pitch": -39.2
  1321. }
  1322. },
  1323. {
  1324. "pid": 2010,
  1325. "type": "graphic",
  1326. "name": "起重车",
  1327. "data": [
  1328. {
  1329. "type": "modelP",
  1330. "position": [
  1331. 117.217458,
  1332. 31.815349,
  1333. 35.03
  1334. ],
  1335. "style": {
  1336. "url": "//data.mars3d.cn/gltf/mars/qzcar/GKZY_anim.gltf",
  1337. "scale": 2,
  1338. "heading": -95,
  1339. "clampToGround": true
  1340. }
  1341. }
  1342. ],
  1343. "center": {
  1344. "lat": 31.815363,
  1345. "lng": 117.215958,
  1346. "alt": 107.35,
  1347. "heading": 90.7,
  1348. "pitch": -26.1
  1349. }
  1350. },
  1351. {
  1352. "id": 2040,
  1353. "pid": 20,
  1354. "name": "城市白模",
  1355. "type": "group"
  1356. },
  1357. {
  1358. "id": 204011,
  1359. "pid": 2040,
  1360. "type": "3dtiles",
  1361. "name": "合肥市区",
  1362. "url": "{dataServer}/3dtiles/jzw-hefei/tileset.json",
  1363. "maximumScreenSpaceError": 1,
  1364. "maximumMemoryUsage": 1024,
  1365. "marsJzwStyle": true,
  1366. "highlight": {
  1367. "type": "click",
  1368. "color": "#FFFF00"
  1369. },
  1370. "popup": [
  1371. {
  1372. "field": "objectid",
  1373. "name": "编号"
  1374. },
  1375. {
  1376. "field": "name",
  1377. "name": "名称"
  1378. },
  1379. {
  1380. "field": "height",
  1381. "name": "楼高",
  1382. "unit": "米"
  1383. }
  1384. ],
  1385. "center": {
  1386. "lat": 31.786281,
  1387. "lng": 117.223716,
  1388. "alt": 3718,
  1389. "heading": 2,
  1390. "pitch": -45
  1391. }
  1392. },
  1393. {
  1394. "id": 204012,
  1395. "pid": 2040,
  1396. "type": "3dtiles",
  1397. "name": "上海市区",
  1398. "url": "{dataServer}/3dtiles/jzw-shanghai/tileset.json",
  1399. "maximumScreenSpaceError": 4,
  1400. "maximumMemoryUsage": 1024,
  1401. "style": {
  1402. "color": {
  1403. "conditions": [
  1404. [
  1405. "${floor} >= 200",
  1406. "rgba(45, 0, 75, 0.5)"
  1407. ],
  1408. [
  1409. "${floor} >= 100",
  1410. "rgb(170, 162, 204)"
  1411. ],
  1412. [
  1413. "${floor} >= 50",
  1414. "rgb(224, 226, 238)"
  1415. ],
  1416. [
  1417. "${floor} >= 25",
  1418. "rgb(252, 230, 200)"
  1419. ],
  1420. [
  1421. "${floor} >= 10",
  1422. "rgb(248, 176, 87)"
  1423. ],
  1424. [
  1425. "${floor} >= 5",
  1426. "rgb(198, 106, 11)"
  1427. ],
  1428. [
  1429. "true",
  1430. "rgb(127, 59, 8)"
  1431. ]
  1432. ]
  1433. }
  1434. },
  1435. "highlight": {
  1436. "type": "click",
  1437. "color": "#FFFF00"
  1438. },
  1439. "popup": [
  1440. {
  1441. "field": "name",
  1442. "name": "名称"
  1443. },
  1444. {
  1445. "field": "floor",
  1446. "name": "楼层"
  1447. }
  1448. ],
  1449. "center": {
  1450. "lat": 31.257341,
  1451. "lng": 121.466139,
  1452. "alt": 2170.8,
  1453. "heading": 122.2,
  1454. "pitch": -31.8
  1455. }
  1456. },
  1457. {
  1458. "id": 2050,
  1459. "pid": 20,
  1460. "name": "点云",
  1461. "type": "group"
  1462. },
  1463. {
  1464. "id": 202016,
  1465. "pid": 2050,
  1466. "type": "3dtiles",
  1467. "name": "高压线塔杆",
  1468. "url": "//data.mars3d.cn/3dtiles/pnts-ganta/tileset.json",
  1469. "maximumScreenSpaceError": 1,
  1470. "position": {
  1471. "alt": 31
  1472. },
  1473. "style": {
  1474. "color": {
  1475. "conditions": [
  1476. [
  1477. "(${Classification} >= 4) && (${Classification} < 5) ",
  1478. "color('#DC143C')"
  1479. ],
  1480. [
  1481. "(${Classification} >= 7) && (${Classification} < 8) ",
  1482. "color('#7B68EE')"
  1483. ],
  1484. [
  1485. "(${Classification} >= 16) && (${Classification} < 17) ",
  1486. "color('#00CED1')"
  1487. ],
  1488. [
  1489. "(${Classification} >= 17) && (${Classification} < 18) ",
  1490. "color('#3CB371')"
  1491. ],
  1492. [
  1493. "(${Classification} >= 18) && (${Classification} < 19) ",
  1494. "color('#FFFF00')"
  1495. ],
  1496. [
  1497. "(${Classification} >= 19) && (${Classification} < 20) ",
  1498. "color('#FFA500')"
  1499. ],
  1500. [
  1501. "(${Classification} >= 20) && (${Classification} < 21) ",
  1502. "color('#FF6347')"
  1503. ]
  1504. ]
  1505. }
  1506. },
  1507. "hasOpacity": false,
  1508. "center": {
  1509. "lat": 31.504746,
  1510. "lng": 118.264278,
  1511. "alt": 580,
  1512. "heading": 29,
  1513. "pitch": -49
  1514. }
  1515. },
  1516. {
  1517. "id": 2060,
  1518. "pid": 20,
  1519. "name": "BIM模型",
  1520. "type": "group"
  1521. },
  1522. {
  1523. "id": 20601121,
  1524. "pid": 2060,
  1525. "type": "3dtiles",
  1526. "name": "大学教学楼",
  1527. "url": "{dataServer}/3dtiles/bim-daxue/tileset.json",
  1528. "position": {
  1529. "lng": 117.251229,
  1530. "lat": 31.844015,
  1531. "alt": 31.2
  1532. },
  1533. "highlight": {
  1534. "type": "click",
  1535. "color": "#FFFF00"
  1536. },
  1537. "popup": "all",
  1538. "scenetree": "scenetree.json",
  1539. "center": {
  1540. "lat": 31.842516,
  1541. "lng": 117.25107,
  1542. "alt": 145,
  1543. "heading": 8,
  1544. "pitch": -39
  1545. }
  1546. },
  1547. {
  1548. "pid": 2060,
  1549. "type": "3dtiles",
  1550. "name": "轻轨地铁站",
  1551. "url": "{dataServer}/3dtiles/bim-ditiezhan/tileset.json",
  1552. "position": {
  1553. "lng": 117.203994,
  1554. "lat": 31.857999,
  1555. "alt": 28.9
  1556. },
  1557. "rotation": {
  1558. "z": 168.1
  1559. },
  1560. "highlight": {
  1561. "type": "click",
  1562. "color": "#00FF00"
  1563. },
  1564. "popup": "all",
  1565. "scenetree": "scenetree.json",
  1566. "center": {
  1567. "lat": 31.856125,
  1568. "lng": 117.204513,
  1569. "alt": 155,
  1570. "heading": 350,
  1571. "pitch": -31
  1572. }
  1573. },
  1574. {
  1575. "id": 206012,
  1576. "pid": 2060,
  1577. "type": "3dtiles",
  1578. "name": "桥梁",
  1579. "url": "{dataServer}/3dtiles/bim-qiaoliang/tileset.json",
  1580. "position": {
  1581. "lng": 117.096906,
  1582. "lat": 31.851564,
  1583. "alt": 45
  1584. },
  1585. "rotation": {
  1586. "z": 17.5
  1587. },
  1588. "maximumScreenSpaceError": 16,
  1589. "maximumMemoryUsage": 1024,
  1590. "skipLevelOfDetail": true,
  1591. "loadSiblings": true,
  1592. "cullRequestsWhileMoving": true,
  1593. "cullRequestsWhileMovingMultiplier": 10,
  1594. "preferLeaves": true,
  1595. "progressiveResolutionHeightFraction": 0.5,
  1596. "dynamicScreenSpaceError": true,
  1597. "preloadWhenHidden": true,
  1598. "center": {
  1599. "lat": 31.849357,
  1600. "lng": 117.099194,
  1601. "alt": 306.2,
  1602. "heading": 327.1,
  1603. "pitch": -30.9
  1604. },
  1605. "scenetree": "scenetree.json",
  1606. "highlight": {
  1607. "type": "click",
  1608. "color": "#00FF00"
  1609. },
  1610. "popup": "all"
  1611. },
  1612. {
  1613. "id": 2020,
  1614. "pid": 20,
  1615. "name": "人工建模",
  1616. "type": "group"
  1617. },
  1618. {
  1619. "id": 202013,
  1620. "pid": 2020,
  1621. "type": "3dtiles",
  1622. "name": "地下管网",
  1623. "url": "{dataServer}/3dtiles/max-piping/tileset.json",
  1624. "position": {
  1625. "lng": 117.215457,
  1626. "lat": 31.843363,
  1627. "alt": -3.6
  1628. },
  1629. "rotation": {
  1630. "z": 336.7
  1631. },
  1632. "maximumScreenSpaceError": 2,
  1633. "maximumMemoryUsage": 1024,
  1634. "highlight": {
  1635. "type": "click",
  1636. "color": "#00FF00"
  1637. },
  1638. "popup": "all",
  1639. "center": {
  1640. "lat": 31.838821,
  1641. "lng": 117.216402,
  1642. "alt": 461,
  1643. "heading": 0,
  1644. "pitch": -46
  1645. },
  1646. "msg": "演示数据,地下数据拖动时会在地面漂移"
  1647. },
  1648. {
  1649. "id": 202012,
  1650. "pid": 2020,
  1651. "type": "3dtiles",
  1652. "name": "石化工厂",
  1653. "url": "{dataServer}/3dtiles/max-shihua/tileset.json",
  1654. "position": {
  1655. "lng": 117.077158,
  1656. "lat": 31.659116,
  1657. "alt": 24.6
  1658. },
  1659. "maximumScreenSpaceError": 1,
  1660. "maximumMemoryUsage": 1024,
  1661. "highlight": {
  1662. "type": "click",
  1663. "color": "#00FF00"
  1664. },
  1665. "popup": "all",
  1666. "scenetree": "scenetree.json",
  1667. "center": {
  1668. "lat": 31.654916,
  1669. "lng": 117.08278,
  1670. "alt": 279,
  1671. "heading": 316,
  1672. "pitch": -29
  1673. }
  1674. },
  1675. {
  1676. "id": 202030,
  1677. "pid": 2020,
  1678. "name": "水利闸门",
  1679. "type": "group",
  1680. "center": {
  1681. "lat": 29.794301,
  1682. "lng": 121.47998,
  1683. "alt": 262,
  1684. "heading": 191,
  1685. "pitch": -35
  1686. }
  1687. },
  1688. {
  1689. "pid": 202030,
  1690. "name": "闸门",
  1691. "type": "graphic",
  1692. "data": [
  1693. {
  1694. "type": "modelP",
  1695. "position": [
  1696. 121.479813,
  1697. 29.791278,
  1698. 16
  1699. ],
  1700. "style": {
  1701. "url": "//data.mars3d.cn/gltf/mars/zhamen.glb",
  1702. "heading": 105
  1703. }
  1704. }
  1705. ],
  1706. "center": {
  1707. "lat": 29.791607,
  1708. "lng": 121.479925,
  1709. "alt": 27,
  1710. "heading": 198,
  1711. "pitch": -18
  1712. }
  1713. },
  1714. {
  1715. "id": 202011,
  1716. "pid": 202030,
  1717. "type": "3dtiles",
  1718. "name": "整体",
  1719. "url": "{dataServer}/3dtiles/max-fsdzm/tileset.json",
  1720. "position": {
  1721. "alt": 15.2
  1722. },
  1723. "maximumScreenSpaceError": 1,
  1724. "maximumMemoryUsage": 1024,
  1725. "center": {
  1726. "lat": 29.792675,
  1727. "lng": 121.480207,
  1728. "alt": 190.8,
  1729. "heading": 196.1,
  1730. "pitch": -49
  1731. }
  1732. },
  1733. {
  1734. "id": 2030,
  1735. "pid": 20,
  1736. "name": "倾斜摄影",
  1737. "type": "group"
  1738. },
  1739. {
  1740. "id": 203014,
  1741. "pid": 2030,
  1742. "type": "3dtiles",
  1743. "name": "县城社区",
  1744. "url": "{dataServer}/3dtiles/qx-shequ/tileset.json",
  1745. "position": {
  1746. "alt": 11.5
  1747. },
  1748. "maximumScreenSpaceError": 2,
  1749. "maximumMemoryUsage": 2048,
  1750. "dynamicScreenSpaceError": true,
  1751. "cullWithChildrenBounds": false,
  1752. "center": {
  1753. "lat": 28.440864,
  1754. "lng": 119.486477,
  1755. "alt": 588.23,
  1756. "heading": 268.6,
  1757. "pitch": -37.8
  1758. },
  1759. "show": false,
  1760. "flyTo": false
  1761. },
  1762. {
  1763. "id": 203015,
  1764. "pid": 2030,
  1765. "name": "合肥天鹅湖",
  1766. "type": "3dtiles",
  1767. "url": "{dataServer}/3dtiles/qx-teh/tileset.json",
  1768. "position": {
  1769. "lng": 117.218434,
  1770. "lat": 31.81807,
  1771. "alt": 163
  1772. },
  1773. "maximumScreenSpaceError": 16,
  1774. "maximumMemoryUsage": 1024,
  1775. "dynamicScreenSpaceError": true,
  1776. "cullWithChildrenBounds": false,
  1777. "skipLevelOfDetail": true,
  1778. "preferLeaves": true,
  1779. "center": {
  1780. "lat": 31.795308,
  1781. "lng": 117.21948,
  1782. "alt": 1820,
  1783. "heading": 0,
  1784. "pitch": -39
  1785. }
  1786. },
  1787. {
  1788. "pid": 2030,
  1789. "type": "3dtiles",
  1790. "name": "大雁塔",
  1791. "url": "{dataServer}/3dtiles/qx-dyt/tileset.json",
  1792. "position": {
  1793. "alt": -27
  1794. },
  1795. "maximumScreenSpaceError": 1,
  1796. "maximumMemoryUsage": 1024,
  1797. "center": {
  1798. "lat": 34.215516,
  1799. "lng": 108.960251,
  1800. "alt": 834,
  1801. "heading": 4,
  1802. "pitch": -48
  1803. },
  1804. "flat": {},
  1805. "flyTo": false,
  1806. "show": false
  1807. },
  1808. {
  1809. "id": 203013,
  1810. "pid": 2030,
  1811. "type": "geojson",
  1812. "name": "文庙-单体化",
  1813. "url": " {dataServer}/file/geojson/dth-wm.json",
  1814. "symbol": {
  1815. "type": "polygonP",
  1816. "styleOptions": {
  1817. "color": "rgba(255, 255, 255, 0.01)",
  1818. "clampToGround": true,
  1819. "classification": true,
  1820. "buffer": 1,
  1821. "highlight": {
  1822. "color": "rgba(255,255,0,0.5)"
  1823. }
  1824. }
  1825. },
  1826. "popup": [
  1827. {
  1828. "field": "name",
  1829. "name": "房屋名称"
  1830. },
  1831. {
  1832. "field": "jznf",
  1833. "name": "建造年份"
  1834. },
  1835. {
  1836. "field": "ssdw",
  1837. "name": "所属单位"
  1838. },
  1839. {
  1840. "field": "remark",
  1841. "name": "备注信息"
  1842. }
  1843. ]
  1844. },
  1845. {
  1846. "id": 203012,
  1847. "pid": 2030,
  1848. "type": "3dtiles",
  1849. "name": "文庙",
  1850. "url": "{dataServer}/3dtiles/qx-simiao/tileset.json",
  1851. "position": {
  1852. "alt": 80.6
  1853. },
  1854. "maximumScreenSpaceError": 2,
  1855. "maximumMemoryUsage": 2048,
  1856. "dynamicScreenSpaceError": true,
  1857. "cullWithChildrenBounds": false,
  1858. "skipLevelOfDetail": true,
  1859. "preferLeaves": true,
  1860. "center": {
  1861. "lat": 33.589536,
  1862. "lng": 119.032216,
  1863. "alt": 145.08,
  1864. "heading": 3.1,
  1865. "pitch": -22.9
  1866. }
  1867. },
  1868. {
  1869. "id": 99,
  1870. "name": "数据图层",
  1871. "type": "group"
  1872. }
  1873. ]
  1874. }
  1875. }