@igo2/geo 1.10.0 → 1.12.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 (514) 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 +4971 -1353
  7. package/bundles/igo2-geo.umd.js.map +1 -1
  8. package/esm2015/lib/catalog/catalog-browser/catalog-browser-group.component.js +1 -1
  9. package/esm2015/lib/catalog/catalog-browser/catalog-browser-layer.component.js +1 -1
  10. package/esm2015/lib/catalog/catalog-browser/catalog-browser.component.js +2 -2
  11. package/esm2015/lib/catalog/catalog-browser/catalog-browser.module.js +1 -1
  12. package/esm2015/lib/catalog/catalog-library/add-catalog-dialog.component.js +1 -1
  13. package/esm2015/lib/catalog/catalog-library/catalog-library-item.component.js +1 -1
  14. package/esm2015/lib/catalog/catalog-library/catalog-library.component.js +6 -6
  15. package/esm2015/lib/catalog/catalog-library/catalog-library.module.js +1 -1
  16. package/esm2015/lib/catalog/catalog.module.js +1 -1
  17. package/esm2015/lib/catalog/index.js +1 -1
  18. package/esm2015/lib/catalog/shared/catalog.abstract.js +1 -1
  19. package/esm2015/lib/catalog/shared/catalog.enum.js +1 -1
  20. package/esm2015/lib/catalog/shared/catalog.interface.js +1 -1
  21. package/esm2015/lib/catalog/shared/catalog.service.js +117 -43
  22. package/esm2015/lib/catalog/shared/index.js +1 -1
  23. package/esm2015/lib/datasource/datasource.module.js +1 -1
  24. package/esm2015/lib/datasource/index.js +1 -1
  25. package/esm2015/lib/datasource/shared/capabilities.service.js +25 -11
  26. package/esm2015/lib/datasource/shared/datasource.service.js +1 -1
  27. package/esm2015/lib/datasource/shared/datasources/any-datasource.interface.js +1 -1
  28. package/esm2015/lib/datasource/shared/datasources/any-datasource.js +1 -1
  29. package/esm2015/lib/datasource/shared/datasources/arcgisrest-datasource.interface.js +1 -1
  30. package/esm2015/lib/datasource/shared/datasources/arcgisrest-datasource.js +84 -14
  31. package/esm2015/lib/datasource/shared/datasources/carto-datasource.interface.js +1 -1
  32. package/esm2015/lib/datasource/shared/datasources/carto-datasource.js +1 -1
  33. package/esm2015/lib/datasource/shared/datasources/cluster-datasource.interface.js +1 -1
  34. package/esm2015/lib/datasource/shared/datasources/cluster-datasource.js +1 -1
  35. package/esm2015/lib/datasource/shared/datasources/data.service.js +1 -1
  36. package/esm2015/lib/datasource/shared/datasources/datasource.interface.js +1 -1
  37. package/esm2015/lib/datasource/shared/datasources/datasource.js +1 -1
  38. package/esm2015/lib/datasource/shared/datasources/feature-datasource.interface.js +1 -1
  39. package/esm2015/lib/datasource/shared/datasources/feature-datasource.js +1 -1
  40. package/esm2015/lib/datasource/shared/datasources/imagearcgisrest-datasource.interface.js +1 -1
  41. package/esm2015/lib/datasource/shared/datasources/imagearcgisrest-datasource.js +7 -10
  42. package/esm2015/lib/datasource/shared/datasources/index.js +1 -1
  43. package/esm2015/lib/datasource/shared/datasources/mvt-datasource.interface.js +1 -1
  44. package/esm2015/lib/datasource/shared/datasources/mvt-datasource.js +1 -1
  45. package/esm2015/lib/datasource/shared/datasources/osm-datasource.interface.js +1 -1
  46. package/esm2015/lib/datasource/shared/datasources/osm-datasource.js +1 -1
  47. package/esm2015/lib/datasource/shared/datasources/tilearcgisrest-datasource.interface.js +1 -1
  48. package/esm2015/lib/datasource/shared/datasources/tilearcgisrest-datasource.js +7 -9
  49. package/esm2015/lib/datasource/shared/datasources/tiledebug-datasource.interface.js +1 -1
  50. package/esm2015/lib/datasource/shared/datasources/tiledebug-datasource.js +1 -1
  51. package/esm2015/lib/datasource/shared/datasources/websocket-datasource.interface.js +1 -1
  52. package/esm2015/lib/datasource/shared/datasources/websocket-datasource.js +1 -1
  53. package/esm2015/lib/datasource/shared/datasources/wfs-datasource.interface.js +1 -1
  54. package/esm2015/lib/datasource/shared/datasources/wfs-datasource.js +6 -1
  55. package/esm2015/lib/datasource/shared/datasources/wfs.service.js +1 -1
  56. package/esm2015/lib/datasource/shared/datasources/wms-datasource.interface.js +1 -1
  57. package/esm2015/lib/datasource/shared/datasources/wms-datasource.js +11 -2
  58. package/esm2015/lib/datasource/shared/datasources/wms-wfs.utils.js +5 -2
  59. package/esm2015/lib/datasource/shared/datasources/wmts-datasource.interface.js +1 -1
  60. package/esm2015/lib/datasource/shared/datasources/wmts-datasource.js +1 -1
  61. package/esm2015/lib/datasource/shared/datasources/xyz-datasource.interface.js +1 -1
  62. package/esm2015/lib/datasource/shared/datasources/xyz-datasource.js +1 -1
  63. package/esm2015/lib/datasource/shared/index.js +1 -1
  64. package/esm2015/lib/datasource/shared/options/index.js +1 -1
  65. package/esm2015/lib/datasource/shared/options/options-api.interface.js +1 -1
  66. package/esm2015/lib/datasource/shared/options/options-api.providers.js +1 -1
  67. package/esm2015/lib/datasource/shared/options/options-api.service.js +1 -1
  68. package/esm2015/lib/datasource/shared/options/options.service.js +1 -1
  69. package/esm2015/lib/datasource/utils/esri-style-generator.js +1 -1
  70. package/esm2015/lib/datasource/utils/index.js +1 -1
  71. package/esm2015/lib/datasource/utils/tilegrid.js +1 -1
  72. package/esm2015/lib/directions/directions-buttons/directions-buttons.component.js +10 -4
  73. package/esm2015/lib/directions/directions-buttons/index.js +1 -1
  74. package/esm2015/lib/directions/directions-inputs/directions-inputs.component.js +1 -1
  75. package/esm2015/lib/directions/directions-inputs/index.js +1 -1
  76. package/esm2015/lib/directions/directions-results/directions-results.component.js +1 -1
  77. package/esm2015/lib/directions/directions-results/index.js +1 -1
  78. package/esm2015/lib/directions/directions-sources/directions-source.interface.js +1 -1
  79. package/esm2015/lib/directions/directions-sources/directions-source.js +1 -1
  80. package/esm2015/lib/directions/directions-sources/directions-source.provider.js +1 -1
  81. package/esm2015/lib/directions/directions-sources/index.js +1 -1
  82. package/esm2015/lib/directions/directions-sources/osrm-directions-source.js +1 -1
  83. package/esm2015/lib/directions/directions.component.js +6 -4
  84. package/esm2015/lib/directions/directions.module.js +1 -1
  85. package/esm2015/lib/directions/index.js +1 -1
  86. package/esm2015/lib/directions/shared/directions-source.service.js +1 -1
  87. package/esm2015/lib/directions/shared/directions.enum.js +1 -1
  88. package/esm2015/lib/directions/shared/directions.interface.js +1 -1
  89. package/esm2015/lib/directions/shared/directions.service.js +1 -1
  90. package/esm2015/lib/directions/shared/directions.utils.js +4 -1
  91. package/esm2015/lib/directions/shared/index.js +1 -1
  92. package/esm2015/lib/directions/shared/store.js +1 -1
  93. package/esm2015/lib/download/download-button/download-button.component.js +1 -1
  94. package/esm2015/lib/download/download-button/index.js +1 -1
  95. package/esm2015/lib/download/download.module.js +1 -1
  96. package/esm2015/lib/download/index.js +1 -1
  97. package/esm2015/lib/download/shared/download.interface.js +1 -1
  98. package/esm2015/lib/download/shared/download.service.js +1 -1
  99. package/esm2015/lib/download/shared/index.js +1 -1
  100. package/esm2015/lib/draw/draw/draw-popup.component.js +21 -15
  101. package/esm2015/lib/draw/draw/draw-shorcuts.component.js +1 -1
  102. package/esm2015/lib/draw/draw/draw.component.js +186 -77
  103. package/esm2015/lib/draw/draw/draw.module.js +1 -1
  104. package/esm2015/lib/draw/drawingTool.module.js +1 -1
  105. package/esm2015/lib/draw/index.js +1 -1
  106. package/esm2015/lib/draw/shared/draw-icon.service.js +1 -1
  107. package/esm2015/lib/draw/shared/draw-style.service.js +24 -5
  108. package/esm2015/lib/draw/shared/draw.enum.js +17 -1
  109. package/esm2015/lib/draw/shared/draw.interface.js +1 -1
  110. package/esm2015/lib/draw/shared/draw.utils.js +1 -1
  111. package/esm2015/lib/draw/shared/index.js +1 -1
  112. package/esm2015/lib/feature/feature-details/feature-details.component.js +119 -43
  113. package/esm2015/lib/feature/feature-details/feature-details.directive.js +2 -57
  114. package/esm2015/lib/feature/feature-details/feature-details.module.js +1 -1
  115. package/esm2015/lib/feature/feature-form/feature-form.component.js +1 -1
  116. package/esm2015/lib/feature/feature-form/feature-form.module.js +1 -1
  117. package/esm2015/lib/feature/feature.module.js +1 -1
  118. package/esm2015/lib/feature/index.js +1 -1
  119. package/esm2015/lib/feature/shared/feature.enums.js +1 -1
  120. package/esm2015/lib/feature/shared/feature.interfaces.js +1 -1
  121. package/esm2015/lib/feature/shared/feature.utils.js +2 -1
  122. package/esm2015/lib/feature/shared/index.js +1 -1
  123. package/esm2015/lib/feature/shared/store.js +1 -1
  124. package/esm2015/lib/feature/shared/strategies/in-map-extent.js +17 -4
  125. package/esm2015/lib/feature/shared/strategies/in-map-resolution.js +1 -1
  126. package/esm2015/lib/feature/shared/strategies/index.js +1 -1
  127. package/esm2015/lib/feature/shared/strategies/loading-layer.js +1 -1
  128. package/esm2015/lib/feature/shared/strategies/loading.js +1 -1
  129. package/esm2015/lib/feature/shared/strategies/selection.js +1 -1
  130. package/esm2015/lib/feature/shared/strategies.utils.js +1 -1
  131. package/esm2015/lib/filter/filter.module.js +7 -4
  132. package/esm2015/lib/filter/index.js +1 -1
  133. package/esm2015/lib/filter/ogc-filter-button/index.js +1 -1
  134. package/esm2015/lib/filter/ogc-filter-button/ogc-filter-button.component.js +46 -7
  135. package/esm2015/lib/filter/ogc-filter-form/index.js +1 -1
  136. package/esm2015/lib/filter/ogc-filter-form/ogc-filter-form.component.js +1 -1
  137. package/esm2015/lib/filter/ogc-filter-selection/index.js +1 -1
  138. package/esm2015/lib/filter/ogc-filter-selection/ogc-filter-selection.component.js +676 -296
  139. package/esm2015/lib/filter/ogc-filter-time/index.js +1 -1
  140. package/esm2015/lib/filter/ogc-filter-time/ogc-filter-time-slider.component.js +1 -1
  141. package/esm2015/lib/filter/ogc-filter-time/ogc-filter-time.component.js +296 -161
  142. package/esm2015/lib/filter/ogc-filterable-form/index.js +1 -1
  143. package/esm2015/lib/filter/ogc-filterable-form/ogc-filterable-form.component.js +1 -1
  144. package/esm2015/lib/filter/ogc-filterable-item/index.js +1 -1
  145. package/esm2015/lib/filter/ogc-filterable-item/ogc-filterable-item.component.js +3 -2
  146. package/esm2015/lib/filter/ogc-filterable-list/index.js +1 -1
  147. package/esm2015/lib/filter/ogc-filterable-list/ogc-filterable-list-binding.directive.js +1 -1
  148. package/esm2015/lib/filter/ogc-filterable-list/ogc-filterable-list.component.js +1 -1
  149. package/esm2015/lib/filter/shared/filterable-datasource.pipe.js +3 -2
  150. package/esm2015/lib/filter/shared/index.js +1 -1
  151. package/esm2015/lib/filter/shared/ogc-filter-time.service.js +1 -1
  152. package/esm2015/lib/filter/shared/ogc-filter.enum.js +1 -1
  153. package/esm2015/lib/filter/shared/ogc-filter.interface.js +1 -1
  154. package/esm2015/lib/filter/shared/ogc-filter.js +24 -6
  155. package/esm2015/lib/filter/shared/ogc-filter.service.js +1 -1
  156. package/esm2015/lib/filter/shared/spatial-filter.enum.js +1 -1
  157. package/esm2015/lib/filter/shared/spatial-filter.interface.js +1 -1
  158. package/esm2015/lib/filter/shared/spatial-filter.service.js +1 -1
  159. package/esm2015/lib/filter/shared/time-filter.enum.js +1 -1
  160. package/esm2015/lib/filter/shared/time-filter.interface.js +1 -1
  161. package/esm2015/lib/filter/shared/time-filter.service.js +1 -1
  162. package/esm2015/lib/filter/spatial-filter/spatial-filter-item/index.js +1 -1
  163. package/esm2015/lib/filter/spatial-filter/spatial-filter-item/spatial-filter-item.component.js +1 -1
  164. package/esm2015/lib/filter/spatial-filter/spatial-filter-list/index.js +1 -1
  165. package/esm2015/lib/filter/spatial-filter/spatial-filter-list/spatial-filter-list.component.js +1 -1
  166. package/esm2015/lib/filter/spatial-filter/spatial-filter-type/index.js +1 -1
  167. package/esm2015/lib/filter/spatial-filter/spatial-filter-type/spatial-filter-type.component.js +1 -1
  168. package/esm2015/lib/filter/time-filter-button/index.js +1 -1
  169. package/esm2015/lib/filter/time-filter-button/time-filter-button.component.js +1 -1
  170. package/esm2015/lib/filter/time-filter-form/index.js +1 -1
  171. package/esm2015/lib/filter/time-filter-form/time-filter-form.component.js +1 -1
  172. package/esm2015/lib/filter/time-filter-item/index.js +1 -1
  173. package/esm2015/lib/filter/time-filter-item/time-filter-item.component.js +1 -1
  174. package/esm2015/lib/filter/time-filter-list/index.js +1 -1
  175. package/esm2015/lib/filter/time-filter-list/time-filter-list-binding.directive.js +1 -1
  176. package/esm2015/lib/filter/time-filter-list/time-filter-list.component.js +1 -1
  177. package/esm2015/lib/geo.module.js +1 -1
  178. package/esm2015/lib/geometry/geometry-form-field/geometry-form-field-input.component.js +1 -1
  179. package/esm2015/lib/geometry/geometry-form-field/geometry-form-field.component.js +1 -1
  180. package/esm2015/lib/geometry/geometry-form-field/geometry-form-field.module.js +1 -1
  181. package/esm2015/lib/geometry/geometry.module.js +1 -1
  182. package/esm2015/lib/geometry/index.js +1 -1
  183. package/esm2015/lib/geometry/shared/controls/draw.js +7 -2
  184. package/esm2015/lib/geometry/shared/controls/index.js +1 -1
  185. package/esm2015/lib/geometry/shared/controls/modify.js +1 -1
  186. package/esm2015/lib/geometry/shared/controls/slice.js +1 -1
  187. package/esm2015/lib/geometry/shared/geometry.errors.js +1 -1
  188. package/esm2015/lib/geometry/shared/geometry.interfaces.js +1 -1
  189. package/esm2015/lib/geometry/shared/geometry.utils.js +1 -1
  190. package/esm2015/lib/geometry/shared/index.js +1 -1
  191. package/esm2015/lib/import-export/export-button/export-button.component.js +1 -1
  192. package/esm2015/lib/import-export/export-button/index.js +1 -1
  193. package/esm2015/lib/import-export/import-export/import-export.component.js +60 -11
  194. package/esm2015/lib/import-export/import-export/index.js +1 -1
  195. package/esm2015/lib/import-export/import-export.module.js +1 -1
  196. package/esm2015/lib/import-export/index.js +1 -1
  197. package/esm2015/lib/import-export/shared/drop-geo-file.directive.js +1 -1
  198. package/esm2015/lib/import-export/shared/export.errors.js +1 -1
  199. package/esm2015/lib/import-export/shared/export.interface.js +1 -1
  200. package/esm2015/lib/import-export/shared/export.service.js +10 -2
  201. package/esm2015/lib/import-export/shared/export.type.js +1 -1
  202. package/esm2015/lib/import-export/shared/export.utils.js +1 -1
  203. package/esm2015/lib/import-export/shared/import.errors.js +1 -1
  204. package/esm2015/lib/import-export/shared/import.interface.js +1 -1
  205. package/esm2015/lib/import-export/shared/import.service.js +1 -1
  206. package/esm2015/lib/import-export/shared/import.utils.js +65 -38
  207. package/esm2015/lib/import-export/shared/index.js +1 -1
  208. package/esm2015/lib/import-export/style-list/index.js +1 -1
  209. package/esm2015/lib/import-export/style-list/style-list.interface.js +1 -1
  210. package/esm2015/lib/import-export/style-list/style-list.module.js +1 -1
  211. package/esm2015/lib/import-export/style-list/style-list.provider.js +1 -1
  212. package/esm2015/lib/import-export/style-list/style-list.service.js +1 -1
  213. package/esm2015/lib/layer/index.js +1 -1
  214. package/esm2015/lib/layer/layer-item/index.js +1 -1
  215. package/esm2015/lib/layer/layer-item/layer-item.component.js +15 -8
  216. package/esm2015/lib/layer/layer-legend/index.js +1 -1
  217. package/esm2015/lib/layer/layer-legend/layer-legend.component.js +24 -24
  218. package/esm2015/lib/layer/layer-legend-item/index.js +1 -1
  219. package/esm2015/lib/layer/layer-legend-item/layer-legend-item.component.js +1 -1
  220. package/esm2015/lib/layer/layer-legend-list/index.js +1 -1
  221. package/esm2015/lib/layer/layer-legend-list/layer-legend-list-binding.directive.js +1 -1
  222. package/esm2015/lib/layer/layer-legend-list/layer-legend-list.component.js +1 -1
  223. package/esm2015/lib/layer/layer-list/index.js +1 -1
  224. package/esm2015/lib/layer/layer-list/layer-list-binding.directive.js +1 -1
  225. package/esm2015/lib/layer/layer-list/layer-list.component.js +2 -2
  226. package/esm2015/lib/layer/layer-list/layer-list.enum.js +1 -1
  227. package/esm2015/lib/layer/layer-list-tool/index.js +1 -1
  228. package/esm2015/lib/layer/layer-list-tool/layer-list-tool.component.js +1 -1
  229. package/esm2015/lib/layer/layer-list-tool/layer-list-tool.enum.js +1 -1
  230. package/esm2015/lib/layer/layer-list-tool/layer-list-tool.interface.js +1 -1
  231. package/esm2015/lib/layer/layer-list-tool/layer-list-tool.service.js +1 -1
  232. package/esm2015/lib/layer/layer.module.js +1 -1
  233. package/esm2015/lib/layer/shared/clusterParam.js +1 -1
  234. package/esm2015/lib/layer/shared/index.js +1 -1
  235. package/esm2015/lib/layer/shared/layer.enums.js +1 -1
  236. package/esm2015/lib/layer/shared/layer.service.js +44 -20
  237. package/esm2015/lib/layer/shared/layers/any-layer.interface.js +1 -1
  238. package/esm2015/lib/layer/shared/layers/any-layer.js +1 -1
  239. package/esm2015/lib/layer/shared/layers/image-layer.interface.js +1 -1
  240. package/esm2015/lib/layer/shared/layers/image-layer.js +1 -1
  241. package/esm2015/lib/layer/shared/layers/index.js +1 -1
  242. package/esm2015/lib/layer/shared/layers/layer.interface.js +1 -1
  243. package/esm2015/lib/layer/shared/layers/layer.js +9 -1
  244. package/esm2015/lib/layer/shared/layers/tile-layer.interface.js +1 -1
  245. package/esm2015/lib/layer/shared/layers/tile-layer.js +1 -1
  246. package/esm2015/lib/layer/shared/layers/vector-layer.interface.js +1 -1
  247. package/esm2015/lib/layer/shared/layers/vector-layer.js +106 -47
  248. package/esm2015/lib/layer/shared/layers/vectortile-layer.interface.js +1 -1
  249. package/esm2015/lib/layer/shared/layers/vectortile-layer.js +1 -1
  250. package/esm2015/lib/layer/shared/style.service.js +80 -11
  251. package/esm2015/lib/layer/shared/vector-style.interface.js +1 -1
  252. package/esm2015/lib/layer/track-feature-button/index.js +1 -1
  253. package/esm2015/lib/layer/track-feature-button/track-feature-button.component.js +1 -1
  254. package/esm2015/lib/layer/utils/image-watcher.js +1 -1
  255. package/esm2015/lib/layer/utils/index.js +1 -1
  256. package/esm2015/lib/layer/utils/layer.utils.js +1 -1
  257. package/esm2015/lib/layer/utils/layerSync-watcher.js +3 -3
  258. package/esm2015/lib/layer/utils/outputLegend.js +5 -3
  259. package/esm2015/lib/layer/utils/tile-watcher.js +1 -1
  260. package/esm2015/lib/layer/utils/vector-watcher.js +1 -1
  261. package/esm2015/lib/map/baselayers-switcher/baselayers-switcher.animation.js +1 -1
  262. package/esm2015/lib/map/baselayers-switcher/baselayers-switcher.component.js +1 -1
  263. package/esm2015/lib/map/baselayers-switcher/index.js +1 -1
  264. package/esm2015/lib/map/baselayers-switcher/mini-basemap.component.js +1 -1
  265. package/esm2015/lib/map/geolocate-button/geolocate-button.component.js +52 -17
  266. package/esm2015/lib/map/geolocate-button/index.js +1 -1
  267. package/esm2015/lib/map/home-extent-button/home-extent-button.component.js +69 -0
  268. package/esm2015/lib/map/home-extent-button/index.js +2 -0
  269. package/esm2015/lib/map/index.js +4 -1
  270. package/esm2015/lib/map/info-section/index.js +2 -0
  271. package/esm2015/lib/map/info-section/info-section.component.js +36 -0
  272. package/esm2015/lib/map/map-browser/index.js +1 -1
  273. package/esm2015/lib/map/map-browser/map-browser.component.js +2 -2
  274. package/esm2015/lib/map/map-center/index.js +1 -1
  275. package/esm2015/lib/map/map-center/map-center.component.js +2 -2
  276. package/esm2015/lib/map/map.module.js +16 -1
  277. package/esm2015/lib/map/menu-button/index.js +1 -1
  278. package/esm2015/lib/map/menu-button/menu-button.component.js +1 -1
  279. package/esm2015/lib/map/offline-button/index.js +1 -1
  280. package/esm2015/lib/map/offline-button/offline-button.component.js +1 -1
  281. package/esm2015/lib/map/rotation-button/index.js +1 -1
  282. package/esm2015/lib/map/rotation-button/rotation-button.component.js +1 -1
  283. package/esm2015/lib/map/shared/controllers/controller.js +1 -1
  284. package/esm2015/lib/map/shared/controllers/geolocation.js +295 -0
  285. package/esm2015/lib/map/shared/controllers/index.js +2 -1
  286. package/esm2015/lib/map/shared/controllers/view.js +17 -1
  287. package/esm2015/lib/map/shared/hover-feature.directive.js +9 -7
  288. package/esm2015/lib/map/shared/index.js +1 -1
  289. package/esm2015/lib/map/shared/map-pointer-position.directive.js +1 -1
  290. package/esm2015/lib/map/shared/map.enums.js +1 -1
  291. package/esm2015/lib/map/shared/map.interface.js +1 -1
  292. package/esm2015/lib/map/shared/map.js +14 -135
  293. package/esm2015/lib/map/shared/map.service.js +1 -1
  294. package/esm2015/lib/map/shared/map.utils.js +1 -1
  295. package/esm2015/lib/map/shared/mapOffline.directive.js +17 -6
  296. package/esm2015/lib/map/shared/projection.interfaces.js +1 -1
  297. package/esm2015/lib/map/shared/projection.service.js +1 -1
  298. package/esm2015/lib/map/shared/projection.utils.js +1 -1
  299. package/esm2015/lib/map/swipe-control/index.js +1 -1
  300. package/esm2015/lib/map/swipe-control/swipe-control.component.js +1 -1
  301. package/esm2015/lib/map/utils/layer-watcher.js +1 -1
  302. package/esm2015/lib/map/wake-lock-button/index.js +2 -0
  303. package/esm2015/lib/map/wake-lock-button/wake-lock-button.component.js +122 -0
  304. package/esm2015/lib/map/zoom-button/index.js +1 -1
  305. package/esm2015/lib/map/zoom-button/zoom-button.component.js +1 -1
  306. package/esm2015/lib/measure/index.js +1 -1
  307. package/esm2015/lib/measure/measure.module.js +1 -1
  308. package/esm2015/lib/measure/measurer/measure-format.pipe.js +1 -1
  309. package/esm2015/lib/measure/measurer/measurer-dialog.component.js +1 -1
  310. package/esm2015/lib/measure/measurer/measurer-item.component.js +1 -1
  311. package/esm2015/lib/measure/measurer/measurer.component.js +7 -1
  312. package/esm2015/lib/measure/measurer/measurer.module.js +1 -1
  313. package/esm2015/lib/measure/shared/index.js +1 -1
  314. package/esm2015/lib/measure/shared/measure.enum.js +1 -1
  315. package/esm2015/lib/measure/shared/measure.interfaces.js +1 -1
  316. package/esm2015/lib/measure/shared/measure.utils.js +1 -1
  317. package/esm2015/lib/metadata/index.js +1 -1
  318. package/esm2015/lib/metadata/metadata-button/index.js +1 -1
  319. package/esm2015/lib/metadata/metadata-button/metadata-button.component.js +1 -1
  320. package/esm2015/lib/metadata/metadata.module.js +1 -1
  321. package/esm2015/lib/metadata/shared/index.js +1 -1
  322. package/esm2015/lib/metadata/shared/metadata.interface.js +1 -1
  323. package/esm2015/lib/metadata/shared/metadata.service.js +1 -1
  324. package/esm2015/lib/offline/geoDB/geoDB.enums.js +6 -0
  325. package/esm2015/lib/offline/geoDB/geoDB.interface.js +2 -0
  326. package/esm2015/lib/offline/geoDB/geoDB.service.js +161 -0
  327. package/esm2015/lib/offline/geoDB/index.js +4 -0
  328. package/esm2015/lib/offline/index.js +3 -0
  329. package/esm2015/lib/offline/shared/geo-network.service.js +66 -0
  330. package/esm2015/lib/offline/shared/index.js +2 -0
  331. package/esm2015/lib/overlay/index.js +1 -1
  332. package/esm2015/lib/overlay/overlay.module.js +1 -1
  333. package/esm2015/lib/overlay/shared/index.js +1 -1
  334. package/esm2015/lib/overlay/shared/overlay-marker-style.utils.js +1 -1
  335. package/esm2015/lib/overlay/shared/overlay.directive.js +1 -1
  336. package/esm2015/lib/overlay/shared/overlay.enum.js +1 -1
  337. package/esm2015/lib/overlay/shared/overlay.js +1 -1
  338. package/esm2015/lib/overlay/shared/overlay.service.js +1 -1
  339. package/esm2015/lib/overlay/shared/overlay.utils.js +3 -3
  340. package/esm2015/lib/print/index.js +1 -1
  341. package/esm2015/lib/print/print/print.component.js +1 -1
  342. package/esm2015/lib/print/print-form/index.js +1 -1
  343. package/esm2015/lib/print/print-form/print-form.component.js +1 -1
  344. package/esm2015/lib/print/print.module.js +1 -1
  345. package/esm2015/lib/print/shared/index.js +1 -1
  346. package/esm2015/lib/print/shared/print.interface.js +1 -1
  347. package/esm2015/lib/print/shared/print.service.js +22 -16
  348. package/esm2015/lib/print/shared/print.type.js +1 -1
  349. package/esm2015/lib/query/index.js +1 -1
  350. package/esm2015/lib/query/query.module.js +5 -4
  351. package/esm2015/lib/query/shared/index.js +1 -1
  352. package/esm2015/lib/query/shared/query-search-source.js +1 -1
  353. package/esm2015/lib/query/shared/query-search-source.providers.js +1 -1
  354. package/esm2015/lib/query/shared/query.directive.js +4 -1
  355. package/esm2015/lib/query/shared/query.enums.js +1 -1
  356. package/esm2015/lib/query/shared/query.interfaces.js +1 -1
  357. package/esm2015/lib/query/shared/query.service.js +67 -18
  358. package/esm2015/lib/query/shared/query.utils.js +1 -1
  359. package/esm2015/lib/search/index.js +1 -1
  360. package/esm2015/lib/search/search-bar/search-bar.component.js +4 -2
  361. package/esm2015/lib/search/search-bar/search-bar.module.js +1 -1
  362. package/esm2015/lib/search/search-bar/search-url-param.directive.js +1 -1
  363. package/esm2015/lib/search/search-results/search-results-add-button.component.js +7 -7
  364. package/esm2015/lib/search/search-results/search-results-item.component.js +1 -1
  365. package/esm2015/lib/search/search-results/search-results.component.js +1 -1
  366. package/esm2015/lib/search/search-results/search-results.module.js +1 -1
  367. package/esm2015/lib/search/search-selector/search-selector.component.js +1 -1
  368. package/esm2015/lib/search/search-selector/search-selector.module.js +1 -1
  369. package/esm2015/lib/search/search-settings/search-settings.component.js +1 -1
  370. package/esm2015/lib/search/search-settings/search-settings.module.js +1 -1
  371. package/esm2015/lib/search/search.module.js +1 -1
  372. package/esm2015/lib/search/shared/index.js +1 -1
  373. package/esm2015/lib/search/shared/search-pointer-summary.directive.js +2 -1
  374. package/esm2015/lib/search/shared/search-source-service.providers.js +1 -1
  375. package/esm2015/lib/search/shared/search-source.service.js +1 -1
  376. package/esm2015/lib/search/shared/search.enums.js +1 -1
  377. package/esm2015/lib/search/shared/search.interfaces.js +1 -1
  378. package/esm2015/lib/search/shared/search.service.js +1 -1
  379. package/esm2015/lib/search/shared/search.utils.js +1 -1
  380. package/esm2015/lib/search/shared/sources/cadastre.js +1 -1
  381. package/esm2015/lib/search/shared/sources/cadastre.providers.js +1 -1
  382. package/esm2015/lib/search/shared/sources/coordinates.interfaces.js +1 -1
  383. package/esm2015/lib/search/shared/sources/coordinates.js +1 -1
  384. package/esm2015/lib/search/shared/sources/coordinates.providers.js +1 -1
  385. package/esm2015/lib/search/shared/sources/icherche.interfaces.js +1 -1
  386. package/esm2015/lib/search/shared/sources/icherche.js +1 -1
  387. package/esm2015/lib/search/shared/sources/icherche.providers.js +1 -1
  388. package/esm2015/lib/search/shared/sources/ilayer.interfaces.js +1 -1
  389. package/esm2015/lib/search/shared/sources/ilayer.js +1 -1
  390. package/esm2015/lib/search/shared/sources/ilayer.providers.js +1 -1
  391. package/esm2015/lib/search/shared/sources/index.js +1 -1
  392. package/esm2015/lib/search/shared/sources/nominatim.interfaces.js +1 -1
  393. package/esm2015/lib/search/shared/sources/nominatim.js +2 -2
  394. package/esm2015/lib/search/shared/sources/nominatim.providers.js +1 -1
  395. package/esm2015/lib/search/shared/sources/source.interfaces.js +1 -1
  396. package/esm2015/lib/search/shared/sources/source.js +3 -3
  397. package/esm2015/lib/search/shared/sources/storedqueries.interfaces.js +1 -1
  398. package/esm2015/lib/search/shared/sources/storedqueries.js +2 -2
  399. package/esm2015/lib/search/shared/sources/storedqueries.providers.js +1 -1
  400. package/esm2015/lib/toast/index.js +1 -1
  401. package/esm2015/lib/toast/toast.component.js +1 -1
  402. package/esm2015/lib/toast/toast.module.js +1 -1
  403. package/esm2015/lib/utils/commonVectorStyle.interface.js +1 -1
  404. package/esm2015/lib/utils/commonVectorStyle.js +1 -1
  405. package/esm2015/lib/utils/googleLinks.js +1 -1
  406. package/esm2015/lib/utils/id-generator.js +1 -1
  407. package/esm2015/lib/utils/index.js +1 -1
  408. package/esm2015/lib/utils/osmLinks.js +1 -1
  409. package/esm2015/lib/wkt/index.js +1 -1
  410. package/esm2015/lib/wkt/shared/index.js +1 -1
  411. package/esm2015/lib/wkt/shared/wkt.service.js +15 -15
  412. package/esm2015/lib/wkt/wkt.module.js +1 -1
  413. package/esm2015/lib/workspace/confirmation-popup/confirmation-popup.component.js +56 -0
  414. package/esm2015/lib/workspace/confirmation-popup/confirmation-popup.module.js +38 -0
  415. package/esm2015/lib/workspace/confirmation-popup/index.js +3 -0
  416. package/esm2015/lib/workspace/index.js +2 -1
  417. package/esm2015/lib/workspace/shared/edition-workspace.js +279 -0
  418. package/esm2015/lib/workspace/shared/edition-workspace.service.js +646 -0
  419. package/esm2015/lib/workspace/shared/feature-workspace.js +18 -1
  420. package/esm2015/lib/workspace/shared/feature-workspace.service.js +36 -10
  421. package/esm2015/lib/workspace/shared/index.js +3 -1
  422. package/esm2015/lib/workspace/shared/wfs-workspace.js +18 -1
  423. package/esm2015/lib/workspace/shared/wfs-workspace.service.js +36 -9
  424. package/esm2015/lib/workspace/shared/wms-workspace.service.js +87 -19
  425. package/esm2015/lib/workspace/shared/workspace.utils.js +1 -1
  426. package/esm2015/lib/workspace/widgets/index.js +1 -1
  427. package/esm2015/lib/workspace/widgets/ogc-filter/ogc-filter.component.js +1 -1
  428. package/esm2015/lib/workspace/widgets/ogc-filter/ogc-filter.module.js +1 -1
  429. package/esm2015/lib/workspace/widgets/widgets.js +1 -1
  430. package/esm2015/lib/workspace/workspace-selector/workspace-selector.directive.js +40 -10
  431. package/esm2015/lib/workspace/workspace-selector/workspace-selector.module.js +1 -1
  432. package/esm2015/lib/workspace/workspace-updator/workspace-updator.directive.js +22 -8
  433. package/esm2015/lib/workspace/workspace-updator/workspace-updator.module.js +1 -1
  434. package/esm2015/lib/workspace/workspace.module.js +19 -7
  435. package/esm2015/public_api.js +2 -1
  436. package/fesm2015/igo2-geo.js +4487 -1380
  437. package/fesm2015/igo2-geo.js.map +1 -1
  438. package/lib/catalog/shared/catalog.interface.d.ts +9 -1
  439. package/lib/catalog/shared/catalog.service.d.ts +1 -0
  440. package/lib/datasource/shared/datasources/arcgisrest-datasource.d.ts +2 -0
  441. package/lib/datasource/shared/datasources/datasource.interface.d.ts +50 -0
  442. package/lib/datasource/shared/datasources/wfs-datasource.d.ts +1 -0
  443. package/lib/datasource/shared/datasources/wms-wfs.utils.d.ts +1 -1
  444. package/lib/directions/directions-buttons/directions-buttons.component.d.ts +2 -1
  445. package/lib/directions/directions.component.d.ts +2 -1
  446. package/lib/draw/draw/draw-popup.component.d.ts +4 -2
  447. package/lib/draw/draw/draw.component.d.ts +19 -2
  448. package/lib/draw/shared/draw-style.service.d.ts +6 -0
  449. package/lib/draw/shared/draw.enum.d.ts +15 -0
  450. package/lib/feature/feature-details/feature-details.component.d.ts +12 -2
  451. package/lib/feature/feature-details/feature-details.directive.d.ts +2 -13
  452. package/lib/filter/filter.module.d.ts +1 -1
  453. package/lib/filter/ogc-filter-selection/ogc-filter-selection.component.d.ts +31 -13
  454. package/lib/filter/ogc-filter-time/ogc-filter-time.component.d.ts +6 -0
  455. package/lib/filter/shared/ogc-filter.interface.d.ts +20 -2
  456. package/lib/geometry/shared/controls/draw.d.ts +8 -4
  457. package/lib/geometry/shared/controls/modify.d.ts +3 -4
  458. package/lib/geometry/shared/controls/slice.d.ts +3 -4
  459. package/lib/import-export/shared/import.utils.d.ts +1 -1
  460. package/lib/layer/layer-item/layer-item.component.d.ts +1 -0
  461. package/lib/layer/layer-legend/layer-legend.component.d.ts +3 -2
  462. package/lib/layer/shared/layer.service.d.ts +6 -3
  463. package/lib/layer/shared/layers/layer.d.ts +6 -0
  464. package/lib/layer/shared/layers/layer.interface.d.ts +9 -0
  465. package/lib/layer/shared/layers/vector-layer.d.ts +7 -2
  466. package/lib/layer/shared/style.service.d.ts +38 -3
  467. package/lib/layer/shared/vector-style.interface.d.ts +11 -0
  468. package/lib/map/geolocate-button/geolocate-button.component.d.ts +8 -1
  469. package/lib/map/home-extent-button/home-extent-button.component.d.ts +20 -0
  470. package/lib/map/home-extent-button/index.d.ts +1 -0
  471. package/lib/map/index.d.ts +3 -0
  472. package/lib/map/info-section/index.d.ts +1 -0
  473. package/lib/map/info-section/info-section.component.d.ts +7 -0
  474. package/lib/map/map.module.d.ts +20 -17
  475. package/lib/map/shared/controllers/geolocation.d.ts +111 -0
  476. package/lib/map/shared/controllers/index.d.ts +1 -0
  477. package/lib/map/shared/controllers/view.d.ts +7 -0
  478. package/lib/map/shared/hover-feature.directive.d.ts +1 -1
  479. package/lib/map/shared/map.d.ts +6 -19
  480. package/lib/map/shared/map.interface.d.ts +0 -1
  481. package/lib/map/shared/mapOffline.directive.d.ts +1 -0
  482. package/lib/map/wake-lock-button/index.d.ts +1 -0
  483. package/lib/map/wake-lock-button/wake-lock-button.component.d.ts +30 -0
  484. package/lib/offline/geoDB/geoDB.enums.d.ts +4 -0
  485. package/lib/offline/geoDB/geoDB.interface.d.ts +9 -0
  486. package/lib/offline/geoDB/geoDB.service.d.ts +35 -0
  487. package/lib/offline/geoDB/index.d.ts +3 -0
  488. package/lib/offline/index.d.ts +2 -0
  489. package/lib/offline/shared/geo-network.service.d.ts +28 -0
  490. package/lib/offline/shared/index.d.ts +1 -0
  491. package/lib/print/shared/print.service.d.ts +3 -2
  492. package/lib/query/query.module.d.ts +2 -1
  493. package/lib/query/shared/query.interfaces.d.ts +1 -0
  494. package/lib/query/shared/query.service.d.ts +7 -1
  495. package/lib/workspace/confirmation-popup/confirmation-popup.component.d.ts +23 -0
  496. package/lib/workspace/confirmation-popup/confirmation-popup.module.d.ts +14 -0
  497. package/lib/workspace/confirmation-popup/index.d.ts +2 -0
  498. package/lib/workspace/index.d.ts +1 -0
  499. package/lib/workspace/shared/edition-workspace.d.ts +82 -0
  500. package/lib/workspace/shared/edition-workspace.service.d.ts +48 -0
  501. package/lib/workspace/shared/feature-workspace.d.ts +3 -0
  502. package/lib/workspace/shared/feature-workspace.service.d.ts +5 -2
  503. package/lib/workspace/shared/index.d.ts +2 -0
  504. package/lib/workspace/shared/wfs-workspace.d.ts +3 -0
  505. package/lib/workspace/shared/wfs-workspace.service.d.ts +5 -2
  506. package/lib/workspace/shared/wms-workspace.service.d.ts +7 -2
  507. package/lib/workspace/shared/workspace.utils.d.ts +3 -2
  508. package/lib/workspace/workspace-selector/workspace-selector.directive.d.ts +10 -3
  509. package/lib/workspace/workspace-updator/workspace-updator.directive.d.ts +3 -1
  510. package/lib/workspace/workspace.module.d.ts +8 -5
  511. package/ngcc.config.js +3 -3
  512. package/package.json +7 -5
  513. package/public_api.d.ts +1 -0
  514. package/style/geo.theming.scss +12 -11
@@ -13,7 +13,7 @@ export interface ICatalog {
13
13
  type?: TypeCatalogStrings;
14
14
  version?: string;
15
15
  matrixSet?: string;
16
- forcedProperties?: any[];
16
+ forcedProperties?: ForcedProperty[];
17
17
  requestEncoding?: string;
18
18
  regFilters?: string[];
19
19
  groupImpose?: CatalogItemGroup;
@@ -30,6 +30,14 @@ export interface ICatalog {
30
30
  setCrossOriginAnonymous?: boolean;
31
31
  showLegend?: boolean;
32
32
  }
33
+ export interface ForcedProperty {
34
+ layerName: any;
35
+ title?: string;
36
+ metadataUrl?: string;
37
+ metadataAbstract?: string;
38
+ metadataAbstractAll?: string;
39
+ metadataUrlAll?: string;
40
+ }
33
41
  export interface ICompositeCatalog extends ICatalog {
34
42
  composite: ICatalog[];
35
43
  }
@@ -22,6 +22,7 @@ export declare class CatalogService {
22
22
  loadCatalogArcGISRestItems(catalog: Catalog): Observable<CatalogItem[]>;
23
23
  loadCatalogCompositeLayerItems(catalog: Catalog): Observable<CatalogItem[]>;
24
24
  private getCatalogCapabilities;
25
+ private computeForcedProperties;
25
26
  private prepareCatalogItemLayer;
26
27
  private prepareCatalogItemGroup;
27
28
  private includeRecursiveItems;
@@ -8,5 +8,7 @@ export declare class ArcGISRestDataSource extends DataSource {
8
8
  options: ArcGISRestDataSourceOptions;
9
9
  protected createOlSource(): olSourceVector<OlGeometry>;
10
10
  getLegend(): Legend[];
11
+ htmlImgSrc(contentType: string, imageData: string): string;
12
+ createSVG(symbol: any): string;
11
13
  onUnwatch(): void;
12
14
  }
@@ -1,6 +1,7 @@
1
1
  import olSource from 'ol/source/Source';
2
2
  import { DownloadOptions } from '../../../download/shared/download.interface';
3
3
  import { OgcFilterOperatorType } from '../../../filter/shared/ogc-filter.enum';
4
+ import type { default as OlGeometryType } from 'ol/geom/GeometryType';
4
5
  export interface DataSourceOptions {
5
6
  type?: 'wms' | 'wfs' | 'vector' | 'wmts' | 'xyz' | 'osm' | 'tiledebug' | 'carto' | 'arcgisrest' | 'imagearcgisrest' | 'tilearcgisrest' | 'websocket' | 'mvt' | 'cluster';
6
7
  optionsFromCapabilities?: boolean;
@@ -17,6 +18,8 @@ export interface DataSourceOptions {
17
18
  stepDate?: string;
18
19
  sourceFields?: SourceFieldsOptionsParams[];
19
20
  download?: DownloadOptions;
21
+ edition?: EditionOptions;
22
+ relations?: RelationOptions[];
20
23
  }
21
24
  export interface SourceFieldsOptionsParams {
22
25
  name: any;
@@ -24,6 +27,53 @@ export interface SourceFieldsOptionsParams {
24
27
  values?: any;
25
28
  excludeFromOgcFilters?: boolean;
26
29
  allowedOperatorsType?: OgcFilterOperatorType;
30
+ step?: number;
31
+ relation?: RelationOptions;
32
+ type?: number | number[] | string | string[] | boolean | Date;
33
+ primary?: boolean;
34
+ visible?: boolean;
35
+ validation?: SourceFieldsValidationParams;
36
+ linkColumnForce?: string;
37
+ multiple?: boolean;
38
+ tooltip?: string;
39
+ }
40
+ export interface EditionOptions {
41
+ enabled: boolean;
42
+ baseUrl: string;
43
+ addUrl: string;
44
+ deleteUrl: string;
45
+ modifyUrl: string;
46
+ geomType: typeof OlGeometryType;
47
+ hasGeometry: boolean;
48
+ addWithDraw?: boolean;
49
+ messages?: any[];
50
+ addHeaders?: {
51
+ [key: string]: any;
52
+ };
53
+ modifyHeaders?: {
54
+ [key: string]: any;
55
+ };
56
+ modifyProtocol?: string;
57
+ addButton?: boolean;
58
+ modifyButton?: boolean;
59
+ deleteButton?: boolean;
60
+ }
61
+ export interface RelationOptions {
62
+ title: string;
63
+ name: string;
64
+ table?: string;
65
+ url?: string;
66
+ alias?: string;
67
+ icon?: string;
68
+ parent?: string;
69
+ tooltip?: string;
70
+ }
71
+ export interface SourceFieldsValidationParams {
72
+ mandatory?: boolean;
73
+ maxLength?: number;
74
+ minLength?: number;
75
+ readonly?: boolean;
76
+ send?: boolean;
27
77
  }
28
78
  export interface Legend {
29
79
  collapsed?: boolean;
@@ -11,6 +11,7 @@ export declare class WFSDataSource extends DataSource {
11
11
  protected wfsService: WFSService;
12
12
  private authInterceptor?;
13
13
  ol: olSourceVector<OlGeometry>;
14
+ mostRecentIdCallOGCFilter: number;
14
15
  set ogcFilters(value: OgcFiltersOptions);
15
16
  get ogcFilters(): OgcFiltersOptions;
16
17
  readonly ogcFilters$: BehaviorSubject<OgcFiltersOptions>;
@@ -16,7 +16,7 @@ export declare const jsonRegex: RegExp;
16
16
  * @param ogcFilters OgcFiltersOptions
17
17
  * @returns A string representing the datasource options, based on filter and views
18
18
  */
19
- export declare function buildUrl(options: WFSDataSourceOptions, extent: any, proj: olProjection, ogcFilters: OgcFiltersOptions): string;
19
+ export declare function buildUrl(options: WFSDataSourceOptions, extent: any, proj: olProjection, ogcFilters: OgcFiltersOptions, randomParam?: boolean): string;
20
20
  /**
21
21
  * This method build/standardize WFS call query params based on the layer property.
22
22
  * @param wfsDataSourceOptions WFSDataSourceOptions The common wfs datasource options interface
@@ -8,6 +8,7 @@ export declare class DirectionsButtonsComponent {
8
8
  private messageService;
9
9
  private route;
10
10
  get activeRoute(): FeatureWithDirection;
11
+ contextUri: string;
11
12
  zoomToActiveRoute$: Subject<void>;
12
13
  stopsStore: StopsStore;
13
14
  routesFeatureStore: RoutesFeatureStore;
@@ -25,5 +26,5 @@ export declare class DirectionsButtonsComponent {
25
26
  };
26
27
  private getUrl;
27
28
  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
+ static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsButtonsComponent, "igo-directions-buttons", never, { "contextUri": "contextUri"; "zoomToActiveRoute$": "zoomToActiveRoute$"; "stopsStore": "stopsStore"; "routesFeatureStore": "routesFeatureStore"; }, {}, never, never>;
29
30
  }
@@ -26,6 +26,7 @@ export declare class DirectionsComponent implements OnInit, OnDestroy {
26
26
  private isTranslating;
27
27
  previousStops: Stop[];
28
28
  private searchs$$;
29
+ contextUri: string;
29
30
  stopsStore: StopsStore;
30
31
  stopsFeatureStore: StopsFeatureStore;
31
32
  routesFeatureStore: RoutesFeatureStore;
@@ -51,5 +52,5 @@ export declare class DirectionsComponent implements OnInit, OnDestroy {
51
52
  private getRoutes;
52
53
  addStopOverlay(stop: Stop): void;
53
54
  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
+ static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsComponent, "igo-directions", never, { "contextUri": "contextUri"; "stopsStore": "stopsStore"; "stopsFeatureStore": "stopsFeatureStore"; "routesFeatureStore": "routesFeatureStore"; "stepFeatureStore": "stepFeatureStore"; "debounce": "debounce"; "length": "length"; "coordRoundedDecimals": "coordRoundedDecimals"; "zoomToActiveRoute$": "zoomToActiveRoute$"; }, {}, never, never>;
55
56
  }
@@ -8,10 +8,12 @@ export declare class DrawPopupComponent {
8
8
  data: {
9
9
  currentLabel: string;
10
10
  };
11
+ confirmFlag: boolean;
11
12
  constructor(dialogRef: MatDialogRef<DrawPopupComponent>, data: {
12
13
  currentLabel: string;
13
14
  });
14
- noLabel(): void;
15
+ cancelDrawing(): void;
16
+ confirm(labelString: string): void;
15
17
  static ɵfac: i0.ɵɵFactoryDeclaration<DrawPopupComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<DrawPopupComponent, "igo-draw-popup-component", never, {}, {}, never, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<DrawPopupComponent, "igo-draw-popup-component", never, { "confirmFlag": "confirmFlag"; }, {}, never, never>;
17
19
  }
@@ -2,7 +2,7 @@ import { OnInit, OnDestroy } from '@angular/core';
2
2
  import { FeatureStore } from '../../feature';
3
3
  import { LanguageService } from '@igo2/core';
4
4
  import { MatDialog } from '@angular/material/dialog';
5
- import { GeometryType } from '../shared/draw.enum';
5
+ import { FontType, GeometryType } from '../shared/draw.enum';
6
6
  import { IgoMap } from '../../map/shared/map';
7
7
  import { BehaviorSubject } from 'rxjs';
8
8
  import { Draw, FeatureWithDraw } from '../shared/draw.interface';
@@ -28,6 +28,9 @@ export declare class DrawComponent implements OnInit, OnDestroy {
28
28
  fillColor: string;
29
29
  strokeColor: string;
30
30
  strokeWidth: number;
31
+ fontSize: string;
32
+ fontStyle: string;
33
+ fontType: FontType;
31
34
  map: IgoMap;
32
35
  store: FeatureStore<FeatureWithDraw>;
33
36
  draw$: BehaviorSubject<Draw>;
@@ -43,6 +46,8 @@ export declare class DrawComponent implements OnInit, OnDestroy {
43
46
  drawControlIsActive: boolean;
44
47
  labelsAreShown: boolean;
45
48
  private subscriptions$$;
49
+ fontSizeForm: string;
50
+ fontStyleForm: string;
46
51
  position: string;
47
52
  form: FormGroup;
48
53
  icons: Array<string>;
@@ -138,6 +143,18 @@ export declare class DrawComponent implements OnInit, OnDestroy {
138
143
  private updateLabelOfOlGeometry;
139
144
  onIconChange(event?: any): void;
140
145
  openShorcutsDialog(): void;
146
+ /**
147
+ * Called when the user double-clicks the selected drawing
148
+ */
149
+ editLabelDrawing(): void;
150
+ /**
151
+ * Called when the user changes the font size or/and style
152
+ * @param labelsAreShown wheter the labels are shown or not
153
+ * @param size the size of the font
154
+ * @param style the style of the font
155
+ */
156
+ onFontChange(labelsAreShown: boolean, size: string, style: FontType): void;
157
+ get allFontStyles(): string[];
141
158
  static ɵfac: i0.ɵɵFactoryDeclaration<DrawComponent, never>;
142
- static ɵcmp: i0.ɵɵComponentDeclaration<DrawComponent, "igo-draw", never, { "map": "map"; "store": "store"; }, { "fillColor": "fillColor"; "strokeColor": "strokeColor"; "strokeWidth": "strokeWidth"; }, never, never>;
159
+ static ɵcmp: i0.ɵɵComponentDeclaration<DrawComponent, "igo-draw", never, { "fontType": "fontType"; "map": "map"; "store": "store"; }, { "fillColor": "fillColor"; "strokeColor": "strokeColor"; "strokeWidth": "strokeWidth"; "fontSize": "fontSize"; "fontStyle": "fontStyle"; }, never, never>;
143
160
  }
@@ -8,6 +8,8 @@ export declare class DrawStyleService {
8
8
  private strokeWidth;
9
9
  private labelsAreShown;
10
10
  private icon;
11
+ private fontSize;
12
+ private fontStyle;
11
13
  constructor(mapService: MapService);
12
14
  getFillColor(): string;
13
15
  setFillColor(fillColor: string): void;
@@ -18,6 +20,10 @@ export declare class DrawStyleService {
18
20
  toggleLabelsAreShown(): void;
19
21
  setIcon(icon: string): void;
20
22
  getIcon(): string;
23
+ getFontSize(): string;
24
+ setFontSize(fontSize: string): void;
25
+ getFontStyle(): string;
26
+ setFontStyle(fontStyle: string): void;
21
27
  createDrawingLayerStyle(feature: any, resolution: any, labelsAreShown?: boolean, icon?: string): OlStyle.Style;
22
28
  static ɵfac: i0.ɵɵFactoryDeclaration<DrawStyleService, never>;
23
29
  static ɵprov: i0.ɵɵInjectableDeclaration<DrawStyleService>;
@@ -4,3 +4,18 @@ export declare enum GeometryType {
4
4
  Polygon = "Polygon",
5
5
  Circle = "Circle"
6
6
  }
7
+ export declare enum FontType {
8
+ Arial = "Arial",
9
+ ArialBlack = "Arial Black",
10
+ Verdana = "Verdana",
11
+ Tahoma = "Tahoma",
12
+ TrebuchetMS = "Trebuchet MS",
13
+ Impact = "Impact",
14
+ TimesNewRoman = "Times New Roman",
15
+ Georgia = "Georgia",
16
+ AmericanTypewriter = "American Typewriter",
17
+ Courier = "Courier",
18
+ LucidaConsole = "Lucida Console",
19
+ BrushScriptMT = "Brush Script MT",
20
+ ComicSansMS = "Comic Sans MS"
21
+ }
@@ -1,15 +1,21 @@
1
1
  import { ChangeDetectorRef, EventEmitter, OnInit, OnDestroy } from '@angular/core';
2
2
  import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
3
- import { NetworkService } from '@igo2/core';
3
+ import { NetworkService, MessageService, LanguageService } from '@igo2/core';
4
+ import { ConfigService } from '@igo2/core';
4
5
  import type { Toolbox } from '@igo2/common';
5
6
  import { Feature } from '../shared';
6
7
  import { SearchSource } from '../../search/shared/sources/source';
7
8
  import { IgoMap } from '../../map/shared/map';
9
+ import { HttpClient } from '@angular/common/http';
8
10
  import * as i0 from "@angular/core";
9
11
  export declare class FeatureDetailsComponent implements OnInit, OnDestroy {
12
+ private http;
10
13
  private cdRef;
11
14
  private sanitizer;
12
15
  private networkService;
16
+ private messageService;
17
+ private languageService;
18
+ private configService;
13
19
  private state;
14
20
  private unsubscribe$;
15
21
  ready: boolean;
@@ -32,15 +38,19 @@ export declare class FeatureDetailsComponent implements OnInit, OnDestroy {
32
38
  * @internal
33
39
  */
34
40
  get icon(): string;
35
- constructor(cdRef: ChangeDetectorRef, sanitizer: DomSanitizer, networkService: NetworkService);
41
+ constructor(http: HttpClient, cdRef: ChangeDetectorRef, sanitizer: DomSanitizer, networkService: NetworkService, messageService: MessageService, languageService: LanguageService, configService: ConfigService);
36
42
  ngOnInit(): void;
37
43
  ngOnDestroy(): void;
38
44
  urlSanitizer(value: any): SafeResourceUrl;
39
45
  isHtmlDisplay(): boolean;
40
46
  htmlSanitizer(value: any): SafeResourceUrl;
41
47
  isObject(value: any): boolean;
48
+ openSecureUrl(value: any): void;
42
49
  isUrl(value: any): boolean;
50
+ isDoc(value: any): boolean;
43
51
  isImg(value: any): boolean;
52
+ isEmbeddedLink(value: any): boolean;
53
+ getEmbeddedLinkText(value: any): any;
44
54
  filterFeatureProperties(feature: any): any;
45
55
  static ɵfac: i0.ɵɵFactoryDeclaration<FeatureDetailsComponent, never>;
46
56
  static ɵcmp: i0.ɵɵComponentDeclaration<FeatureDetailsComponent, "igo-feature-details", never, { "source": "source"; "map": "map"; "toolbox": "toolbox"; "feature": "feature"; }, { "routeEvent": "routeEvent"; "selectFeature": "selectFeature"; "htmlDisplayEvent": "htmlDisplayEvent"; }, never, never>;
@@ -1,30 +1,19 @@
1
1
  import { OnInit, ElementRef, EventEmitter } from '@angular/core';
2
2
  import { FeatureDetailsComponent } from './feature-details.component';
3
- import olGeolocation from 'ol/Geolocation';
4
3
  import { BehaviorSubject } from 'rxjs';
5
- import { Feature } from '../shared';
6
4
  import * as i0 from "@angular/core";
7
5
  export declare class FeatureDetailsDirective implements OnInit {
8
6
  private el;
9
7
  private component;
10
- geolocation$: BehaviorSubject<olGeolocation>;
11
- start: Feature;
12
- end: Feature;
13
- get map(): import("@igo2/geo").IgoMap;
14
- get feature(): Feature<{
8
+ get feature(): import("@igo2/geo").Feature<{
15
9
  [key: string]: any;
16
10
  }>;
17
11
  feature$: BehaviorSubject<any>;
18
- get geolocation(): olGeolocation;
19
- set geolocation(value: olGeolocation);
20
- routingEvent: EventEmitter<Feature<{
21
- [key: string]: any;
22
- }>[]>;
12
+ routingEvent: EventEmitter<void>;
23
13
  setFeature(): void;
24
14
  constructor(component: FeatureDetailsComponent, el: ElementRef);
25
15
  ngOnInit(): void;
26
16
  bindClicking(): void;
27
- activateRouting(): void;
28
17
  static ɵfac: i0.ɵɵFactoryDeclaration<FeatureDetailsDirective, [{ self: true; }, null]>;
29
18
  static ɵdir: i0.ɵɵDirectiveDeclaration<FeatureDetailsDirective, "[igoFeatureDetailsDirective]", never, {}, { "routingEvent": "routingEvent"; }, never>;
30
19
  }
@@ -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.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]>;
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.IgoDOMModule, 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
  }
@@ -1,8 +1,10 @@
1
- import { OnInit } from '@angular/core';
1
+ import { ChangeDetectorRef, OnInit } from '@angular/core';
2
+ import { ConfigService } from '@igo2/core';
3
+ import { DOMService } from '@igo2/common';
2
4
  import { OgcFilterableDataSource, OgcPushButton, OgcSelectorBundle, SelectorGroup } from '../../filter/shared/ogc-filter.interface';
3
5
  import { IgoMap } from '../../map';
4
6
  import { OGCFilterService } from '../shared/ogc-filter.service';
5
- import { FormBuilder, FormControl, FormGroup } from '@angular/forms';
7
+ import { FormBuilder, FormGroup } from '@angular/forms';
6
8
  import { OgcFilterOperator } from '../shared/ogc-filter.enum';
7
9
  import { MatSelect } from '@angular/material/select';
8
10
  import { BehaviorSubject } from 'rxjs';
@@ -10,6 +12,9 @@ import * as i0 from "@angular/core";
10
12
  export declare class OgcFilterSelectionComponent implements OnInit {
11
13
  private ogcFilterService;
12
14
  private formBuilder;
15
+ private domService;
16
+ private configService;
17
+ private cdRef;
13
18
  sel: MatSelect;
14
19
  refreshFilters: () => void;
15
20
  datasource: OgcFilterableDataSource;
@@ -24,10 +29,11 @@ export declare class OgcFilterSelectionComponent implements OnInit {
24
29
  form: FormGroup;
25
30
  private ogcFilterWriter;
26
31
  color: string;
27
- allSelected: boolean;
28
- select: FormControl;
29
- enabled$: BehaviorSubject<any>;
30
- enableds$: BehaviorSubject<any[]>;
32
+ selectAllSelected: boolean;
33
+ selectEnabled$: BehaviorSubject<any>;
34
+ selectEnableds$: BehaviorSubject<any[]>;
35
+ autocompleteEnabled$: BehaviorSubject<any>;
36
+ filteredOgcAutocomplete: {};
31
37
  applyFiltersTimeout: any;
32
38
  get ogcFiltersSelectors(): any[];
33
39
  get currentPushButtonsGroup(): any;
@@ -38,30 +44,42 @@ export declare class OgcFilterSelectionComponent implements OnInit {
38
44
  set currentRadioButtonsGroup(value: any);
39
45
  get currentSelectGroup(): any;
40
46
  set currentSelectGroup(value: any);
41
- get enabled(): any;
42
- set enabled(value: any);
43
- get enableds(): any[];
44
- set enableds(value: any[]);
45
- constructor(ogcFilterService: OGCFilterService, formBuilder: FormBuilder);
47
+ get currentAutocompleteGroup(): any;
48
+ set currentAutocompleteGroup(value: any);
49
+ get selectEnabled(): any;
50
+ set selectEnabled(value: any);
51
+ get selectEnableds(): any[];
52
+ set selectEnableds(value: any[]);
53
+ get autocompleteEnabled(): any;
54
+ set autocompleteEnabled(value: any);
55
+ constructor(ogcFilterService: OGCFilterService, formBuilder: FormBuilder, domService: DOMService, configService: ConfigService, cdRef: ChangeDetectorRef);
46
56
  private buildForm;
47
57
  getPushButtonsGroups(): SelectorGroup[];
48
58
  getCheckboxesGroups(): SelectorGroup[];
49
59
  getRadioButtonsGroups(): SelectorGroup[];
50
60
  getSelectGroups(): SelectorGroup[];
51
- ngOnInit(): void;
61
+ getAutocompleteGroups(): SelectorGroup[];
62
+ ngOnInit(): Promise<void>;
52
63
  private getSelectEnabled;
64
+ private getAutocompleteEnabled;
53
65
  getToolTip(selector: any): string;
66
+ getSelectDomValues(): Promise<void>;
67
+ getAutocompleteDomValues(): Promise<void>;
54
68
  getButtonColor(pushButton: OgcPushButton): {};
55
69
  bundleIsVertical(bundle: OgcSelectorBundle): boolean;
56
70
  private onPushButtonsChangeGroup;
57
71
  private onCheckboxesChangeGroup;
58
72
  private onRadioButtonsChangeGroup;
59
73
  private onSelectChangeGroup;
74
+ private onAutocompleteChangeGroup;
60
75
  onSelectionChange(currentOgcSelection?: any, selectorType?: any): void;
61
76
  emptyRadioButtons(): void;
62
77
  emptySelect(): void;
78
+ emptyAutocomplete(): void;
63
79
  toggleAllSelection(): void;
64
- optionClick(): void;
80
+ selectOptionClick(value: any, bundle: any, event?: any): void;
81
+ autocompleteOptionClick(value: any): void;
82
+ displayFn(dom: any): string;
65
83
  private applyFilters;
66
84
  isMoreResults(bundle: any, type: any): boolean;
67
85
  displayMoreResults(type: any): void;
@@ -34,6 +34,8 @@ export declare class OgcFilterTimeComponent implements OnInit {
34
34
  onlyYearBegin: number;
35
35
  onlyYearEnd: number;
36
36
  calendarTypeYear: boolean;
37
+ resetIcon: string;
38
+ filterStateDisable: boolean;
37
39
  endDatepickerTime: ElementRef;
38
40
  beginDatepickerTime: ElementRef;
39
41
  beginTime: HTMLInputElement;
@@ -73,6 +75,10 @@ export declare class OgcFilterTimeComponent implements OnInit {
73
75
  handleMax(): any;
74
76
  changePropertyByPass(event: any): void;
75
77
  modeChange(event: any): void;
78
+ setFilterStateDisable(): void;
79
+ getDateFromStringWithoutTime(stringDate: string): Date;
80
+ resetFilter(): void;
81
+ toggleFilterState(): void;
76
82
  static ɵfac: i0.ɵɵFactoryDeclaration<OgcFilterTimeComponent, never>;
77
83
  static ɵcmp: i0.ɵɵComponentDeclaration<OgcFilterTimeComponent, "igo-ogc-filter-time", never, { "datasource": "datasource"; "currentFilter": "currentFilter"; }, { "changeProperty": "changeProperty"; }, never, never>;
78
84
  }
@@ -3,6 +3,7 @@ import olFormatFilter from 'ol/format/filter/Filter';
3
3
  import olSource from 'ol/source/Source';
4
4
  import olSourceVector from 'ol/source/Vector';
5
5
  import type { default as OlGeometry } from 'ol/geom/Geometry';
6
+ import { DOMValue } from '@igo2/common';
6
7
  import { DataSource } from '../../datasource/shared/datasources/datasource';
7
8
  import { DataSourceOptions } from '../../datasource/shared/datasources/datasource.interface';
8
9
  import { OgcFilterOperatorType } from './ogc-filter.enum';
@@ -35,6 +36,7 @@ export interface OgcFiltersOptions {
35
36
  checkboxes?: IgoOgcSelector;
36
37
  radioButtons?: IgoOgcSelector;
37
38
  select?: IgoOgcSelector;
39
+ autocomplete?: IgoOgcSelector;
38
40
  interfaceOgcFilters?: OgcInterfaceFilterOptions[];
39
41
  filtered?: boolean;
40
42
  advancedOgcFilters?: boolean;
@@ -44,7 +46,7 @@ export interface OgcFiltersOptions {
44
46
  export interface IgoOgcSelector {
45
47
  groups: SelectorGroup[];
46
48
  bundles: OgcSelectorBundle[];
47
- selectorType: 'pushButton' | 'checkbox' | 'radioButton' | 'select';
49
+ selectorType: 'pushButton' | 'checkbox' | 'radioButton' | 'select' | 'autocomplete';
48
50
  order?: number;
49
51
  }
50
52
  export interface SelectorGroup {
@@ -61,7 +63,9 @@ export interface OgcSelectorBundle {
61
63
  vertical?: boolean;
62
64
  multiple?: boolean;
63
65
  unfiltered?: boolean;
64
- selectors: OgcPushButton[] | OgcCheckbox[] | OgcRadioButton[] | OgcSelect[];
66
+ selectors?: OgcPushButton[] | OgcCheckbox[] | OgcRadioButton[] | OgcSelect[] | OgcAutocomplete[];
67
+ domSelectors?: IgoDomSelector[];
68
+ width?: string;
65
69
  }
66
70
  export interface OgcPushButton {
67
71
  title: string;
@@ -88,6 +92,12 @@ export interface OgcSelect {
88
92
  enabled?: boolean;
89
93
  filters: IgoOgcFilterObject;
90
94
  }
95
+ export interface OgcAutocomplete {
96
+ title: string;
97
+ tooltip?: string;
98
+ enabled?: boolean;
99
+ filters: IgoOgcFilterObject;
100
+ }
91
101
  export interface OgcFilterableDataSourceOptions extends DataSourceOptions {
92
102
  ogcFilters?: OgcFiltersOptions;
93
103
  ol?: olSourceVector<OlGeometry> | olSource;
@@ -101,6 +111,13 @@ export interface IgoLogicalArrayOptions {
101
111
  logical: string;
102
112
  filters: IgoLogicalArrayOptions | AnyBaseOgcFilterOptions[];
103
113
  }
114
+ export interface IgoDomSelector {
115
+ id: number;
116
+ name: string;
117
+ operator: string;
118
+ propertyName: string;
119
+ domValue: DOMValue[];
120
+ }
104
121
  export interface OgcFilterCondionsArrayOptions {
105
122
  conditions: OgcFilter[];
106
123
  }
@@ -127,6 +144,7 @@ export interface OgcFilterDuringOptions extends OgcFilterAttributeOptions {
127
144
  sliderOptions?: SliderOptionsInterface;
128
145
  displayFormat?: string;
129
146
  calendarModeYear?: boolean;
147
+ title?: string;
130
148
  }
131
149
  export interface OgcFilterIsBetweenOptions extends OgcFilterAttributeOptions {
132
150
  lowerBoundary: number;
@@ -1,6 +1,5 @@
1
1
  import OlMap from 'ol/Map';
2
- import OlFeature from 'ol/Feature';
3
- import * as OlStyle from 'ol/style';
2
+ import { StyleLike as OlStyleLike } from 'ol/style/Style';
4
3
  import type { default as OlGeometryType } from 'ol/geom/GeometryType';
5
4
  import OlVectorSource from 'ol/source/Vector';
6
5
  import OlVectorLayer from 'ol/layer/Vector';
@@ -10,8 +9,8 @@ export interface DrawControlOptions {
10
9
  geometryType: typeof OlGeometryType | string;
11
10
  drawingLayerSource?: OlVectorSource<OlGeometry>;
12
11
  drawingLayer?: OlVectorLayer<OlVectorSource<OlGeometry>>;
13
- drawingLayerStyle?: OlStyle.Style | ((olFeature: OlFeature<OlGeometry>) => OlStyle.Style);
14
- interactionStyle?: OlStyle.Style | ((olFeature: OlFeature<OlGeometry>) => OlStyle.Style);
12
+ drawingLayerStyle?: OlStyleLike;
13
+ interactionStyle?: OlStyleLike;
15
14
  maxPoints?: number;
16
15
  }
17
16
  /**
@@ -39,6 +38,10 @@ export declare class DrawControl {
39
38
  * Draw select observable (modify drawn features)
40
39
  */
41
40
  select$: Subject<any>;
41
+ /**
42
+ * Draw abort observable (abort drawn features)
43
+ */
44
+ abort$: Subject<any>;
42
45
  /**
43
46
  * Freehand mode observable (defaults to false)
44
47
  */
@@ -52,6 +55,7 @@ export declare class DrawControl {
52
55
  private olModifyInteraction;
53
56
  private onDrawStartKey;
54
57
  private onDrawEndKey;
58
+ private onDrawAbortKey;
55
59
  private onDrawKey;
56
60
  private mousePosition;
57
61
  /**
@@ -1,6 +1,5 @@
1
1
  import OlMap from 'ol/Map';
2
- import OlFeature from 'ol/Feature';
3
- import * as OlStyle from 'ol/style';
2
+ import { StyleLike as OlStyleLike } from 'ol/style/Style';
4
3
  import OlVectorSource from 'ol/source/Vector';
5
4
  import OlVectorLayer from 'ol/layer/Vector';
6
5
  import OlModify from 'ol/interaction/Modify';
@@ -9,8 +8,8 @@ import { Subject } from 'rxjs';
9
8
  export interface ModifyControlOptions {
10
9
  source?: OlVectorSource<any>;
11
10
  layer?: OlVectorLayer<any>;
12
- layerStyle?: OlStyle.Style | ((olfeature: OlFeature<any>) => OlStyle.Style);
13
- drawStyle?: OlStyle.Style | ((olfeature: OlFeature<any>) => OlStyle.Style) | OlStyle.Circle | ((olfeature: OlFeature<OlGeometry>) => OlStyle.Circle);
11
+ layerStyle?: OlStyleLike;
12
+ drawStyle?: OlStyleLike;
14
13
  modify?: boolean;
15
14
  translate?: boolean;
16
15
  }
@@ -1,6 +1,5 @@
1
1
  import OlMap from 'ol/Map';
2
- import OlFeature from 'ol/Feature';
3
- import OlStyle from 'ol/style/Style';
2
+ import { StyleLike as OlStyleLike } from 'ol/style/Style';
4
3
  import OlVectorSource from 'ol/source/Vector';
5
4
  import OlVectorLayer from 'ol/layer/Vector';
6
5
  import type { default as OlGeometry } from 'ol/geom/Geometry';
@@ -9,8 +8,8 @@ import { GeometrySliceError } from '../geometry.errors';
9
8
  export interface SliceControlOptions {
10
9
  source?: OlVectorSource<OlGeometry>;
11
10
  layer?: OlVectorLayer<OlVectorSource<OlGeometry>>;
12
- layerStyle?: OlStyle | ((olfeature: OlFeature<OlGeometry>) => OlStyle);
13
- drawStyle?: OlStyle | ((olfeature: OlFeature<OlGeometry>) => OlStyle);
11
+ layerStyle?: OlStyleLike;
12
+ drawStyle?: OlStyleLike;
14
13
  }
15
14
  /**
16
15
  * Control to modify geometries
@@ -5,7 +5,7 @@ import { IgoMap } from '../../map/shared/map';
5
5
  import { StyleService } from '../../layer/shared/style.service';
6
6
  import { StyleListService } from '../style-list/style-list.service';
7
7
  export declare function addLayerAndFeaturesToMap(features: Feature[], map: IgoMap, layerTitle: string): VectorLayer;
8
- export declare function addLayerAndFeaturesStyledToMap(features: Feature[], map: IgoMap, layerTitle: string, styleListService: StyleListService, styleService: StyleService): VectorLayer;
8
+ export declare function addLayerAndFeaturesStyledToMap(features: Feature[], map: IgoMap, layerTitle: string, styleListService: StyleListService, styleService: StyleService, layerId?: string, imposedSourceOptions?: any, imposedLayerOptions?: any, zoomTo?: boolean): VectorLayer;
9
9
  export declare function handleFileImportSuccess(file: File, features: Feature[], map: IgoMap, messageService: MessageService, languageService: LanguageService, styleListService?: StyleListService, styleService?: StyleService): void;
10
10
  export declare function handleFileImportError(file: File, error: Error, messageService: MessageService, languageService: LanguageService, sizeMb?: number): void;
11
11
  export declare function handleInvalidFileImportError(file: File, error: Error, messageService: MessageService, languageService: LanguageService): void;
@@ -40,6 +40,7 @@ export declare class LayerItemComponent implements OnInit, OnDestroy {
40
40
  changeDetection: any;
41
41
  get opacity(): number;
42
42
  set opacity(opacity: number);
43
+ get eyeTooltip(): "igo.geo.layer.notInResolution" | "igo.geo.layer.hideLayer" | "igo.geo.layer.showLayer";
43
44
  action: EventEmitter<Layer>;
44
45
  checkbox: EventEmitter<{
45
46
  layer: Layer;