@baidumap/mapv-three 1.2.0 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (229) hide show
  1. package/dist/assets/images/markers/mkr_end.png +0 -0
  2. package/dist/assets/images/markers/mkr_red_1.png +0 -0
  3. package/dist/assets/images/markers/mkr_red_10.png +0 -0
  4. package/dist/assets/images/markers/mkr_red_2.png +0 -0
  5. package/dist/assets/images/markers/mkr_red_3.png +0 -0
  6. package/dist/assets/images/markers/mkr_red_4.png +0 -0
  7. package/dist/assets/images/markers/mkr_red_5.png +0 -0
  8. package/dist/assets/images/markers/mkr_red_6.png +0 -0
  9. package/dist/assets/images/markers/mkr_red_7.png +0 -0
  10. package/dist/assets/images/markers/mkr_red_8.png +0 -0
  11. package/dist/assets/images/markers/mkr_red_9.png +0 -0
  12. package/dist/assets/images/markers/mkr_start.png +0 -0
  13. package/dist/assets/images/markers/mkr_transit_airplane.png +0 -0
  14. package/dist/assets/images/markers/mkr_transit_bus.png +0 -0
  15. package/dist/assets/images/markers/mkr_transit_car.png +0 -0
  16. package/dist/assets/images/markers/mkr_transit_subway.png +0 -0
  17. package/dist/assets/images/markers/mkr_transit_train.png +0 -0
  18. package/dist/assets/images/markers/mkr_transit_walking.png +0 -0
  19. package/dist/assets/images/markers/mkr_waypoint.png +0 -0
  20. package/dist/assets/textures/roadpile/blue.png +0 -0
  21. package/dist/assets/textures/roadpile/brown.png +0 -0
  22. package/dist/assets/textures/roadpile/green.png +0 -0
  23. package/dist/mapvthree.module.js +20942 -18540
  24. package/dist/mapvthree.umd.js +6 -6
  25. package/dist/types/index.d.ts +2 -8
  26. package/dist/types/index.open.d.ts +1 -0
  27. package/dist/types/threejs/materials/natural/WaterMaterial.d.ts +3 -0
  28. package/dist/types/threejs/materials/point/Icon.d.ts +1 -0
  29. package/dist/types/threejs/objects/point/Label.d.ts +3 -0
  30. package/dist/types/threejs/objects/polygon/Polygon.d.ts +37 -0
  31. package/dist/types/threemap/3dtiles/cesium/Cesium3DTileset.d.ts +5 -0
  32. package/dist/types/threemap/3dtiles/elements/TileInstancedElementManager.d.ts +98 -0
  33. package/dist/types/threemap/engine/Rendering.d.ts +0 -2
  34. package/dist/types/threemap/mapView/configs.d.ts +6 -1
  35. package/dist/types/threemap/mapView/tileProvider/imagery/Baidu09ImageryTileProvider.d.ts +1 -1
  36. package/dist/types/threemap/mapView/tileProvider/imagery/TiandituImageryTileProvider.d.ts +1 -1
  37. package/dist/types/threemap/mapView/tileProvider/imagery/XYZImageryTileProvider.d.ts +1 -1
  38. package/dist/types/threemap/overlay/DOMOverlay.d.ts +9 -2
  39. package/dist/types/threemap/overlay/Marker.d.ts +2 -2
  40. package/dist/types/threemap/services/autoComplete/AutoComplete.d.ts +147 -0
  41. package/dist/types/threemap/services/autoComplete/AutoComplete_Bd.d.ts +154 -0
  42. package/dist/types/threemap/services/boundary/Boundary.d.ts +69 -0
  43. package/dist/types/threemap/services/boundary/Boundary_Bd.d.ts +56 -0
  44. package/dist/types/threemap/services/boundary/Boundary_Tdt.d.ts +17 -0
  45. package/dist/types/threemap/services/common/baiduCommon.d.ts +136 -0
  46. package/dist/types/threemap/services/common/baiduRequest.d.ts +3 -0
  47. package/dist/types/threemap/services/common/baiduUtils.d.ts +13 -0
  48. package/dist/types/threemap/services/common/tdtRequest.d.ts +34 -0
  49. package/dist/types/threemap/services/configs.d.ts +10 -0
  50. package/dist/types/threemap/services/constants.d.ts +8 -0
  51. package/dist/types/threemap/services/district/DistrictLayer.d.ts +167 -0
  52. package/dist/types/threemap/services/district/DistrictLayer_Bd.d.ts +41 -0
  53. package/dist/types/threemap/services/district/DistrictLayer_Tdt.d.ts +47 -0
  54. package/dist/types/threemap/services/geocoder/Geocoder.d.ts +100 -0
  55. package/dist/types/threemap/services/geocoder/Geocoder_Bd.d.ts +24 -0
  56. package/dist/types/threemap/services/geocoder/Geocoder_Tdt.d.ts +10 -0
  57. package/dist/types/threemap/services/index.d.ts +11 -0
  58. package/dist/types/threemap/services/localSearch/LocalResult.d.ts +47 -0
  59. package/dist/types/threemap/services/localSearch/LocalSearch.d.ts +175 -0
  60. package/dist/types/threemap/services/localSearch/LocalSearch_Bd.d.ts +18 -0
  61. package/dist/types/threemap/services/localSearch/LocalSearch_Tdt.d.ts +6 -0
  62. package/dist/types/threemap/services/routeSearch/BaseRoute.d.ts +113 -0
  63. package/dist/types/threemap/services/routeSearch/DWRoute_Bd.d.ts +46 -0
  64. package/dist/types/threemap/services/routeSearch/DWRoute_Tdt.d.ts +8 -0
  65. package/dist/types/threemap/services/routeSearch/DrivingRoute.d.ts +113 -0
  66. package/dist/types/threemap/services/routeSearch/RidingRoute.d.ts +63 -0
  67. package/dist/types/threemap/services/routeSearch/RouteResult.d.ts +39 -0
  68. package/dist/types/threemap/services/routeSearch/TransitRoute.d.ts +111 -0
  69. package/dist/types/threemap/services/routeSearch/TransitRoute_Bd.d.ts +33 -0
  70. package/dist/types/threemap/services/routeSearch/TransitRoute_Tdt.d.ts +9 -0
  71. package/dist/types/threemap/services/routeSearch/WalkingRoute.d.ts +69 -0
  72. package/package.json +1 -1
  73. package/dist/assets/textures/building/1024/Level12_Repeat0_RR1_Grid8_0_LOD0_Res1024_DiffuseMap.PNG +0 -0
  74. package/dist/assets/textures/building/1024/Level12_Repeat0_RR1_Grid8_0_LOD0_Res1024_EmissiveMap.PNG +0 -0
  75. package/dist/assets/textures/building/1024/Level12_Repeat0_RR1_Grid8_0_LOD0_Res1024_NormalMap.PNG +0 -0
  76. package/dist/assets/textures/building/1024/Level12_Repeat0_RR1_Grid8_0_LOD0_Res1024_RoughnessMap.PNG +0 -0
  77. package/dist/assets/textures/building/1024/Level12_Repeat3_RR1_Grid8_0_LOD0_Res1024_DiffuseMap.PNG +0 -0
  78. package/dist/assets/textures/building/1024/Level12_Repeat3_RR1_Grid8_0_LOD0_Res1024_EmissiveMap.PNG +0 -0
  79. package/dist/assets/textures/building/1024/Level12_Repeat3_RR1_Grid8_0_LOD0_Res1024_NormalMap.PNG +0 -0
  80. package/dist/assets/textures/building/1024/Level12_Repeat3_RR1_Grid8_0_LOD0_Res1024_RoughnessMap.PNG +0 -0
  81. package/dist/assets/textures/building/1024/Level18_Repeat3_RR1_Grid8_0_LOD0_Res1024_DiffuseMap.PNG +0 -0
  82. package/dist/assets/textures/building/1024/Level18_Repeat3_RR1_Grid8_0_LOD0_Res1024_EmissiveMap.PNG +0 -0
  83. package/dist/assets/textures/building/1024/Level18_Repeat3_RR1_Grid8_0_LOD0_Res1024_NormalMap.PNG +0 -0
  84. package/dist/assets/textures/building/1024/Level18_Repeat3_RR1_Grid8_0_LOD0_Res1024_RoughnessMap.PNG +0 -0
  85. package/dist/assets/textures/building/1024/Level1_Repeat0_RR1_Grid8_0_LOD0_Res1024_DiffuseMap.PNG +0 -0
  86. package/dist/assets/textures/building/1024/Level1_Repeat0_RR1_Grid8_0_LOD0_Res1024_EmissiveMap.PNG +0 -0
  87. package/dist/assets/textures/building/1024/Level1_Repeat0_RR1_Grid8_0_LOD0_Res1024_NormalMap.PNG +0 -0
  88. package/dist/assets/textures/building/1024/Level1_Repeat0_RR1_Grid8_0_LOD0_Res1024_RoughnessMap.PNG +0 -0
  89. package/dist/assets/textures/building/1024/Level23_Repeat0_RR1_Grid8_0_LOD0_Res1024_DiffuseMap.PNG +0 -0
  90. package/dist/assets/textures/building/1024/Level23_Repeat0_RR1_Grid8_0_LOD0_Res1024_EmissiveMap.PNG +0 -0
  91. package/dist/assets/textures/building/1024/Level23_Repeat0_RR1_Grid8_0_LOD0_Res1024_NormalMap.PNG +0 -0
  92. package/dist/assets/textures/building/1024/Level23_Repeat0_RR1_Grid8_0_LOD0_Res1024_RoughnessMap.PNG +0 -0
  93. package/dist/assets/textures/building/1024/Level23_Repeat3_RR1_Grid8_0_LOD0_Res1024_DiffuseMap.PNG +0 -0
  94. package/dist/assets/textures/building/1024/Level23_Repeat3_RR1_Grid8_0_LOD0_Res1024_EmissiveMap.PNG +0 -0
  95. package/dist/assets/textures/building/1024/Level23_Repeat3_RR1_Grid8_0_LOD0_Res1024_NormalMap.PNG +0 -0
  96. package/dist/assets/textures/building/1024/Level23_Repeat3_RR1_Grid8_0_LOD0_Res1024_RoughnessMap.PNG +0 -0
  97. package/dist/assets/textures/building/1024/Level2_Repeat1_RR1_Grid8_0_LOD0_Res1024_DiffuseMap.PNG +0 -0
  98. package/dist/assets/textures/building/1024/Level2_Repeat1_RR1_Grid8_0_LOD0_Res1024_EmissiveMap.PNG +0 -0
  99. package/dist/assets/textures/building/1024/Level2_Repeat1_RR1_Grid8_0_LOD0_Res1024_NormalMap.PNG +0 -0
  100. package/dist/assets/textures/building/1024/Level2_Repeat1_RR1_Grid8_0_LOD0_Res1024_RoughnessMap.PNG +0 -0
  101. package/dist/assets/textures/building/1024/Level3_Repeat1_RR1_Grid8_0_LOD0_Res1024_DiffuseMap.PNG +0 -0
  102. package/dist/assets/textures/building/1024/Level3_Repeat1_RR1_Grid8_0_LOD0_Res1024_EmissiveMap.PNG +0 -0
  103. package/dist/assets/textures/building/1024/Level3_Repeat1_RR1_Grid8_0_LOD0_Res1024_NormalMap.PNG +0 -0
  104. package/dist/assets/textures/building/1024/Level3_Repeat1_RR1_Grid8_0_LOD0_Res1024_RoughnessMap.PNG +0 -0
  105. package/dist/assets/textures/building/1024/Level3_Repeat2_RR1_Grid8_0_LOD0_Res1024_DiffuseMap.PNG +0 -0
  106. package/dist/assets/textures/building/1024/Level3_Repeat2_RR1_Grid8_0_LOD0_Res1024_EmissiveMap.PNG +0 -0
  107. package/dist/assets/textures/building/1024/Level3_Repeat2_RR1_Grid8_0_LOD0_Res1024_NormalMap.PNG +0 -0
  108. package/dist/assets/textures/building/1024/Level3_Repeat2_RR1_Grid8_0_LOD0_Res1024_RoughnessMap.PNG +0 -0
  109. package/dist/assets/textures/building/1024/Level4_Repeat3_RR1_Grid8_0_LOD0_Res1024_DiffuseMap.PNG +0 -0
  110. package/dist/assets/textures/building/1024/Level4_Repeat3_RR1_Grid8_0_LOD0_Res1024_EmissiveMap.PNG +0 -0
  111. package/dist/assets/textures/building/1024/Level4_Repeat3_RR1_Grid8_0_LOD0_Res1024_NormalMap.PNG +0 -0
  112. package/dist/assets/textures/building/1024/Level4_Repeat3_RR1_Grid8_0_LOD0_Res1024_RoughnessMap.PNG +0 -0
  113. package/dist/assets/textures/building/1024/Level6_Repeat3_RR1_Grid8_0_LOD0_Res1024_DiffuseMap.PNG +0 -0
  114. package/dist/assets/textures/building/1024/Level6_Repeat3_RR1_Grid8_0_LOD0_Res1024_EmissiveMap.PNG +0 -0
  115. package/dist/assets/textures/building/1024/Level6_Repeat3_RR1_Grid8_0_LOD0_Res1024_NormalMap.PNG +0 -0
  116. package/dist/assets/textures/building/1024/Level6_Repeat3_RR1_Grid8_0_LOD0_Res1024_RoughnessMap.PNG +0 -0
  117. package/dist/assets/textures/building/1024/Level7_Repeat3_RR1_Grid8_0_LOD0_Res1024_DiffuseMap.PNG +0 -0
  118. package/dist/assets/textures/building/1024/Level7_Repeat3_RR1_Grid8_0_LOD0_Res1024_EmissiveMap.PNG +0 -0
  119. package/dist/assets/textures/building/1024/Level7_Repeat3_RR1_Grid8_0_LOD0_Res1024_NormalMap.PNG +0 -0
  120. package/dist/assets/textures/building/1024/Level7_Repeat3_RR1_Grid8_0_LOD0_Res1024_RoughnessMap.PNG +0 -0
  121. package/dist/assets/textures/building/ac1.png +0 -0
  122. package/dist/assets/textures/building/black.png +0 -0
  123. package/dist/assets/textures/building/buiding_normal.jpg +0 -0
  124. package/dist/assets/textures/building/buiding_roughness.jpg +0 -0
  125. package/dist/assets/textures/building/building2_atlas_diffuse.jpg +0 -0
  126. package/dist/assets/textures/building/building2_atlas_diffuse_debug.jpg +0 -0
  127. package/dist/assets/textures/building/building3_atlas_diffuse.jpg +0 -0
  128. package/dist/assets/textures/building/building3_atlas_metallic_roughness.jpg +0 -0
  129. package/dist/assets/textures/building/building3_atlas_normal.jpg +0 -0
  130. package/dist/assets/textures/building/building4_diffuse.jpg +0 -0
  131. package/dist/assets/textures/building/building_atlas_diffuse.jpg +0 -0
  132. package/dist/assets/textures/building/building_atlas_emissive.jpg +0 -0
  133. package/dist/assets/textures/building/building_atlas_metallic_roughness.jpg +0 -0
  134. package/dist/assets/textures/building/building_atlas_normal.jpg +0 -0
  135. package/dist/assets/textures/building/building_atlas_roughness.jpg +0 -0
  136. package/dist/assets/textures/building/building_diffuse.jpg +0 -0
  137. package/dist/assets/textures/building/building_side.jpg +0 -0
  138. package/dist/assets/textures/realistic/Albedo_2K_vl1lfb3fw_512.jpg +0 -0
  139. package/dist/assets/textures/realistic/Albedo_2K_xdhhdhl_512.jpg +0 -0
  140. package/dist/assets/textures/realistic/Grass_1_S.jpg +0 -0
  141. package/dist/assets/textures/realistic/Green_dark.jpg +0 -0
  142. package/dist/assets/textures/realistic/Road.jpg +0 -0
  143. package/dist/assets/textures/realistic/Road_Asphalt_10_albedo.jpg +0 -0
  144. package/dist/assets/textures/realistic/Road_Asphalt_10_ao.jpg +0 -0
  145. package/dist/assets/textures/realistic/Road_Asphalt_10_height.jpg +0 -0
  146. package/dist/assets/textures/realistic/Road_Asphalt_10_normal.jpg +0 -0
  147. package/dist/assets/textures/realistic/Road_Asphalt_10_roughness.jpg +0 -0
  148. package/dist/assets/textures/realistic/Road_Asphalt_albedo.jpg +0 -0
  149. package/dist/assets/textures/realistic/Road_Asphalt_albedo.tif +0 -0
  150. package/dist/assets/textures/realistic/Road_Asphalt_ao.jpg +0 -0
  151. package/dist/assets/textures/realistic/Road_Asphalt_ao.tif +0 -0
  152. package/dist/assets/textures/realistic/Road_Asphalt_height.jpg +0 -0
  153. package/dist/assets/textures/realistic/Road_Asphalt_height.tif +0 -0
  154. package/dist/assets/textures/realistic/Road_Asphalt_normal.jpg +0 -0
  155. package/dist/assets/textures/realistic/Road_Asphalt_normal.tif +0 -0
  156. package/dist/assets/textures/realistic/Road_Asphalt_roughness.jpg +0 -0
  157. package/dist/assets/textures/realistic/Road_Asphalt_roughness.tif +0 -0
  158. package/dist/assets/textures/realistic/TexturesCom_Asphalt_Base10_2x2_512_albedo.jpg +0 -0
  159. package/dist/assets/textures/realistic/TexturesCom_Asphalt_Base10_2x2_512_ao.jpg +0 -0
  160. package/dist/assets/textures/realistic/TexturesCom_Asphalt_Base10_2x2_512_height.jpg +0 -0
  161. package/dist/assets/textures/realistic/TexturesCom_Asphalt_Base10_2x2_512_normal.jpg +0 -0
  162. package/dist/assets/textures/realistic/TexturesCom_Asphalt_Base10_2x2_512_roughness.jpg +0 -0
  163. package/dist/assets/textures/realistic/TexturesCom_Concrete_WW2_2x2_512_albedo.jpg +0 -0
  164. package/dist/assets/textures/realistic/TexturesCom_Concrete_WW2_2x2_512_normal.jpg +0 -0
  165. package/dist/assets/textures/realistic/TexturesCom_Concrete_WW2_2x2_512_roughness.jpg +0 -0
  166. package/dist/assets/textures/realistic/TexturesCom_Green_Default_albedo.jpg +0 -0
  167. package/dist/assets/textures/realistic/TexturesCom_Greenbelt_Default_albedo.jpg +0 -0
  168. package/dist/assets/textures/realistic/TexturesCom_Ground_RockBed4_512_albedo.jpg +0 -0
  169. package/dist/assets/textures/realistic/TexturesCom_Ground_RockBed4_512_ao.jpg +0 -0
  170. package/dist/assets/textures/realistic/TexturesCom_Ground_RockBed4_512_height.jpg +0 -0
  171. package/dist/assets/textures/realistic/TexturesCom_Ground_RockBed4_512_normal.jpg +0 -0
  172. package/dist/assets/textures/realistic/TexturesCom_Ground_RockBed4_512_roughness.jpg +0 -0
  173. package/dist/assets/textures/realistic/TexturesCom_Nature_Moss_512_albedo.jpg +0 -0
  174. package/dist/assets/textures/realistic/TexturesCom_Nature_Moss_512_ao.jpg +0 -0
  175. package/dist/assets/textures/realistic/TexturesCom_Nature_Moss_512_height.jpg +0 -0
  176. package/dist/assets/textures/realistic/TexturesCom_Nature_Moss_512_normal.jpg +0 -0
  177. package/dist/assets/textures/realistic/TexturesCom_Nature_Moss_512_roughness.jpg +0 -0
  178. package/dist/assets/textures/realistic/TexturesCom_Nature_Pebbles_512_albedo.jpg +0 -0
  179. package/dist/assets/textures/realistic/TexturesCom_Nature_Pebbles_512_ao.jpg +0 -0
  180. package/dist/assets/textures/realistic/TexturesCom_Nature_Pebbles_512_height.jpg +0 -0
  181. package/dist/assets/textures/realistic/TexturesCom_Nature_Pebbles_512_normal.jpg +0 -0
  182. package/dist/assets/textures/realistic/TexturesCom_Nature_Pebbles_512_roughness.jpg +0 -0
  183. package/dist/assets/textures/realistic/TexturesCom_Road_Bitumen_albedo.jpg +0 -0
  184. package/dist/assets/textures/realistic/TexturesCom_Road_Bitumen_ao.jpg +0 -0
  185. package/dist/assets/textures/realistic/TexturesCom_Road_Bitumen_height.jpg +0 -0
  186. package/dist/assets/textures/realistic/TexturesCom_Road_Bitumen_normal.jpg +0 -0
  187. package/dist/assets/textures/realistic/TexturesCom_Road_Bitumen_roughness.jpg +0 -0
  188. package/dist/assets/textures/realistic/TexturesCom_Road_Default_albedo.jpg +0 -0
  189. package/dist/assets/textures/realistic/TexturesCom_Roofing_Bitumen_512_albedo.jpg +0 -0
  190. package/dist/assets/textures/realistic/TexturesCom_Roofing_Bitumen_512_ao.jpg +0 -0
  191. package/dist/assets/textures/realistic/TexturesCom_Roofing_Bitumen_512_height.jpg +0 -0
  192. package/dist/assets/textures/realistic/TexturesCom_Roofing_Bitumen_512_normal.jpg +0 -0
  193. package/dist/assets/textures/realistic/TexturesCom_Roofing_Bitumen_512_roughness.jpg +0 -0
  194. package/dist/assets/textures/realistic/TexturesCom_Various_HighRise4_512_albedo.jpg +0 -0
  195. package/dist/assets/textures/realistic/TexturesCom_Various_HighRise4_512_ao.jpg +0 -0
  196. package/dist/assets/textures/realistic/TexturesCom_Various_HighRise4_512_emissive.jpg +0 -0
  197. package/dist/assets/textures/realistic/TexturesCom_Various_HighRise4_512_height.jpg +0 -0
  198. package/dist/assets/textures/realistic/TexturesCom_Various_HighRise4_512_metallic.jpg +0 -0
  199. package/dist/assets/textures/realistic/TexturesCom_Various_HighRise4_512_normal.jpg +0 -0
  200. package/dist/assets/textures/realistic/TexturesCom_Various_HighRise4_512_roughness.jpg +0 -0
  201. package/dist/assets/textures/realistic/TexturesCom_Various_HighRise5_512_albedo.jpg +0 -0
  202. package/dist/assets/textures/realistic/TexturesCom_Various_HighRise5_512_ao.jpg +0 -0
  203. package/dist/assets/textures/realistic/TexturesCom_Various_HighRise5_512_emissive.jpg +0 -0
  204. package/dist/assets/textures/realistic/TexturesCom_Various_HighRise5_512_metallic.jpg +0 -0
  205. package/dist/assets/textures/realistic/TexturesCom_Various_HighRise5_512_normal.jpg +0 -0
  206. package/dist/assets/textures/realistic/TexturesCom_Various_HighRise5_512_roughness.jpg +0 -0
  207. package/dist/assets/textures/realistic/TexturesCom_Various_HighRise6_512_albedo.jpg +0 -0
  208. package/dist/assets/textures/realistic/TexturesCom_Various_HighRise6_512_ao.jpg +0 -0
  209. package/dist/assets/textures/realistic/TexturesCom_Various_HighRise6_512_emissive.jpg +0 -0
  210. package/dist/assets/textures/realistic/TexturesCom_Various_HighRise6_512_height.jpg +0 -0
  211. package/dist/assets/textures/realistic/TexturesCom_Various_HighRise6_512_metallic.jpg +0 -0
  212. package/dist/assets/textures/realistic/TexturesCom_Various_HighRise6_512_normal.jpg +0 -0
  213. package/dist/assets/textures/realistic/TexturesCom_Various_HighRise6_512_roughness.jpg +0 -0
  214. package/dist/assets/textures/realistic/TexturesCom_Various_HighRise_512_albedo.png +0 -0
  215. package/dist/assets/textures/realistic/TexturesCom_Various_HighRise_512_ao.png +0 -0
  216. package/dist/assets/textures/realistic/TexturesCom_Various_HighRise_512_emissive.png +0 -0
  217. package/dist/assets/textures/realistic/TexturesCom_Various_HighRise_512_normal.png +0 -0
  218. package/dist/assets/textures/realistic/TexturesCom_Various_HighRise_512_roughness.png +0 -0
  219. package/dist/types/threemap/controls/measure/CurvatureMeasure.d.ts +0 -7
  220. package/dist/types/threemap/controls/measure/SlopeMeasure.d.ts +0 -49
  221. package/dist/types/threemap/services/CurvatureService.d.ts +0 -18
  222. package/dist/types/threemap/services/GeoCombinedService.d.ts +0 -13
  223. package/dist/types/threemap/services/PoiService.d.ts +0 -39
  224. package/dist/types/threemap/services/RoadService.d.ts +0 -39
  225. package/dist/types/threemap/services/RouteService.d.ts +0 -34
  226. package/dist/types/threemap/services/Service.d.ts +0 -46
  227. /package/dist/assets/textures/{realistic → weather}/TexturesCom_Ground_MudWet_512_roughness.jpg +0 -0
  228. /package/dist/assets/textures/{realistic → weather}/TexturesCom_Snow_Plain_3x3_512_height.jpg +0 -0
  229. /package/dist/assets/textures/{realistic → weather}/TexturesCom_Snow_Plain_3x3_512_noise.jpg +0 -0
@@ -1,7 +0,0 @@
1
- /**
2
- * 曲率测量
3
- */
4
- export class CurvatureMeasure extends PointMeasure {
5
- createInfoMarkersDom(feature: any): HTMLDivElement;
6
- }
7
- import { PointMeasure } from './PointMeasure';
@@ -1,49 +0,0 @@
1
- /**
2
- * 坡度测量
3
- */
4
- export class SlopeMeasure extends Measure {
5
- /**
6
- * @param { Object } options 绘制点参数
7
- * @param {string} options.pointColor 点颜色,默认为'rgb(200, 200, 50)'
8
- * @param {string} options.pointSize 点尺寸,默认为10
9
- * @param {number} options.fixedNum 保留几位小数
10
- * @param {string} options.url 路线查询服务
11
- */
12
- constructor(engine: any, options?: {
13
- pointColor: string;
14
- pointSize: string;
15
- fixedNum: number;
16
- url: string;
17
- });
18
- /** @private */ private _editor;
19
- /** @private */ private _node;
20
- /** @private */ private _slopeFeatures;
21
- /** @private */
22
- private _infoMarkersBuffer;
23
- _engine: any;
24
- _options: {
25
- pointColor: string;
26
- pointSize: string;
27
- fixedNum: number;
28
- url: string;
29
- };
30
- /** @private */
31
- private initEditor;
32
- initSlopeLine(): any;
33
- _slopeLine: any;
34
- initInfoMarkers(): void;
35
- _infoMarker: DOMPoint | undefined;
36
- _infoMarkerDataSource: DeprecatedDataSource | undefined;
37
- createInfoMarkersDom(feature: any): HTMLDivElement;
38
- createInfoMarkers: () => DOMPoint;
39
- clearBuffer(): void;
40
- /**
41
- * 清除绘制元素
42
- */
43
- clearAll(): void;
44
- clearResult(): void;
45
- dispose(): void;
46
- }
47
- import { Measure } from './Measure';
48
- import { DOMPoint } from '../../../threejs/objects/point/DOMPoint';
49
- import { DeprecatedDataSource } from '../../dataSource/DeprecatedDataSource';
@@ -1,18 +0,0 @@
1
- export class CurvatureService extends Service {
2
- /**
3
- * @param {Object} parameter
4
- * @param {String} parameter.host 请求地址
5
- */
6
- constructor(parameter?: {
7
- host: string;
8
- });
9
- _requestPath: string;
10
- _host: string;
11
- _requestOptions: {};
12
- /**
13
- * @param {Array<Number>} point 起点
14
- * @returns
15
- */
16
- search(point: Array<number>): Promise<any>;
17
- }
18
- import { Service } from './Service';
@@ -1,13 +0,0 @@
1
- export class GeoCombinedService extends Service {
2
- _dataType: string;
3
- _coordType: any;
4
- _provinceId: any;
5
- _limit: any;
6
- _mainPath: any;
7
- _detailPath: any;
8
- _host: any;
9
- _requestOptions: {};
10
- search(queryInfo?: {}): Promise<any>;
11
- searchDetailByBid(queryInfo?: {}): Promise<any>;
12
- }
13
- import { Service } from './Service';
@@ -1,39 +0,0 @@
1
- /**
2
- * const poiService = new PoiService({
3
- * host: 'http://10.24.22.223:8330',
4
- * coordType: 'gcj02ll',
5
- * retryAttempts: 3,
6
- * retryCallback: () => {
7
- * console.log('请求重试');
8
- * return true;
9
- * }
10
- * });
11
- *
12
- * poiService.searchMain({
13
- * provinceId: '11000',
14
- * keyword: '酒店',
15
- * limit: 10,
16
- * }).then(res => {
17
- * console.log('main search result:', res);
18
- * });
19
- *
20
- * poiService.searchDetail({
21
- * bid: '123456',
22
- * provinceId: '11000',
23
- * }).then(res => {
24
- * console.log('detail search result:', res);
25
- * });
26
- */
27
- export class PoiService extends Service {
28
- _dataType: string;
29
- _coordType: any;
30
- _provinceId: any;
31
- _limit: any;
32
- _mainPath: any;
33
- _detailPath: any;
34
- _host: any;
35
- _requestOptions: {};
36
- search(queryInfo?: {}): Promise<any>;
37
- searchDetailByBid(queryInfo?: {}): Promise<any>;
38
- }
39
- import { Service } from './Service';
@@ -1,39 +0,0 @@
1
- /**
2
- * const roadService = new RoadService({
3
- * host: 'http://10.24.22.223:8330',
4
- * coordType: 'gcj02ll',
5
- * retryAttempts: 3,
6
- * retryCallback: () => {
7
- * console.log('请求重试');
8
- * return true;
9
- * }
10
- * });
11
- *
12
- * poiService.searchMain({
13
- * provinceId: '11000',
14
- * keyword: '酒店',
15
- * limit: 10,
16
- * }).then(res => {
17
- * console.log('main search result:', res);
18
- * });
19
- *
20
- * poiService.searchDetail({
21
- * bid: '123456',
22
- * provinceId: '11000',
23
- * }).then(res => {
24
- * console.log('detail search result:', res);
25
- * });
26
- */
27
- export class RoadService extends Service {
28
- _dataType: string;
29
- _coordType: any;
30
- _provinceId: any;
31
- _limit: any;
32
- _mainPath: any;
33
- _detailPath: any;
34
- _host: any;
35
- _requestOptions: {};
36
- search(queryInfo?: {}): Promise<any>;
37
- searchDetailByBid(queryInfo?: {}): Promise<any>;
38
- }
39
- import { Service } from './Service';
@@ -1,34 +0,0 @@
1
- /**
2
- * const routeService = new RouteService({
3
- * host: host,
4
- * });
5
- *
6
- * const result = await routeService.search({
7
- * start: [120.34876, 36.09575],
8
- * end: [120.34876, 36.09575]
9
- * });
10
- */
11
- export class RouteService extends Service {
12
- /**
13
- * @param {Object} parameter
14
- * @param {String} parameter.host 请求地址
15
- */
16
- constructor(parameter?: {
17
- host: string;
18
- });
19
- _requestPath: string;
20
- _host: string;
21
- _requestOptions: {};
22
- /**
23
- *
24
- * @param {Object} points
25
- * @param {Array<Number>} points.start 起点
26
- * @param {Array<Number>} points.end 终点
27
- * @returns
28
- */
29
- search(points: {
30
- start: Array<number>;
31
- end: Array<number>;
32
- }): Promise<any>;
33
- }
34
- import { Service } from './Service';
@@ -1,46 +0,0 @@
1
- /**
2
- * 服务类,一般不直接初始化,通过Service.fetch()方式去请求
3
- * // 基础使用
4
- * Service.fetch({
5
- * url: 'http://hello.world.com',
6
- * data: {
7
- * a: 1,
8
- * b: 2,
9
- * },
10
- * queryParameters: {
11
- * query1: 1,
12
- * query2: 2.
13
- * },
14
- * header: {
15
- * 'Content-Type': 'application/json'
16
- * }
17
- * })
18
- *
19
- * // 错误重试
20
- * Service.fetch({
21
- * url: 'http://hello.world.com',
22
- * retryAttempts: 3,
23
- * retryCallback: () => {
24
- * console.log('请求重试');
25
- * return true;
26
- * }
27
- * })
28
- *
29
- */
30
- export class Service {
31
- static host: string;
32
- static fetch(options: any): Promise<any>;
33
- constructor(options?: {});
34
- retryCallback: any;
35
- retryAttempts: any;
36
- queryParameters: any;
37
- _retryCount: number;
38
- retryOnError(error: any): Promise<any>;
39
- fetch(option?: {}): any;
40
- extractQuery(url: any): {};
41
- combineQueryParameters(q1: any, q2: any): any;
42
- objectToQuery(obj: any): string;
43
- stringifyQuery(queryObject: any): string;
44
- parseUrl(url: any): string;
45
- ajaxRequest(option: any): Promise<any>;
46
- }