@igo2/geo 1.9.0 → 1.10.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 (387) hide show
  1. package/assets/icons/cross_black_18px.svg +88 -88
  2. package/assets/icons/place_blue_36px.svg +55 -55
  3. package/assets/icons/place_green_36px.svg +55 -55
  4. package/assets/icons/place_red_36px.svg +55 -55
  5. package/assets/icons/place_yellow_36px.svg +55 -55
  6. package/bundles/igo2-geo.umd.js +3651 -2762
  7. package/bundles/igo2-geo.umd.js.map +1 -1
  8. package/esm2015/lib/catalog/catalog-browser/catalog-browser-group.component.js +2 -2
  9. package/esm2015/lib/catalog/catalog-browser/catalog-browser-layer.component.js +2 -2
  10. package/esm2015/lib/catalog/catalog-browser/catalog-browser.module.js +1 -1
  11. package/esm2015/lib/catalog/catalog-library/add-catalog-dialog.component.js +72 -53
  12. package/esm2015/lib/catalog/catalog-library/catalog-library.component.js +2 -1
  13. package/esm2015/lib/catalog/catalog.module.js +1 -1
  14. package/esm2015/lib/catalog/shared/catalog.abstract.js +1 -1
  15. package/esm2015/lib/catalog/shared/catalog.interface.js +1 -1
  16. package/esm2015/lib/catalog/shared/catalog.service.js +13 -3
  17. package/esm2015/lib/catalog/shared/index.js +1 -1
  18. package/esm2015/lib/datasource/datasource.module.js +1 -1
  19. package/esm2015/lib/datasource/index.js +1 -1
  20. package/esm2015/lib/datasource/shared/capabilities.service.js +4 -4
  21. package/esm2015/lib/datasource/shared/datasources/carto-datasource.interface.js +1 -1
  22. package/esm2015/lib/datasource/shared/datasources/carto-datasource.js +2 -2
  23. package/esm2015/lib/datasource/shared/datasources/cluster-datasource.js +1 -1
  24. package/esm2015/lib/datasource/shared/datasources/data.service.js +1 -1
  25. package/esm2015/lib/datasource/shared/datasources/datasource.interface.js +1 -1
  26. package/esm2015/lib/datasource/shared/datasources/datasource.js +1 -1
  27. package/esm2015/lib/datasource/shared/datasources/mvt-datasource.interface.js +1 -1
  28. package/esm2015/lib/datasource/shared/datasources/mvt-datasource.js +2 -2
  29. package/esm2015/lib/datasource/shared/datasources/osm-datasource.interface.js +1 -1
  30. package/esm2015/lib/datasource/shared/datasources/websocket-datasource.interface.js +1 -1
  31. package/esm2015/lib/datasource/shared/datasources/websocket-datasource.js +1 -1
  32. package/esm2015/lib/datasource/shared/datasources/wfs-datasource.interface.js +1 -1
  33. package/esm2015/lib/datasource/shared/datasources/wfs.service.js +1 -1
  34. package/esm2015/lib/datasource/shared/datasources/wms-wfs.utils.js +1 -1
  35. package/esm2015/lib/datasource/shared/datasources/wmts-datasource.interface.js +1 -1
  36. package/esm2015/lib/datasource/shared/datasources/xyz-datasource.interface.js +1 -1
  37. package/esm2015/lib/datasource/shared/datasources/xyz-datasource.js +1 -1
  38. package/esm2015/lib/datasource/shared/index.js +1 -1
  39. package/esm2015/lib/datasource/shared/options/index.js +1 -1
  40. package/esm2015/lib/datasource/shared/options/options-api.interface.js +1 -1
  41. package/esm2015/lib/datasource/shared/options/options-api.providers.js +1 -1
  42. package/esm2015/lib/datasource/shared/options/options-api.service.js +1 -1
  43. package/esm2015/lib/datasource/shared/options/options.service.js +1 -1
  44. package/esm2015/lib/datasource/utils/esri-style-generator.js +1 -1
  45. package/esm2015/lib/datasource/utils/index.js +1 -1
  46. package/esm2015/lib/datasource/utils/tilegrid.js +1 -1
  47. package/esm2015/lib/directions/directions-buttons/directions-buttons.component.js +223 -0
  48. package/esm2015/lib/directions/directions-buttons/index.js +2 -0
  49. package/esm2015/lib/directions/directions-inputs/directions-inputs.component.js +300 -0
  50. package/esm2015/lib/directions/directions-inputs/index.js +2 -0
  51. package/esm2015/lib/directions/directions-results/directions-results.component.js +204 -0
  52. package/esm2015/lib/directions/directions-results/index.js +2 -0
  53. package/esm2015/lib/directions/directions-sources/directions-source.interface.js +1 -1
  54. package/esm2015/lib/directions/directions-sources/directions-source.js +1 -1
  55. package/esm2015/lib/directions/directions-sources/directions-source.provider.js +1 -1
  56. package/esm2015/lib/directions/directions-sources/index.js +1 -1
  57. package/esm2015/lib/directions/directions-sources/osrm-directions-source.js +11 -2
  58. package/esm2015/lib/directions/directions.component.js +314 -0
  59. package/esm2015/lib/directions/directions.module.js +31 -10
  60. package/esm2015/lib/directions/index.js +5 -2
  61. package/esm2015/lib/directions/shared/directions-source.service.js +1 -1
  62. package/esm2015/lib/directions/shared/directions.enum.js +20 -3
  63. package/esm2015/lib/directions/shared/directions.interface.js +1 -1
  64. package/esm2015/lib/directions/shared/directions.service.js +1 -1
  65. package/esm2015/lib/directions/shared/directions.utils.js +507 -0
  66. package/esm2015/lib/directions/shared/index.js +3 -1
  67. package/esm2015/lib/directions/shared/store.js +24 -0
  68. package/esm2015/lib/download/download-button/download-button.component.js +1 -1
  69. package/esm2015/lib/download/download-button/index.js +1 -1
  70. package/esm2015/lib/download/download.module.js +1 -1
  71. package/esm2015/lib/download/index.js +1 -1
  72. package/esm2015/lib/download/shared/download.interface.js +1 -1
  73. package/esm2015/lib/download/shared/download.service.js +1 -1
  74. package/esm2015/lib/download/shared/index.js +1 -1
  75. package/esm2015/lib/draw/draw/draw-popup.component.js +6 -5
  76. package/esm2015/lib/draw/draw/draw.component.js +22 -17
  77. package/esm2015/lib/draw/shared/draw.utils.js +1 -1
  78. package/esm2015/lib/feature/feature-details/feature-details.directive.js +1 -1
  79. package/esm2015/lib/feature/feature-details/feature-details.module.js +1 -1
  80. package/esm2015/lib/feature/feature-form/feature-form.component.js +1 -1
  81. package/esm2015/lib/feature/feature-form/feature-form.module.js +1 -1
  82. package/esm2015/lib/feature/feature.module.js +1 -1
  83. package/esm2015/lib/feature/index.js +1 -1
  84. package/esm2015/lib/feature/shared/feature.enums.js +1 -1
  85. package/esm2015/lib/feature/shared/feature.interfaces.js +1 -1
  86. package/esm2015/lib/feature/shared/index.js +1 -1
  87. package/esm2015/lib/feature/shared/strategies/in-map-extent.js +1 -1
  88. package/esm2015/lib/feature/shared/strategies/in-map-resolution.js +1 -1
  89. package/esm2015/lib/feature/shared/strategies/index.js +1 -1
  90. package/esm2015/lib/feature/shared/strategies/loading-layer.js +1 -1
  91. package/esm2015/lib/feature/shared/strategies/loading.js +1 -1
  92. package/esm2015/lib/feature/shared/strategies/selection.js +5 -9
  93. package/esm2015/lib/feature/shared/strategies.utils.js +1 -1
  94. package/esm2015/lib/filter/filter.module.js +7 -4
  95. package/esm2015/lib/filter/ogc-filter-button/index.js +1 -1
  96. package/esm2015/lib/filter/ogc-filter-button/ogc-filter-button.component.js +1 -1
  97. package/esm2015/lib/filter/ogc-filter-form/index.js +1 -1
  98. package/esm2015/lib/filter/ogc-filter-form/ogc-filter-form.component.js +3 -3
  99. package/esm2015/lib/filter/ogc-filter-selection/ogc-filter-selection.component.js +1 -1
  100. package/esm2015/lib/filter/ogc-filter-time/ogc-filter-time.component.js +240 -121
  101. package/esm2015/lib/filter/ogc-filterable-form/index.js +1 -1
  102. package/esm2015/lib/filter/ogc-filterable-item/index.js +1 -1
  103. package/esm2015/lib/filter/ogc-filterable-item/ogc-filterable-item.component.js +2 -2
  104. package/esm2015/lib/filter/ogc-filterable-list/index.js +1 -1
  105. package/esm2015/lib/filter/ogc-filterable-list/ogc-filterable-list-binding.directive.js +1 -1
  106. package/esm2015/lib/filter/ogc-filterable-list/ogc-filterable-list.component.js +1 -1
  107. package/esm2015/lib/filter/shared/filterable-datasource.pipe.js +1 -1
  108. package/esm2015/lib/filter/shared/index.js +1 -1
  109. package/esm2015/lib/filter/shared/ogc-filter.enum.js +1 -1
  110. package/esm2015/lib/filter/shared/ogc-filter.interface.js +1 -1
  111. package/esm2015/lib/filter/shared/ogc-filter.js +1 -1
  112. package/esm2015/lib/filter/shared/ogc-filter.service.js +1 -1
  113. package/esm2015/lib/filter/shared/spatial-filter.enum.js +1 -1
  114. package/esm2015/lib/filter/shared/spatial-filter.interface.js +1 -1
  115. package/esm2015/lib/filter/shared/time-filter.enum.js +1 -1
  116. package/esm2015/lib/filter/shared/time-filter.interface.js +1 -1
  117. package/esm2015/lib/filter/shared/time-filter.service.js +1 -1
  118. package/esm2015/lib/filter/spatial-filter/spatial-filter-item/index.js +1 -1
  119. package/esm2015/lib/filter/spatial-filter/spatial-filter-item/spatial-filter-item.component.js +185 -95
  120. package/esm2015/lib/filter/spatial-filter/spatial-filter-list/index.js +1 -1
  121. package/esm2015/lib/filter/spatial-filter/spatial-filter-list/spatial-filter-list.component.js +1 -1
  122. package/esm2015/lib/filter/spatial-filter/spatial-filter-type/index.js +1 -1
  123. package/esm2015/lib/filter/spatial-filter/spatial-filter-type/spatial-filter-type.component.js +1 -1
  124. package/esm2015/lib/filter/time-filter-button/index.js +1 -1
  125. package/esm2015/lib/filter/time-filter-button/time-filter-button.component.js +1 -1
  126. package/esm2015/lib/filter/time-filter-form/index.js +1 -1
  127. package/esm2015/lib/filter/time-filter-form/time-filter-form.component.js +1 -1
  128. package/esm2015/lib/filter/time-filter-item/index.js +1 -1
  129. package/esm2015/lib/filter/time-filter-item/time-filter-item.component.js +2 -2
  130. package/esm2015/lib/filter/time-filter-list/index.js +1 -1
  131. package/esm2015/lib/filter/time-filter-list/time-filter-list-binding.directive.js +1 -1
  132. package/esm2015/lib/filter/time-filter-list/time-filter-list.component.js +1 -1
  133. package/esm2015/lib/geometry/geometry-form-field/geometry-form-field-input.component.js +3 -3
  134. package/esm2015/lib/geometry/geometry-form-field/geometry-form-field.component.js +1 -1
  135. package/esm2015/lib/geometry/geometry-form-field/geometry-form-field.module.js +1 -1
  136. package/esm2015/lib/geometry/geometry.module.js +1 -1
  137. package/esm2015/lib/geometry/index.js +1 -1
  138. package/esm2015/lib/geometry/shared/controls/draw.js +1 -1
  139. package/esm2015/lib/geometry/shared/controls/index.js +1 -1
  140. package/esm2015/lib/geometry/shared/geometry.errors.js +3 -3
  141. package/esm2015/lib/geometry/shared/index.js +1 -1
  142. package/esm2015/lib/import-export/export-button/export-button.component.js +1 -1
  143. package/esm2015/lib/import-export/export-button/index.js +1 -1
  144. package/esm2015/lib/import-export/import-export/import-export.component.js +179 -66
  145. package/esm2015/lib/import-export/import-export.module.js +1 -1
  146. package/esm2015/lib/import-export/index.js +1 -1
  147. package/esm2015/lib/import-export/shared/drop-geo-file.directive.js +1 -1
  148. package/esm2015/lib/import-export/shared/export.errors.js +1 -1
  149. package/esm2015/lib/import-export/shared/export.interface.js +1 -1
  150. package/esm2015/lib/import-export/shared/export.type.js +1 -1
  151. package/esm2015/lib/import-export/shared/export.utils.js +1 -1
  152. package/esm2015/lib/import-export/shared/import.interface.js +1 -1
  153. package/esm2015/lib/import-export/shared/import.service.js +1 -1
  154. package/esm2015/lib/import-export/shared/import.utils.js +1 -1
  155. package/esm2015/lib/import-export/shared/index.js +1 -1
  156. package/esm2015/lib/import-export/style-list/index.js +1 -1
  157. package/esm2015/lib/import-export/style-list/style-list.interface.js +1 -1
  158. package/esm2015/lib/import-export/style-list/style-list.module.js +1 -1
  159. package/esm2015/lib/import-export/style-list/style-list.provider.js +1 -1
  160. package/esm2015/lib/import-export/style-list/style-list.service.js +1 -1
  161. package/esm2015/lib/layer/index.js +1 -1
  162. package/esm2015/lib/layer/layer-item/index.js +1 -1
  163. package/esm2015/lib/layer/layer-item/layer-item.component.js +3 -3
  164. package/esm2015/lib/layer/layer-legend/index.js +1 -1
  165. package/esm2015/lib/layer/layer-legend/layer-legend.component.js +23 -16
  166. package/esm2015/lib/layer/layer-legend-item/index.js +1 -1
  167. package/esm2015/lib/layer/layer-legend-item/layer-legend-item.component.js +1 -1
  168. package/esm2015/lib/layer/layer-legend-list/index.js +1 -1
  169. package/esm2015/lib/layer/layer-legend-list/layer-legend-list-binding.directive.js +1 -1
  170. package/esm2015/lib/layer/layer-legend-list/layer-legend-list.component.js +5 -5
  171. package/esm2015/lib/layer/layer-list/index.js +1 -1
  172. package/esm2015/lib/layer/layer-list/layer-list-binding.directive.js +1 -1
  173. package/esm2015/lib/layer/layer-list/layer-list.component.js +44 -44
  174. package/esm2015/lib/layer/layer-list/layer-list.enum.js +1 -1
  175. package/esm2015/lib/layer/layer-list-tool/index.js +1 -1
  176. package/esm2015/lib/layer/layer-list-tool/layer-list-tool.component.js +2 -2
  177. package/esm2015/lib/layer/layer-list-tool/layer-list-tool.enum.js +1 -1
  178. package/esm2015/lib/layer/layer-list-tool/layer-list-tool.interface.js +1 -1
  179. package/esm2015/lib/layer/layer-list-tool/layer-list-tool.service.js +1 -1
  180. package/esm2015/lib/layer/layer.module.js +8 -5
  181. package/esm2015/lib/layer/shared/clusterParam.js +1 -1
  182. package/esm2015/lib/layer/shared/index.js +1 -1
  183. package/esm2015/lib/layer/shared/layer.enums.js +1 -1
  184. package/esm2015/lib/layer/shared/layer.service.js +20 -17
  185. package/esm2015/lib/layer/shared/layers/any-layer.interface.js +1 -1
  186. package/esm2015/lib/layer/shared/layers/any-layer.js +1 -1
  187. package/esm2015/lib/layer/shared/layers/image-layer.js +9 -4
  188. package/esm2015/lib/layer/shared/layers/index.js +1 -1
  189. package/esm2015/lib/layer/shared/layers/layer.js +15 -5
  190. package/esm2015/lib/layer/shared/layers/tile-layer.js +23 -3
  191. package/esm2015/lib/layer/shared/layers/vector-layer.interface.js +1 -1
  192. package/esm2015/lib/layer/shared/layers/vector-layer.js +20 -10
  193. package/esm2015/lib/layer/shared/layers/vectortile-layer.interface.js +1 -1
  194. package/esm2015/lib/layer/shared/layers/vectortile-layer.js +13 -3
  195. package/esm2015/lib/layer/shared/style.service.js +21 -16
  196. package/esm2015/lib/layer/shared/vector-style.interface.js +1 -1
  197. package/esm2015/lib/layer/track-feature-button/index.js +1 -1
  198. package/esm2015/lib/layer/track-feature-button/track-feature-button.component.js +1 -1
  199. package/esm2015/lib/layer/utils/index.js +2 -1
  200. package/esm2015/lib/layer/utils/layer.utils.js +11 -0
  201. package/esm2015/lib/layer/utils/layerSync-watcher.js +1 -1
  202. package/esm2015/lib/layer/utils/tile-watcher.js +1 -1
  203. package/esm2015/lib/map/baselayers-switcher/baselayers-switcher.animation.js +1 -1
  204. package/esm2015/lib/map/baselayers-switcher/index.js +1 -1
  205. package/esm2015/lib/map/baselayers-switcher/mini-basemap.component.js +1 -1
  206. package/esm2015/lib/map/geolocate-button/geolocate-button.component.js +1 -1
  207. package/esm2015/lib/map/geolocate-button/index.js +1 -1
  208. package/esm2015/lib/map/index.js +2 -1
  209. package/esm2015/lib/map/map-browser/index.js +1 -1
  210. package/esm2015/lib/map/map-browser/map-browser.component.js +1 -1
  211. package/esm2015/lib/map/map.module.js +10 -5
  212. package/esm2015/lib/map/menu-button/index.js +2 -0
  213. package/esm2015/lib/map/menu-button/menu-button.component.js +66 -0
  214. package/esm2015/lib/map/offline-button/index.js +1 -1
  215. package/esm2015/lib/map/offline-button/offline-button.component.js +1 -1
  216. package/esm2015/lib/map/rotation-button/index.js +1 -1
  217. package/esm2015/lib/map/rotation-button/rotation-button.component.js +1 -1
  218. package/esm2015/lib/map/shared/controllers/index.js +1 -1
  219. package/esm2015/lib/map/shared/hover-feature.directive.js +231 -80
  220. package/esm2015/lib/map/shared/map-pointer-position.directive.js +3 -1
  221. package/esm2015/lib/map/shared/map.enums.js +1 -1
  222. package/esm2015/lib/map/shared/map.interface.js +1 -1
  223. package/esm2015/lib/map/shared/map.js +38 -16
  224. package/esm2015/lib/map/shared/map.service.js +1 -1
  225. package/esm2015/lib/map/shared/map.utils.js +7 -3
  226. package/esm2015/lib/map/shared/projection.service.js +1 -1
  227. package/esm2015/lib/map/shared/projection.utils.js +1 -1
  228. package/esm2015/lib/map/swipe-control/swipe-control.component.js +1 -1
  229. package/esm2015/lib/map/zoom-button/index.js +1 -1
  230. package/esm2015/lib/map/zoom-button/zoom-button.component.js +1 -1
  231. package/esm2015/lib/measure/index.js +1 -1
  232. package/esm2015/lib/measure/measure.module.js +1 -1
  233. package/esm2015/lib/measure/measurer/measure-format.pipe.js +1 -1
  234. package/esm2015/lib/measure/measurer/measurer-dialog.component.js +188 -176
  235. package/esm2015/lib/measure/measurer/measurer-item.component.js +17 -12
  236. package/esm2015/lib/measure/measurer/measurer.component.js +170 -69
  237. package/esm2015/lib/measure/measurer/measurer.module.js +13 -8
  238. package/esm2015/lib/measure/shared/index.js +1 -1
  239. package/esm2015/lib/measure/shared/measure.enum.js +1 -1
  240. package/esm2015/lib/measure/shared/measure.interfaces.js +1 -1
  241. package/esm2015/lib/measure/shared/measure.utils.js +1 -1
  242. package/esm2015/lib/metadata/index.js +1 -1
  243. package/esm2015/lib/metadata/metadata-button/index.js +1 -1
  244. package/esm2015/lib/metadata/shared/index.js +1 -1
  245. package/esm2015/lib/metadata/shared/metadata.service.js +1 -1
  246. package/esm2015/lib/overlay/index.js +1 -1
  247. package/esm2015/lib/overlay/overlay.module.js +1 -1
  248. package/esm2015/lib/overlay/shared/index.js +1 -1
  249. package/esm2015/lib/overlay/shared/overlay-marker-style.utils.js +2 -2
  250. package/esm2015/lib/overlay/shared/overlay.directive.js +1 -1
  251. package/esm2015/lib/overlay/shared/overlay.enum.js +1 -1
  252. package/esm2015/lib/overlay/shared/overlay.service.js +1 -1
  253. package/esm2015/lib/print/index.js +1 -1
  254. package/esm2015/lib/print/print-form/index.js +1 -1
  255. package/esm2015/lib/print/print.module.js +1 -1
  256. package/esm2015/lib/print/shared/index.js +1 -1
  257. package/esm2015/lib/print/shared/print.service.js +1 -1
  258. package/esm2015/lib/query/index.js +1 -1
  259. package/esm2015/lib/query/query.module.js +1 -1
  260. package/esm2015/lib/query/shared/index.js +1 -1
  261. package/esm2015/lib/query/shared/query-search-source.js +1 -1
  262. package/esm2015/lib/query/shared/query-search-source.providers.js +1 -1
  263. package/esm2015/lib/query/shared/query.directive.js +4 -4
  264. package/esm2015/lib/query/shared/query.enums.js +1 -1
  265. package/esm2015/lib/query/shared/query.interfaces.js +1 -1
  266. package/esm2015/lib/query/shared/query.service.js +24 -3
  267. package/esm2015/lib/query/shared/query.utils.js +19 -1
  268. package/esm2015/lib/search/index.js +1 -1
  269. package/esm2015/lib/search/search-bar/search-bar.component.js +2 -2
  270. package/esm2015/lib/search/search-bar/search-bar.module.js +1 -1
  271. package/esm2015/lib/search/search-bar/search-url-param.directive.js +1 -1
  272. package/esm2015/lib/search/search-results/search-results-add-button.component.js +2 -2
  273. package/esm2015/lib/search/search-results/search-results-item.component.js +1 -1
  274. package/esm2015/lib/search/search-results/search-results.component.js +1 -1
  275. package/esm2015/lib/search/search-results/search-results.module.js +1 -1
  276. package/esm2015/lib/search/search-selector/search-selector.component.js +1 -1
  277. package/esm2015/lib/search/search-selector/search-selector.module.js +1 -1
  278. package/esm2015/lib/search/search-settings/search-settings.module.js +1 -1
  279. package/esm2015/lib/search/shared/index.js +1 -1
  280. package/esm2015/lib/search/shared/search-pointer-summary.directive.js +17 -6
  281. package/esm2015/lib/search/shared/search-source-service.providers.js +1 -1
  282. package/esm2015/lib/search/shared/search-source.service.js +1 -1
  283. package/esm2015/lib/search/shared/search.enums.js +1 -1
  284. package/esm2015/lib/search/shared/search.interfaces.js +1 -1
  285. package/esm2015/lib/search/shared/search.utils.js +1 -1
  286. package/esm2015/lib/search/shared/sources/cadastre.js +9 -2
  287. package/esm2015/lib/search/shared/sources/coordinates.interfaces.js +1 -1
  288. package/esm2015/lib/search/shared/sources/coordinates.js +9 -2
  289. package/esm2015/lib/search/shared/sources/icherche.js +17 -4
  290. package/esm2015/lib/search/shared/sources/ilayer.interfaces.js +1 -1
  291. package/esm2015/lib/search/shared/sources/ilayer.js +9 -2
  292. package/esm2015/lib/search/shared/sources/index.js +1 -1
  293. package/esm2015/lib/search/shared/sources/nominatim.interfaces.js +1 -1
  294. package/esm2015/lib/search/shared/sources/nominatim.js +9 -2
  295. package/esm2015/lib/search/shared/sources/storedqueries.interfaces.js +1 -1
  296. package/esm2015/lib/search/shared/sources/storedqueries.js +20 -12
  297. package/esm2015/lib/toast/index.js +1 -1
  298. package/esm2015/lib/toast/toast.component.js +1 -1
  299. package/esm2015/lib/toast/toast.module.js +1 -1
  300. package/esm2015/lib/utils/commonVectorStyle.interface.js +1 -1
  301. package/esm2015/lib/utils/googleLinks.js +1 -1
  302. package/esm2015/lib/utils/osmLinks.js +1 -1
  303. package/esm2015/lib/wkt/index.js +1 -1
  304. package/esm2015/lib/wkt/shared/index.js +1 -1
  305. package/esm2015/lib/wkt/shared/wkt.service.js +15 -15
  306. package/esm2015/lib/wkt/wkt.module.js +1 -1
  307. package/esm2015/lib/workspace/index.js +1 -1
  308. package/esm2015/lib/workspace/shared/feature-workspace.js +1 -1
  309. package/esm2015/lib/workspace/shared/feature-workspace.service.js +1 -1
  310. package/esm2015/lib/workspace/shared/index.js +1 -1
  311. package/esm2015/lib/workspace/shared/wfs-workspace.js +1 -1
  312. package/esm2015/lib/workspace/shared/wfs-workspace.service.js +1 -1
  313. package/esm2015/lib/workspace/shared/wms-workspace.service.js +1 -1
  314. package/esm2015/lib/workspace/widgets/index.js +1 -1
  315. package/esm2015/lib/workspace/widgets/ogc-filter/ogc-filter.component.js +1 -1
  316. package/esm2015/lib/workspace/widgets/ogc-filter/ogc-filter.module.js +1 -1
  317. package/esm2015/lib/workspace/widgets/widgets.js +1 -1
  318. package/esm2015/lib/workspace/workspace-selector/workspace-selector.directive.js +1 -1
  319. package/esm2015/lib/workspace/workspace-selector/workspace-selector.module.js +1 -1
  320. package/esm2015/lib/workspace/workspace-updator/workspace-updator.directive.js +1 -1
  321. package/esm2015/lib/workspace/workspace-updator/workspace-updator.module.js +1 -1
  322. package/esm2015/lib/workspace/workspace.module.js +1 -1
  323. package/fesm2015/igo2-geo.js +3221 -2431
  324. package/fesm2015/igo2-geo.js.map +1 -1
  325. package/lib/catalog/catalog-library/add-catalog-dialog.component.d.ts +1 -1
  326. package/lib/datasource/shared/datasources/datasource.interface.d.ts +1 -0
  327. package/lib/directions/directions-buttons/directions-buttons.component.d.ts +29 -0
  328. package/lib/directions/directions-buttons/index.d.ts +1 -0
  329. package/lib/directions/directions-inputs/directions-inputs.component.d.ts +45 -0
  330. package/lib/directions/directions-inputs/index.d.ts +1 -0
  331. package/lib/directions/directions-results/directions-results.component.d.ts +30 -0
  332. package/lib/directions/directions-results/index.d.ts +1 -0
  333. package/lib/directions/directions-sources/directions-source.d.ts +2 -2
  334. package/lib/directions/directions-sources/osrm-directions-source.d.ts +2 -2
  335. package/lib/directions/directions.component.d.ts +55 -0
  336. package/lib/directions/directions.module.d.ts +19 -16
  337. package/lib/directions/index.d.ts +4 -1
  338. package/lib/directions/shared/directions.enum.d.ts +16 -2
  339. package/lib/directions/shared/directions.interface.d.ts +53 -3
  340. package/lib/directions/shared/directions.service.d.ts +3 -3
  341. package/lib/directions/shared/directions.utils.d.ts +42 -0
  342. package/lib/directions/shared/index.d.ts +2 -0
  343. package/lib/directions/shared/store.d.ts +18 -0
  344. package/lib/draw/draw/draw-popup.component.d.ts +6 -2
  345. package/lib/feature/shared/strategies/selection.d.ts +1 -0
  346. package/lib/filter/filter.module.d.ts +1 -1
  347. package/lib/filter/ogc-filter-time/ogc-filter-time.component.d.ts +6 -1
  348. package/lib/filter/shared/ogc-filter.interface.d.ts +1 -0
  349. package/lib/filter/spatial-filter/spatial-filter-item/spatial-filter-item.component.d.ts +7 -2
  350. package/lib/import-export/import-export/import-export.component.d.ts +2 -0
  351. package/lib/import-export/shared/export.interface.d.ts +2 -1
  352. package/lib/layer/layer-legend/layer-legend.component.d.ts +0 -1
  353. package/lib/layer/layer.module.d.ts +1 -1
  354. package/lib/layer/shared/layer.service.d.ts +1 -1
  355. package/lib/layer/shared/layers/layer.d.ts +1 -0
  356. package/lib/layer/shared/layers/tile-layer.d.ts +10 -1
  357. package/lib/layer/shared/layers/vector-layer.interface.d.ts +1 -0
  358. package/lib/layer/shared/layers/vectortile-layer.interface.d.ts +1 -0
  359. package/lib/layer/shared/style.service.d.ts +4 -1
  360. package/lib/layer/shared/vector-style.interface.d.ts +9 -5
  361. package/lib/layer/utils/index.d.ts +1 -0
  362. package/lib/layer/utils/layer.utils.d.ts +2 -0
  363. package/lib/map/index.d.ts +1 -0
  364. package/lib/map/map.module.d.ts +8 -7
  365. package/lib/map/menu-button/index.d.ts +1 -0
  366. package/lib/map/menu-button/menu-button.component.d.ts +17 -0
  367. package/lib/map/shared/hover-feature.directive.d.ts +14 -5
  368. package/lib/map/shared/map.d.ts +2 -1
  369. package/lib/map/shared/map.interface.d.ts +1 -0
  370. package/lib/map/shared/map.utils.d.ts +1 -1
  371. package/lib/measure/measurer/measurer.component.d.ts +10 -0
  372. package/lib/measure/measurer/measurer.module.d.ts +4 -3
  373. package/lib/query/shared/query.interfaces.d.ts +2 -0
  374. package/lib/query/shared/query.service.d.ts +9 -1
  375. package/lib/query/shared/query.utils.d.ts +12 -0
  376. package/lib/search/shared/search-pointer-summary.directive.d.ts +6 -0
  377. package/lib/search/shared/search.interfaces.d.ts +1 -0
  378. package/ngcc.config.js +3 -3
  379. package/package.json +14 -13
  380. package/esm2015/lib/directions/directions-form/directions-form-binding.directive.js +0 -99
  381. package/esm2015/lib/directions/directions-form/directions-form.component.js +0 -1537
  382. package/esm2015/lib/directions/directions-form/directions-form.service.js +0 -26
  383. package/esm2015/lib/directions/directions-form/index.js +0 -4
  384. package/lib/directions/directions-form/directions-form-binding.directive.d.ts +0 -18
  385. package/lib/directions/directions-form/directions-form.component.d.ts +0 -137
  386. package/lib/directions/directions-form/directions-form.service.d.ts +0 -11
  387. package/lib/directions/directions-form/index.d.ts +0 -3
@@ -36,7 +36,7 @@ export declare class AddCatalogDialogComponent implements OnInit, OnDestroy {
36
36
  });
37
37
  ngOnInit(): void;
38
38
  ngOnDestroy(): void;
39
- changeUrl(catalog: Catalog): void;
39
+ changeUrlOrTitle(catalog: Catalog): void;
40
40
  computePredefinedCatalogList(): void;
41
41
  addCatalog(addedCatalog: Catalog): void;
42
42
  cancel(): void;
@@ -35,6 +35,7 @@ export interface Legend {
35
35
  };
36
36
  title?: string;
37
37
  currentStyle?: string;
38
+ imgGraphValue?: string;
38
39
  }
39
40
  export interface TileGridOptions {
40
41
  extent: [number, number, number, number];
@@ -0,0 +1,29 @@
1
+ import { LanguageService, MessageService, RouteService } from '@igo2/core';
2
+ import { Subject } from 'rxjs';
3
+ import { FeatureWithDirection } from '../shared/directions.interface';
4
+ import { RoutesFeatureStore, StopsStore } from '../shared/store';
5
+ import * as i0 from "@angular/core";
6
+ export declare class DirectionsButtonsComponent {
7
+ private languageService;
8
+ private messageService;
9
+ private route;
10
+ get activeRoute(): FeatureWithDirection;
11
+ zoomToActiveRoute$: Subject<void>;
12
+ stopsStore: StopsStore;
13
+ routesFeatureStore: RoutesFeatureStore;
14
+ constructor(languageService: LanguageService, messageService: MessageService, route: RouteService);
15
+ resetStops(): void;
16
+ addStop(): void;
17
+ copyLinkToClipboard(): void;
18
+ zoomRoute(): void;
19
+ copyDirectionsToClipboard(): void;
20
+ private directionsToText;
21
+ formatStep(step: any, cnt: any): {
22
+ instruction: any;
23
+ image: string;
24
+ cssClass: string;
25
+ };
26
+ private getUrl;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<DirectionsButtonsComponent, [null, null, { optional: true; }]>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsButtonsComponent, "igo-directions-buttons", never, { "zoomToActiveRoute$": "zoomToActiveRoute$"; "stopsStore": "stopsStore"; "routesFeatureStore": "routesFeatureStore"; }, {}, never, never>;
29
+ }
@@ -0,0 +1 @@
1
+ export * from './directions-buttons.component';
@@ -0,0 +1,45 @@
1
+ import { EventEmitter, OnDestroy } from '@angular/core';
2
+ import { CdkDragDrop } from '@angular/cdk/drag-drop';
3
+ import { Stop } from '../shared/directions.interface';
4
+ import { MatAutocomplete } from '@angular/material/autocomplete';
5
+ import { MatOption } from '@angular/material/core';
6
+ import { StopsFeatureStore, StopsStore } from '../shared/store';
7
+ import { LanguageService } from '@igo2/core';
8
+ import * as i0 from "@angular/core";
9
+ export declare class DirectionsInputsComponent implements OnDestroy {
10
+ private languageService;
11
+ private readonly invalidKeys;
12
+ private onMapClickEventKeys;
13
+ stopWithHover: Stop;
14
+ stopIsDragged: boolean;
15
+ stopsStore: StopsStore;
16
+ stopsFeatureStore: StopsFeatureStore;
17
+ projection: string;
18
+ coordRoundedDecimals: number;
19
+ debounce: number;
20
+ length: number;
21
+ stopInputHasFocus: EventEmitter<boolean>;
22
+ constructor(languageService: LanguageService);
23
+ ngOnDestroy(): void;
24
+ onStopEnter(stop: Stop): void;
25
+ onStopLeave(): void;
26
+ getOptionText(option: any): any;
27
+ chooseProposal(event: {
28
+ source: MatAutocomplete;
29
+ option: MatOption;
30
+ }, stop: Stop): void;
31
+ setStopText(event: KeyboardEvent, stop: Stop): void;
32
+ validateTerm(term: string): boolean;
33
+ private keyIsValid;
34
+ getNgClass(stop: Stop): string;
35
+ getPlaceholder(stop: Stop): string;
36
+ removeStop(stop: Stop): void;
37
+ clearStop(stop: Stop): void;
38
+ drop(event: CdkDragDrop<string[]>): void;
39
+ private moveStops;
40
+ onInputFocus(stop: Stop): void;
41
+ private listenMapSingleClick;
42
+ private unlistenMapSingleClick;
43
+ static ɵfac: i0.ɵɵFactoryDeclaration<DirectionsInputsComponent, never>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsInputsComponent, "igo-directions-inputs", never, { "stopsStore": "stopsStore"; "stopsFeatureStore": "stopsFeatureStore"; "projection": "projection"; "coordRoundedDecimals": "coordRoundedDecimals"; "debounce": "debounce"; "length": "length"; }, { "stopInputHasFocus": "stopInputHasFocus"; }, never, never>;
45
+ }
@@ -0,0 +1 @@
1
+ export * from './directions-inputs.component';
@@ -0,0 +1,30 @@
1
+ import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
2
+ import { LanguageService } from '@igo2/core';
3
+ import { Direction, IgoStep } from '../shared/directions.interface';
4
+ import { RoutesFeatureStore, StepFeatureStore } from '../shared/store';
5
+ import * as i0 from "@angular/core";
6
+ export declare class DirectionsResultsComponent implements OnInit, OnDestroy {
7
+ private languageService;
8
+ private cdRef;
9
+ activeDirection: Direction;
10
+ directions: Direction[];
11
+ private entities$$;
12
+ routesFeatureStore: RoutesFeatureStore;
13
+ stepFeatureStore: StepFeatureStore;
14
+ constructor(languageService: LanguageService, cdRef: ChangeDetectorRef);
15
+ ngOnInit(): void;
16
+ ngOnDestroy(): void;
17
+ changeRoute(): void;
18
+ formatDistance(distance: number): string;
19
+ formatDuration(duration: number): string;
20
+ formatStep(step: any, cnt: any): {
21
+ instruction: any;
22
+ image: string;
23
+ cssClass: string;
24
+ };
25
+ onStepsListBlur(): void;
26
+ showSegment(step: IgoStep, zoomToExtent?: boolean): void;
27
+ showRouteSegmentGeometry(step: IgoStep, zoomToExtent?: boolean): void;
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<DirectionsResultsComponent, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsResultsComponent, "igo-directions-results", never, { "routesFeatureStore": "routesFeatureStore"; "stepFeatureStore": "stepFeatureStore"; }, {}, never, never>;
30
+ }
@@ -0,0 +1 @@
1
+ export * from './directions-results.component';
@@ -1,7 +1,7 @@
1
1
  import { Observable } from 'rxjs';
2
- import { Directions, DirectionsOptions } from '../shared/directions.interface';
2
+ import { Direction, DirectionOptions } from '../shared/directions.interface';
3
3
  export declare abstract class DirectionsSource {
4
4
  abstract enabled: boolean;
5
5
  abstract getName(): string;
6
- abstract route(coordinates: [number, number][], directionsOptions: DirectionsOptions): Observable<Directions[]>;
6
+ abstract route(coordinates: [number, number][], directionsOptions: DirectionOptions): Observable<Direction[]>;
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
3
  import { ConfigService } from '@igo2/core';
4
- import { Directions, DirectionsOptions } from '../shared/directions.interface';
4
+ import { Direction, DirectionOptions } from '../shared/directions.interface';
5
5
  import { DirectionsSource } from './directions-source';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class OsrmDirectionsSource extends DirectionsSource {
@@ -14,7 +14,7 @@ export declare class OsrmDirectionsSource extends DirectionsSource {
14
14
  private options;
15
15
  constructor(http: HttpClient, config: ConfigService);
16
16
  getName(): string;
17
- route(coordinates: [number, number][], directionsOptions?: DirectionsOptions): Observable<Directions[]>;
17
+ route(coordinates: [number, number][], directionsOptions?: DirectionOptions): Observable<Direction[]>;
18
18
  private extractRoutesData;
19
19
  private getRouteParams;
20
20
  private formatRoute;
@@ -0,0 +1,55 @@
1
+ import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
2
+ import { LanguageService } from '@igo2/core';
3
+ import { Stop } from './shared/directions.interface';
4
+ import { Subject } from 'rxjs';
5
+ import { DirectionsService } from './shared/directions.service';
6
+ import { SearchService } from '../search/shared/search.service';
7
+ import { RoutesFeatureStore, StepFeatureStore, StopsFeatureStore, StopsStore } from './shared/store';
8
+ import { QueryService } from '../query/shared/query.service';
9
+ import * as i0 from "@angular/core";
10
+ export declare class DirectionsComponent implements OnInit, OnDestroy {
11
+ private cdRef;
12
+ private languageService;
13
+ private directionsService;
14
+ private searchService;
15
+ private queryService;
16
+ private watcher;
17
+ projection: string;
18
+ private zoomRoute$$;
19
+ private storeEmpty$$;
20
+ private storeChange$$;
21
+ private routesQueries$$;
22
+ private selectStopInteraction;
23
+ private translateStop;
24
+ private selectedRoute;
25
+ private focusOnStop;
26
+ private isTranslating;
27
+ previousStops: Stop[];
28
+ private searchs$$;
29
+ stopsStore: StopsStore;
30
+ stopsFeatureStore: StopsFeatureStore;
31
+ routesFeatureStore: RoutesFeatureStore;
32
+ stepFeatureStore: StepFeatureStore;
33
+ debounce: number;
34
+ length: number;
35
+ coordRoundedDecimals: number;
36
+ zoomToActiveRoute$: Subject<void>;
37
+ constructor(cdRef: ChangeDetectorRef, languageService: LanguageService, directionsService: DirectionsService, searchService: SearchService, queryService: QueryService);
38
+ ngOnInit(): void;
39
+ ngOnDestroy(): void;
40
+ private freezeStores;
41
+ private initEntityStores;
42
+ private monitorActiveRouteZoom;
43
+ private initOlInteraction;
44
+ onStopInputHasFocusChange(stopInputHasFocus: boolean): void;
45
+ private executeStopTranslation;
46
+ private monitorEmptyEntityStore;
47
+ private monitorEntityStoreChange;
48
+ cancelSearch(): void;
49
+ private handleStopDiff;
50
+ private handleStopsFeature;
51
+ private getRoutes;
52
+ addStopOverlay(stop: Stop): void;
53
+ static ɵfac: i0.ɵɵFactoryDeclaration<DirectionsComponent, never>;
54
+ static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsComponent, "igo-directions", never, { "stopsStore": "stopsStore"; "stopsFeatureStore": "stopsFeatureStore"; "routesFeatureStore": "routesFeatureStore"; "stepFeatureStore": "stepFeatureStore"; "debounce": "debounce"; "length": "length"; "coordRoundedDecimals": "coordRoundedDecimals"; "zoomToActiveRoute$": "zoomToActiveRoute$"; }, {}, never, never>;
55
+ }
@@ -1,23 +1,26 @@
1
1
  import { ModuleWithProviders } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- import * as i1 from "./directions-form/directions-form.component";
4
- import * as i2 from "./directions-form/directions-form-binding.directive";
5
- import * as i3 from "@angular/common";
6
- import * as i4 from "@angular/forms";
7
- import * as i5 from "@angular/material/icon";
8
- import * as i6 from "@angular/material/button";
9
- import * as i7 from "@angular/material/list";
10
- import * as i8 from "@angular/material/divider";
11
- import * as i9 from "@angular/material/form-field";
12
- import * as i10 from "@angular/material/input";
13
- import * as i11 from "@angular/material/core";
14
- import * as i12 from "@angular/material/select";
15
- import * as i13 from "@angular/material/tooltip";
16
- import * as i14 from "@angular/material/autocomplete";
17
- import * as i15 from "@igo2/core";
3
+ import * as i1 from "./directions.component";
4
+ import * as i2 from "./directions-inputs/directions-inputs.component";
5
+ import * as i3 from "./directions-buttons/directions-buttons.component";
6
+ import * as i4 from "./directions-results/directions-results.component";
7
+ import * as i5 from "@angular/common";
8
+ import * as i6 from "@angular/cdk/drag-drop";
9
+ import * as i7 from "@angular/forms";
10
+ import * as i8 from "@angular/material/icon";
11
+ import * as i9 from "@angular/material/button";
12
+ import * as i10 from "@angular/material/list";
13
+ import * as i11 from "@angular/material/divider";
14
+ import * as i12 from "@angular/material/form-field";
15
+ import * as i13 from "@angular/material/input";
16
+ import * as i14 from "@angular/material/core";
17
+ import * as i15 from "@angular/material/select";
18
+ import * as i16 from "@angular/material/tooltip";
19
+ import * as i17 from "@angular/material/autocomplete";
20
+ import * as i18 from "@igo2/core";
18
21
  export declare class IgoDirectionsModule {
19
22
  static forRoot(): ModuleWithProviders<IgoDirectionsModule>;
20
23
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoDirectionsModule, never>;
21
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDirectionsModule, [typeof i1.DirectionsFormComponent, typeof i2.DirectionsFormBindingDirective], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.MatIconModule, typeof i6.MatButtonModule, typeof i7.MatListModule, typeof i8.MatDividerModule, typeof i9.MatFormFieldModule, typeof i10.MatInputModule, typeof i11.MatOptionModule, typeof i12.MatSelectModule, typeof i13.MatTooltipModule, typeof i14.MatAutocompleteModule, typeof i15.IgoLanguageModule], [typeof i1.DirectionsFormComponent, typeof i2.DirectionsFormBindingDirective]>;
24
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDirectionsModule, [typeof i1.DirectionsComponent, typeof i2.DirectionsInputsComponent, typeof i3.DirectionsButtonsComponent, typeof i4.DirectionsResultsComponent], [typeof i5.CommonModule, typeof i6.DragDropModule, typeof i7.FormsModule, typeof i7.ReactiveFormsModule, typeof i8.MatIconModule, typeof i9.MatButtonModule, typeof i10.MatListModule, typeof i11.MatDividerModule, typeof i12.MatFormFieldModule, typeof i13.MatInputModule, typeof i14.MatOptionModule, typeof i15.MatSelectModule, typeof i16.MatTooltipModule, typeof i17.MatAutocompleteModule, typeof i18.IgoLanguageModule], [typeof i1.DirectionsComponent, typeof i2.DirectionsInputsComponent, typeof i3.DirectionsButtonsComponent, typeof i4.DirectionsResultsComponent]>;
22
25
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoDirectionsModule>;
23
26
  }
@@ -1,3 +1,6 @@
1
1
  export * from './shared';
2
+ export * from './directions.component';
2
3
  export * from './directions-sources';
3
- export * from './directions-form';
4
+ export * from './directions-inputs';
5
+ export * from './directions-buttons';
6
+ export * from './directions-results';
@@ -3,6 +3,20 @@ export declare enum DirectionsFormat {
3
3
  JSON = 1
4
4
  }
5
5
  export declare enum SourceDirectionsType {
6
- Route = "Route",
7
- Trip = "Trip"
6
+ Route = "route",
7
+ Trip = "trip"
8
+ }
9
+ export declare enum ProposalType {
10
+ Coord = "coord",
11
+ Text = "text"
12
+ }
13
+ export declare enum DirectionType {
14
+ Stop = "stop",
15
+ Route = "route",
16
+ Vertex = "vertex"
17
+ }
18
+ export declare enum DirectionRelativePositionType {
19
+ Start = "start",
20
+ Intermediate = "intermediate",
21
+ End = "end"
8
22
  }
@@ -1,18 +1,68 @@
1
1
  import { GeoJsonGeometryTypes } from 'geojson';
2
- import { DirectionsFormat, SourceDirectionsType } from './directions.enum';
3
- export interface DirectionsOptions {
2
+ import { DirectionRelativePositionType, DirectionsFormat, DirectionType, ProposalType, SourceDirectionsType } from './directions.enum';
3
+ import { Feature } from '../../feature/shared/feature.interfaces';
4
+ import { SearchSource } from '../../search/shared/sources/source';
5
+ export interface DirectionOptions {
4
6
  overview?: boolean;
5
7
  steps?: boolean;
6
8
  geometries?: string;
7
9
  alternatives?: boolean;
10
+ continue_straight?: boolean;
11
+ }
12
+ export interface FeatureWithStop extends Feature<FeatureWithStopProperties> {
13
+ }
14
+ export interface FeatureWithDirection extends Feature<FeatureWithDirectionProperties> {
15
+ }
16
+ export interface FeatureWithStep extends Feature<FeatureWithStepProperties> {
17
+ }
18
+ export interface FeatureWithStepProperties {
19
+ id: string;
20
+ step: IgoStep;
21
+ type: DirectionType;
22
+ }
23
+ export interface FeatureWithDirectionProperties {
24
+ id: string;
25
+ direction: Direction;
26
+ type: DirectionType;
27
+ active: boolean;
28
+ }
29
+ export interface FeatureWithStopProperties {
30
+ id: string;
31
+ stop: Stop;
32
+ type: DirectionType;
33
+ stopText: string;
34
+ stopColor: string;
35
+ stopOpacity: 1;
8
36
  }
9
37
  export interface Stop {
38
+ id: string;
39
+ text?: string;
40
+ searchProposals?: SourceProposal[];
41
+ coordinates?: [number, number];
42
+ position: number;
43
+ relativePosition: DirectionRelativePositionType;
10
44
  stopPoint?: string;
11
45
  stopProposals?: [];
12
46
  directionsText?: string;
13
47
  stopCoordinates?: [number, number];
14
48
  }
15
- export interface Directions {
49
+ export interface SourceProposal {
50
+ type: ProposalType;
51
+ source: SearchSource;
52
+ results: {
53
+ [key: string]: any;
54
+ }[];
55
+ meta: {
56
+ dataType: string;
57
+ id: string;
58
+ title: string;
59
+ titleHtml?: string;
60
+ icon: string;
61
+ score?: number;
62
+ nextPage?: boolean;
63
+ };
64
+ }
65
+ export interface Direction {
16
66
  id: string;
17
67
  source: string;
18
68
  sourceType?: SourceDirectionsType;
@@ -1,13 +1,13 @@
1
1
  import { Observable } from 'rxjs';
2
- import { Directions, DirectionsOptions } from '../shared/directions.interface';
2
+ import { Direction, DirectionOptions } from '../shared/directions.interface';
3
3
  import { DirectionsSource } from '../directions-sources/directions-source';
4
4
  import { DirectionsSourceService } from './directions-source.service';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class DirectionsService {
7
7
  private directionsSourceService;
8
8
  constructor(directionsSourceService: DirectionsSourceService);
9
- route(coordinates: [number, number][], directionsOptions?: DirectionsOptions): Observable<Directions[]>[];
10
- routeSource(source: DirectionsSource, coordinates: [number, number][], directionsOptions?: DirectionsOptions): Observable<Directions[]>;
9
+ route(coordinates: [number, number][], directionsOptions?: DirectionOptions): Observable<Direction[]>[];
10
+ routeSource(source: DirectionsSource, coordinates: [number, number][], directionsOptions?: DirectionOptions): Observable<Direction[]>;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<DirectionsService, never>;
12
12
  static ɵprov: i0.ɵɵInjectableDeclaration<DirectionsService>;
13
13
  }
@@ -0,0 +1,42 @@
1
+ import olFeature from 'ol/Feature';
2
+ import * as olStyle from 'ol/style';
3
+ import type { default as OlGeometry } from 'ol/geom/Geometry';
4
+ import { Direction, Stop } from './directions.interface';
5
+ import { LanguageService } from '@igo2/core';
6
+ import { DirectionRelativePositionType } from './directions.enum';
7
+ import { RoutesFeatureStore, StepFeatureStore, StopsFeatureStore, StopsStore } from './store';
8
+ /**
9
+ * Function that updat the sort of the list base on the provided field.
10
+ * @param source stop store
11
+ * @param direction asc / desc sort order
12
+ * @param field the field to use to sort the view
13
+ */
14
+ export declare function updateStoreSorting(stopsStore: StopsStore, direction?: 'asc' | 'desc', field?: string): void;
15
+ export declare function computeRelativePosition(index: number, totalLength: any): DirectionRelativePositionType;
16
+ export declare function computeStopsPosition(stopsStore: StopsStore): void;
17
+ /**
18
+ * Function that add a stop to the stop store. Stop are always added before the last stop.
19
+ * @param stopsStore stop store as an EntityStore
20
+ */
21
+ export declare function addStopToStore(stopsStore: StopsStore): Stop;
22
+ export declare function removeStopFromStore(stopsStore: StopsStore, stop: Stop): void;
23
+ /**
24
+ * Create a style for the directions stops and routes
25
+ * @param feature OlFeature
26
+ * @returns OL style function
27
+ */
28
+ export declare function directionsStyle(feature: olFeature<OlGeometry>, resolution: number): olStyle.Style | olStyle.Style[];
29
+ export declare function initStopsFeatureStore(stopsFeatureStore: StopsFeatureStore, languageService: LanguageService): void;
30
+ export declare function initRoutesFeatureStore(routesFeatureStore: RoutesFeatureStore, languageService: LanguageService): void;
31
+ export declare function initStepFeatureStore(stepFeatureStore: StepFeatureStore): void;
32
+ export declare function addStopToStopsFeatureStore(stop: Stop, stopsStore: StopsStore, stopsFeatureStore: StopsFeatureStore, projection: string, languageService: LanguageService): void;
33
+ export declare function addDirectionToRoutesFeatureStore(routesFeatureStore: RoutesFeatureStore, direction: Direction, projection: string, active?: boolean, moveToExtent?: boolean): void;
34
+ export declare function formatDistance(distance: number): string;
35
+ export declare function formatDuration(duration: number): string;
36
+ export declare function formatInstruction(type: any, modifier: any, route: any, direction: any, stepPosition: any, exit: any, languageService: LanguageService, lastStep?: boolean): {
37
+ instruction: any;
38
+ image: string;
39
+ cssClass: string;
40
+ };
41
+ export declare function translateModifier(modifier: any, languageService: LanguageService): any;
42
+ export declare function translateBearing(bearing: number, languageService: LanguageService): any;
@@ -1,3 +1,5 @@
1
1
  export * from './directions.service';
2
2
  export * from './directions.enum';
3
3
  export * from './directions.interface';
4
+ export * from './directions.utils';
5
+ export * from './store';
@@ -0,0 +1,18 @@
1
+ import { EntityStore } from '@igo2/common';
2
+ import { BehaviorSubject } from 'rxjs';
3
+ import { FeatureStore } from '../../feature/shared/store';
4
+ import { FeatureWithDirection, FeatureWithStep, FeatureWithStop, Stop } from './directions.interface';
5
+ /**
6
+ * The class is a specialized version of an EntityStore that stores
7
+ * stops.
8
+ */
9
+ export declare class StopsStore extends EntityStore<Stop> {
10
+ storeInitialized$: BehaviorSubject<boolean>;
11
+ clearStops(): void;
12
+ }
13
+ export declare class StopsFeatureStore extends FeatureStore<FeatureWithStop> {
14
+ }
15
+ export declare class RoutesFeatureStore extends FeatureStore<FeatureWithDirection> {
16
+ }
17
+ export declare class StepFeatureStore extends FeatureStore<FeatureWithStep> {
18
+ }
@@ -5,8 +5,12 @@ export interface DialogData {
5
5
  }
6
6
  export declare class DrawPopupComponent {
7
7
  dialogRef: MatDialogRef<DrawPopupComponent>;
8
- data: DialogData;
9
- constructor(dialogRef: MatDialogRef<DrawPopupComponent>, data: DialogData);
8
+ data: {
9
+ currentLabel: string;
10
+ };
11
+ constructor(dialogRef: MatDialogRef<DrawPopupComponent>, data: {
12
+ currentLabel: string;
13
+ });
10
14
  noLabel(): void;
11
15
  static ɵfac: i0.ɵɵFactoryDeclaration<DrawPopupComponent, never>;
12
16
  static ɵcmp: i0.ɵɵComponentDeclaration<DrawPopupComponent, "igo-draw-popup-component", never, {}, {}, never, never>;
@@ -104,6 +104,7 @@ export declare class FeatureStoreSelectionStrategy extends EntityStoreStrategy {
104
104
  /**
105
105
  * Remove the map click listener
106
106
  */
107
+ private unlistenToMapClick;
107
108
  /**
108
109
  * On map click, select feature at pixel
109
110
  * @param event OL MapBrowserPointerEvent
@@ -48,6 +48,6 @@ import * as i45 from "@angular/material/badge";
48
48
  export declare class IgoFilterModule {
49
49
  static forRoot(): ModuleWithProviders<IgoFilterModule>;
50
50
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoFilterModule, never>;
51
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFilterModule, [typeof i1.FilterableDataSourcePipe, typeof i2.TimeFilterButtonComponent, typeof i3.TimeFilterFormComponent, typeof i4.TimeFilterItemComponent, typeof i5.TimeFilterListComponent, typeof i6.TimeFilterListBindingDirective, typeof i7.OgcFilterFormComponent, typeof i8.OgcFilterButtonComponent, typeof i9.OgcFilterSelectionComponent, typeof i10.OgcFilterableFormComponent, typeof i11.OgcFilterableItemComponent, typeof i12.OgcFilterableListComponent, typeof i13.OgcFilterableListBindingDirective, typeof i14.SpatialFilterTypeComponent, typeof i15.SpatialFilterListComponent, typeof i16.SpatialFilterItemComponent, typeof i17.OgcFilterTimeComponent, typeof i18.OgcFilterTimeSliderComponent], [typeof i19.CommonModule, typeof i20.FormsModule, typeof i20.ReactiveFormsModule, typeof i21.MatAutocompleteModule, typeof i22.MatIconModule, typeof i23.MatButtonModule, typeof i24.MatTabsModule, typeof i25.MatRadioModule, typeof i26.MatMenuModule, typeof i27.MatTableModule, typeof i28.MatTreeModule, typeof i29.MatButtonToggleModule, typeof i30.MatCheckboxModule, typeof i31.MatSliderModule, typeof i32.MatSlideToggleModule, typeof i33.MatFormFieldModule, typeof i34.MatInputModule, typeof i35.MatOptionModule, typeof i36.MatSelectModule, typeof i37.MatListModule, typeof i38.MatTooltipModule, typeof i39.MatDatepickerModule, typeof i35.MatNativeDateModule, typeof i40.MatDatetimepickerModule, typeof i40.MatNativeDatetimeModule, typeof i41.IgoLanguageModule, typeof i42.IgoLayerModule, typeof i43.IgoCollapsibleModule, typeof i43.IgoListModule, typeof i43.IgoKeyValueModule, typeof i44.IgoGeometryModule, typeof i45.MatBadgeModule], [typeof i1.FilterableDataSourcePipe, typeof i2.TimeFilterButtonComponent, typeof i3.TimeFilterFormComponent, typeof i4.TimeFilterItemComponent, typeof i5.TimeFilterListComponent, typeof i6.TimeFilterListBindingDirective, typeof i7.OgcFilterFormComponent, typeof i8.OgcFilterButtonComponent, typeof i9.OgcFilterSelectionComponent, typeof i10.OgcFilterableFormComponent, typeof i11.OgcFilterableItemComponent, typeof i12.OgcFilterableListComponent, typeof i13.OgcFilterableListBindingDirective, typeof i14.SpatialFilterTypeComponent, typeof i15.SpatialFilterListComponent, typeof i16.SpatialFilterItemComponent, typeof i17.OgcFilterTimeComponent, typeof i18.OgcFilterTimeSliderComponent]>;
51
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFilterModule, [typeof i1.FilterableDataSourcePipe, typeof i2.TimeFilterButtonComponent, typeof i3.TimeFilterFormComponent, typeof i4.TimeFilterItemComponent, typeof i5.TimeFilterListComponent, typeof i6.TimeFilterListBindingDirective, typeof i7.OgcFilterFormComponent, typeof i8.OgcFilterButtonComponent, typeof i9.OgcFilterSelectionComponent, typeof i10.OgcFilterableFormComponent, typeof i11.OgcFilterableItemComponent, typeof i12.OgcFilterableListComponent, typeof i13.OgcFilterableListBindingDirective, typeof i14.SpatialFilterTypeComponent, typeof i15.SpatialFilterListComponent, typeof i16.SpatialFilterItemComponent, typeof i17.OgcFilterTimeComponent, typeof i18.OgcFilterTimeSliderComponent], [typeof i19.CommonModule, typeof i20.FormsModule, typeof i20.ReactiveFormsModule, typeof i21.MatAutocompleteModule, typeof i22.MatIconModule, typeof i23.MatButtonModule, typeof i24.MatTabsModule, typeof i25.MatRadioModule, typeof i26.MatMenuModule, typeof i27.MatTableModule, typeof i28.MatTreeModule, typeof i29.MatButtonToggleModule, typeof i30.MatCheckboxModule, typeof i31.MatSliderModule, typeof i32.MatSlideToggleModule, typeof i33.MatFormFieldModule, typeof i34.MatInputModule, typeof i35.MatOptionModule, typeof i36.MatSelectModule, typeof i37.MatListModule, typeof i38.MatTooltipModule, typeof i39.MatDatepickerModule, typeof i35.MatNativeDateModule, typeof i40.MatDatetimepickerModule, typeof i40.MatNativeDatetimeModule, typeof i41.IgoLanguageModule, typeof i42.IgoLayerModule, typeof i43.IgoCollapsibleModule, typeof i43.IgoListModule, typeof i43.IgoEntityModule, typeof i43.IgoKeyValueModule, typeof i44.IgoGeometryModule, typeof i45.MatBadgeModule], [typeof i1.FilterableDataSourcePipe, typeof i2.TimeFilterButtonComponent, typeof i3.TimeFilterFormComponent, typeof i4.TimeFilterItemComponent, typeof i5.TimeFilterListComponent, typeof i6.TimeFilterListBindingDirective, typeof i7.OgcFilterFormComponent, typeof i8.OgcFilterButtonComponent, typeof i9.OgcFilterSelectionComponent, typeof i10.OgcFilterableFormComponent, typeof i11.OgcFilterableItemComponent, typeof i12.OgcFilterableListComponent, typeof i13.OgcFilterableListBindingDirective, typeof i14.SpatialFilterTypeComponent, typeof i15.SpatialFilterListComponent, typeof i16.SpatialFilterItemComponent, typeof i17.OgcFilterTimeComponent, typeof i18.OgcFilterTimeSliderComponent]>;
52
52
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoFilterModule>;
53
53
  }
@@ -31,6 +31,9 @@ export declare class OgcFilterTimeComponent implements OnInit {
31
31
  sliderMode: boolean;
32
32
  readonly defaultStepMillisecond = 60000;
33
33
  options: OgcFilterableDataSourceOptions;
34
+ onlyYearBegin: number;
35
+ onlyYearEnd: number;
36
+ calendarTypeYear: boolean;
34
37
  endDatepickerTime: ElementRef;
35
38
  beginDatepickerTime: ElementRef;
36
39
  beginTime: HTMLInputElement;
@@ -49,7 +52,9 @@ export declare class OgcFilterTimeComponent implements OnInit {
49
52
  parseFilter(filter: any): Date;
50
53
  changeTemporalProperty(value: any, position?: any, refreshFilter?: boolean): void;
51
54
  handleDate(value: any): Date;
52
- calendarType(): "date" | "datetime";
55
+ calendarType(): "year" | "date" | "datetime";
56
+ isCalendarYearMode(): boolean;
57
+ yearOnlyInputChange(changeEvent: any, datePicker?: any, property?: string): void;
53
58
  yearSelected(year: any, datePicker?: any, property?: string, refreshFilter?: boolean): void;
54
59
  monthSelected(month: any, datePicker?: any, property?: string, refreshFilter?: boolean): void;
55
60
  calendarView(): "year" | "month" | "multi-year" | "clock";
@@ -126,6 +126,7 @@ export interface OgcFilterDuringOptions extends OgcFilterAttributeOptions {
126
126
  restrictToStep?: boolean;
127
127
  sliderOptions?: SliderOptionsInterface;
128
128
  displayFormat?: string;
129
+ calendarModeYear?: boolean;
129
130
  }
130
131
  export interface OgcFilterIsBetweenOptions extends OgcFilterAttributeOptions {
131
132
  lowerBoundary: number;
@@ -12,7 +12,7 @@ import * as olStyle from 'ol/style';
12
12
  import { MatTreeNestedDataSource } from '@angular/material/tree';
13
13
  import { SpatialFilterService } from '../../shared/spatial-filter.service';
14
14
  import { MeasureLengthUnit } from '../../../measure';
15
- import { EntityStore } from '@igo2/common';
15
+ import { EntityStore, EntityTableTemplate } from '@igo2/common';
16
16
  import { Layer } from '../../../layer/shared';
17
17
  import { NestedTreeControl } from '@angular/cdk/tree';
18
18
  import { SpatialFilterThematic } from './../../shared/spatial-filter.interface';
@@ -63,6 +63,7 @@ export declare class SpatialFilterItemComponent implements OnDestroy, OnInit {
63
63
  clearSearchEvent: EventEmitter<any>;
64
64
  export: EventEmitter<any>;
65
65
  openWorkspace: EventEmitter<any>;
66
+ entityChange: EventEmitter<any>;
66
67
  itemType: SpatialFilterItemType[];
67
68
  selectedItemType: SpatialFilterItemType;
68
69
  selectedSourceAddress: any;
@@ -101,6 +102,8 @@ export declare class SpatialFilterItemComponent implements OnDestroy, OnInit {
101
102
  bufferFormControl: FormControl;
102
103
  measureUnit: MeasureLengthUnit;
103
104
  zoneWithBuffer: any;
105
+ listIsVisible: boolean;
106
+ tableTemplate: EntityTableTemplate;
104
107
  constructor(cdRef: ChangeDetectorRef, spatialFilterService: SpatialFilterService, messageService: MessageService, languageService: LanguageService);
105
108
  ngOnInit(): void;
106
109
  /**
@@ -155,6 +158,8 @@ export declare class SpatialFilterItemComponent implements OnDestroy, OnInit {
155
158
  * Manage radius value at user change
156
159
  */
157
160
  getRadius(): void;
161
+ toggleVisibleList(): void;
162
+ private createTableTemplate;
158
163
  static ɵfac: i0.ɵɵFactoryDeclaration<SpatialFilterItemComponent, never>;
159
- static ɵcmp: i0.ɵɵComponentDeclaration<SpatialFilterItemComponent, "igo-spatial-filter-item", never, { "map": "map"; "type": "type"; "queryType": "queryType"; "zone": "zone"; "loading": "loading"; "store": "store"; "layers": "layers"; "allLayers": "allLayers"; "thematicLength": "thematicLength"; }, { "toggleSearch": "toggleSearch"; "itemTypeChange": "itemTypeChange"; "thematicChange": "thematicChange"; "drawZoneEvent": "drawZoneEvent"; "bufferEvent": "bufferEvent"; "zoneWithBufferChange": "zoneWithBufferChange"; "measureUnitChange": "measureUnitChange"; "radiusEvent": "radiusEvent"; "freehandControl": "freehandControl"; "clearButtonEvent": "clearButtonEvent"; "clearSearchEvent": "clearSearchEvent"; "export": "export"; "openWorkspace": "openWorkspace"; }, never, never>;
164
+ static ɵcmp: i0.ɵɵComponentDeclaration<SpatialFilterItemComponent, "igo-spatial-filter-item", never, { "map": "map"; "type": "type"; "queryType": "queryType"; "zone": "zone"; "loading": "loading"; "store": "store"; "layers": "layers"; "allLayers": "allLayers"; "thematicLength": "thematicLength"; }, { "toggleSearch": "toggleSearch"; "itemTypeChange": "itemTypeChange"; "thematicChange": "thematicChange"; "drawZoneEvent": "drawZoneEvent"; "bufferEvent": "bufferEvent"; "zoneWithBufferChange": "zoneWithBufferChange"; "measureUnitChange": "measureUnitChange"; "radiusEvent": "radiusEvent"; "freehandControl": "freehandControl"; "clearButtonEvent": "clearButtonEvent"; "clearSearchEvent": "clearSearchEvent"; "export": "export"; "openWorkspace": "openWorkspace"; "entityChange": "entityChange"; }, never, never>;
160
165
  }
@@ -82,6 +82,8 @@ export declare class ImportExportComponent implements OnDestroy, OnInit {
82
82
  importFiles(files: File[]): void;
83
83
  handlePopup(preCheck?: boolean): boolean;
84
84
  handleExportFormSubmit(data: ExportOptions): void;
85
+ private createTitleEmptyRows;
86
+ private circleToPoint;
85
87
  private buildForm;
86
88
  private onFileImportSuccess;
87
89
  private onFileImportError;
@@ -5,6 +5,7 @@ export interface ExportOptions {
5
5
  layers: string[];
6
6
  layersWithSelection?: string[];
7
7
  name?: string;
8
+ combineLayers?: boolean;
9
+ separator?: boolean;
8
10
  featureInMapExtent?: boolean;
9
- circlesToPolygons?: boolean;
10
11
  }
@@ -58,7 +58,6 @@ export declare class LayerLegendComponent implements OnInit, OnDestroy {
58
58
  /**
59
59
  * activeLegend
60
60
  */
61
- legendGraphic: string;
62
61
  constructor(capabilitiesService: CapabilitiesService, languageService: LanguageService, http: HttpClient, cdRef: ChangeDetectorRef);
63
62
  /**
64
63
  * On init, subscribe to the map's resolution and update the legend accordingly
@@ -29,6 +29,6 @@ import * as i26 from "@igo2/common";
29
29
  export declare class IgoLayerModule {
30
30
  static forRoot(): ModuleWithProviders<IgoLayerModule>;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoLayerModule, never>;
32
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoLayerModule, [typeof i1.LayerItemComponent, typeof i2.LayerLegendItemComponent, typeof i3.LayerLegendComponent, typeof i4.LayerListComponent, typeof i5.LayerListToolComponent, typeof i6.LayerLegendListComponent, typeof i7.LayerListBindingDirective, typeof i8.LayerLegendListBindingDirective, typeof i9.TrackFeatureButtonComponent], [typeof i10.MatInputModule, typeof i11.MatFormFieldModule, typeof i12.CommonModule, typeof i13.FormsModule, typeof i14.MatDividerModule, typeof i15.MatMenuModule, typeof i16.MatIconModule, typeof i17.MatButtonModule, typeof i18.MatSlideToggleModule, typeof i19.MatSelectModule, typeof i20.MatTooltipModule, typeof i21.MatListModule, typeof i22.MatSliderModule, typeof i23.MatBadgeModule, typeof i24.MatCheckboxModule, typeof i25.IgoLanguageModule, typeof i26.IgoListModule, typeof i26.IgoCollapsibleModule, typeof i26.IgoImageModule, typeof i26.IgoPanelModule, typeof i26.IgoMatBadgeIconModule], [typeof i1.LayerItemComponent, typeof i2.LayerLegendItemComponent, typeof i3.LayerLegendComponent, typeof i4.LayerListComponent, typeof i5.LayerListToolComponent, typeof i6.LayerLegendListComponent, typeof i7.LayerListBindingDirective, typeof i8.LayerLegendListBindingDirective, typeof i9.TrackFeatureButtonComponent]>;
32
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoLayerModule, [typeof i1.LayerItemComponent, typeof i2.LayerLegendItemComponent, typeof i3.LayerLegendComponent, typeof i4.LayerListComponent, typeof i5.LayerListToolComponent, typeof i6.LayerLegendListComponent, typeof i7.LayerListBindingDirective, typeof i8.LayerLegendListBindingDirective, typeof i9.TrackFeatureButtonComponent], [typeof i10.MatInputModule, typeof i11.MatFormFieldModule, typeof i12.CommonModule, typeof i13.FormsModule, typeof i14.MatDividerModule, typeof i15.MatMenuModule, typeof i16.MatIconModule, typeof i17.MatButtonModule, typeof i18.MatSlideToggleModule, typeof i19.MatSelectModule, typeof i20.MatTooltipModule, typeof i21.MatListModule, typeof i22.MatSliderModule, typeof i23.MatBadgeModule, typeof i24.MatCheckboxModule, typeof i25.IgoLanguageModule, typeof i26.IgoListModule, typeof i26.IgoCollapsibleModule, typeof i26.IgoImageModule, typeof i26.IgoPanelModule, typeof i26.IgoMatBadgeIconModule, typeof i26.IgoCustomHtmlModule], [typeof i1.LayerItemComponent, typeof i2.LayerLegendItemComponent, typeof i3.LayerLegendComponent, typeof i4.LayerListComponent, typeof i5.LayerListToolComponent, typeof i6.LayerLegendListComponent, typeof i7.LayerListBindingDirective, typeof i8.LayerLegendListBindingDirective, typeof i9.TrackFeatureButtonComponent]>;
33
33
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoLayerModule>;
34
34
  }
@@ -15,7 +15,7 @@ export declare class LayerService {
15
15
  private authInterceptor;
16
16
  constructor(http: HttpClient, styleService: StyleService, dataSourceService: DataSourceService, messageService: MessageService, languageService: LanguageService, authInterceptor: AuthInterceptor);
17
17
  createLayer(layerOptions: AnyLayerOptions): Layer;
18
- createAsyncLayer(layerOptions: AnyLayerOptions, detailedContextUri?: string): Observable<Layer>;
18
+ createAsyncLayer(_layerOptions: AnyLayerOptions, detailedContextUri?: string): Observable<Layer>;
19
19
  private createImageLayer;
20
20
  private createTileLayer;
21
21
  private createVectorLayer;