@igo2/geo 1.13.0 → 1.13.2

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 (466) 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/esm2020/lib/catalog/catalog-browser/catalog-browser-group.component.mjs +2 -2
  7. package/esm2020/lib/catalog/catalog-browser/catalog-browser-layer.component.mjs +2 -2
  8. package/esm2020/lib/catalog/catalog-browser/catalog-browser.component.mjs +2 -2
  9. package/esm2020/lib/catalog/catalog-browser/catalog-browser.module.mjs +1 -1
  10. package/esm2020/lib/catalog/catalog-library/add-catalog-dialog.component.mjs +2 -2
  11. package/esm2020/lib/catalog/catalog-library/catalog-library-item.component.mjs +2 -2
  12. package/esm2020/lib/catalog/catalog-library/catalog-library.component.mjs +2 -2
  13. package/esm2020/lib/catalog/catalog-library/catalog-library.module.mjs +1 -1
  14. package/esm2020/lib/catalog/catalog.module.mjs +1 -1
  15. package/esm2020/lib/catalog/index.mjs +1 -1
  16. package/esm2020/lib/catalog/shared/catalog.abstract.mjs +1 -1
  17. package/esm2020/lib/catalog/shared/catalog.enum.mjs +1 -1
  18. package/esm2020/lib/catalog/shared/catalog.interface.mjs +1 -1
  19. package/esm2020/lib/catalog/shared/catalog.service.mjs +1 -1
  20. package/esm2020/lib/catalog/shared/index.mjs +1 -1
  21. package/esm2020/lib/datasource/datasource.module.mjs +1 -1
  22. package/esm2020/lib/datasource/index.mjs +1 -1
  23. package/esm2020/lib/datasource/shared/capabilities.service.mjs +22 -17
  24. package/esm2020/lib/datasource/shared/datasource.service.mjs +1 -1
  25. package/esm2020/lib/datasource/shared/datasources/any-datasource.interface.mjs +1 -1
  26. package/esm2020/lib/datasource/shared/datasources/any-datasource.mjs +1 -1
  27. package/esm2020/lib/datasource/shared/datasources/arcgisrest-datasource.interface.mjs +1 -1
  28. package/esm2020/lib/datasource/shared/datasources/arcgisrest-datasource.mjs +1 -1
  29. package/esm2020/lib/datasource/shared/datasources/carto-datasource.interface.mjs +1 -1
  30. package/esm2020/lib/datasource/shared/datasources/carto-datasource.mjs +1 -1
  31. package/esm2020/lib/datasource/shared/datasources/cluster-datasource.interface.mjs +1 -1
  32. package/esm2020/lib/datasource/shared/datasources/cluster-datasource.mjs +1 -1
  33. package/esm2020/lib/datasource/shared/datasources/data.service.mjs +1 -1
  34. package/esm2020/lib/datasource/shared/datasources/datasource.interface.mjs +1 -1
  35. package/esm2020/lib/datasource/shared/datasources/datasource.mjs +1 -1
  36. package/esm2020/lib/datasource/shared/datasources/feature-datasource.interface.mjs +1 -1
  37. package/esm2020/lib/datasource/shared/datasources/feature-datasource.mjs +1 -1
  38. package/esm2020/lib/datasource/shared/datasources/imagearcgisrest-datasource.interface.mjs +1 -1
  39. package/esm2020/lib/datasource/shared/datasources/imagearcgisrest-datasource.mjs +1 -1
  40. package/esm2020/lib/datasource/shared/datasources/index.mjs +1 -1
  41. package/esm2020/lib/datasource/shared/datasources/mvt-datasource.interface.mjs +1 -1
  42. package/esm2020/lib/datasource/shared/datasources/mvt-datasource.mjs +1 -1
  43. package/esm2020/lib/datasource/shared/datasources/osm-datasource.interface.mjs +1 -1
  44. package/esm2020/lib/datasource/shared/datasources/osm-datasource.mjs +1 -1
  45. package/esm2020/lib/datasource/shared/datasources/tilearcgisrest-datasource.interface.mjs +1 -1
  46. package/esm2020/lib/datasource/shared/datasources/tilearcgisrest-datasource.mjs +1 -1
  47. package/esm2020/lib/datasource/shared/datasources/tiledebug-datasource.interface.mjs +1 -1
  48. package/esm2020/lib/datasource/shared/datasources/tiledebug-datasource.mjs +1 -1
  49. package/esm2020/lib/datasource/shared/datasources/websocket-datasource.interface.mjs +1 -1
  50. package/esm2020/lib/datasource/shared/datasources/websocket-datasource.mjs +1 -1
  51. package/esm2020/lib/datasource/shared/datasources/wfs-datasource.interface.mjs +1 -1
  52. package/esm2020/lib/datasource/shared/datasources/wfs-datasource.mjs +1 -1
  53. package/esm2020/lib/datasource/shared/datasources/wfs.service.mjs +1 -1
  54. package/esm2020/lib/datasource/shared/datasources/wms-datasource.interface.mjs +1 -1
  55. package/esm2020/lib/datasource/shared/datasources/wms-datasource.mjs +1 -1
  56. package/esm2020/lib/datasource/shared/datasources/wms-wfs.utils.mjs +1 -1
  57. package/esm2020/lib/datasource/shared/datasources/wmts-datasource.interface.mjs +1 -1
  58. package/esm2020/lib/datasource/shared/datasources/wmts-datasource.mjs +1 -1
  59. package/esm2020/lib/datasource/shared/datasources/xyz-datasource.interface.mjs +1 -1
  60. package/esm2020/lib/datasource/shared/datasources/xyz-datasource.mjs +1 -1
  61. package/esm2020/lib/datasource/shared/index.mjs +1 -1
  62. package/esm2020/lib/datasource/shared/options/index.mjs +1 -1
  63. package/esm2020/lib/datasource/shared/options/options-api.interface.mjs +1 -1
  64. package/esm2020/lib/datasource/shared/options/options-api.providers.mjs +1 -1
  65. package/esm2020/lib/datasource/shared/options/options-api.service.mjs +1 -1
  66. package/esm2020/lib/datasource/shared/options/options.service.mjs +1 -1
  67. package/esm2020/lib/datasource/utils/esri-style-generator.mjs +1 -1
  68. package/esm2020/lib/datasource/utils/index.mjs +1 -1
  69. package/esm2020/lib/datasource/utils/tilegrid.mjs +1 -1
  70. package/esm2020/lib/directions/directions-buttons/directions-buttons.component.mjs +2 -2
  71. package/esm2020/lib/directions/directions-buttons/index.mjs +1 -1
  72. package/esm2020/lib/directions/directions-inputs/directions-inputs.component.mjs +2 -2
  73. package/esm2020/lib/directions/directions-inputs/index.mjs +1 -1
  74. package/esm2020/lib/directions/directions-results/directions-results.component.mjs +2 -2
  75. package/esm2020/lib/directions/directions-results/index.mjs +1 -1
  76. package/esm2020/lib/directions/directions-sources/directions-source.interface.mjs +1 -1
  77. package/esm2020/lib/directions/directions-sources/directions-source.mjs +1 -1
  78. package/esm2020/lib/directions/directions-sources/directions-source.provider.mjs +1 -1
  79. package/esm2020/lib/directions/directions-sources/index.mjs +1 -1
  80. package/esm2020/lib/directions/directions-sources/osrm-directions-source.mjs +1 -1
  81. package/esm2020/lib/directions/directions.component.mjs +2 -2
  82. package/esm2020/lib/directions/directions.module.mjs +1 -1
  83. package/esm2020/lib/directions/index.mjs +1 -1
  84. package/esm2020/lib/directions/shared/directions-source.service.mjs +1 -1
  85. package/esm2020/lib/directions/shared/directions.enum.mjs +1 -1
  86. package/esm2020/lib/directions/shared/directions.interface.mjs +1 -1
  87. package/esm2020/lib/directions/shared/directions.service.mjs +1 -1
  88. package/esm2020/lib/directions/shared/directions.utils.mjs +1 -1
  89. package/esm2020/lib/directions/shared/index.mjs +1 -1
  90. package/esm2020/lib/directions/shared/store.mjs +1 -1
  91. package/esm2020/lib/download/download-button/download-button.component.mjs +2 -2
  92. package/esm2020/lib/download/download-button/index.mjs +1 -1
  93. package/esm2020/lib/download/download.module.mjs +1 -1
  94. package/esm2020/lib/download/index.mjs +1 -1
  95. package/esm2020/lib/download/shared/download.interface.mjs +1 -1
  96. package/esm2020/lib/download/shared/download.service.mjs +1 -1
  97. package/esm2020/lib/download/shared/index.mjs +1 -1
  98. package/esm2020/lib/draw/draw/draw-popup.component.mjs +5 -5
  99. package/esm2020/lib/draw/draw/draw-shorcuts.component.mjs +2 -2
  100. package/esm2020/lib/draw/draw/draw.component.mjs +384 -273
  101. package/esm2020/lib/draw/draw/draw.module.mjs +19 -15
  102. package/esm2020/lib/draw/drawingTool.module.mjs +1 -1
  103. package/esm2020/lib/draw/index.mjs +1 -1
  104. package/esm2020/lib/draw/shared/draw-icon.service.mjs +1 -1
  105. package/esm2020/lib/draw/shared/draw-style.service.mjs +35 -18
  106. package/esm2020/lib/draw/shared/draw.enum.mjs +1 -1
  107. package/esm2020/lib/draw/shared/draw.interface.mjs +1 -1
  108. package/esm2020/lib/draw/shared/draw.utils.mjs +1 -1
  109. package/esm2020/lib/draw/shared/index.mjs +1 -1
  110. package/esm2020/lib/feature/feature-details/feature-details.component.mjs +52 -27
  111. package/esm2020/lib/feature/feature-details/feature-details.directive.mjs +1 -1
  112. package/esm2020/lib/feature/feature-details/feature-details.module.mjs +1 -1
  113. package/esm2020/lib/feature/feature-form/feature-form.component.mjs +2 -2
  114. package/esm2020/lib/feature/feature-form/feature-form.module.mjs +1 -1
  115. package/esm2020/lib/feature/feature.module.mjs +1 -1
  116. package/esm2020/lib/feature/index.mjs +1 -1
  117. package/esm2020/lib/feature/shared/feature.enums.mjs +1 -1
  118. package/esm2020/lib/feature/shared/feature.interfaces.mjs +1 -1
  119. package/esm2020/lib/feature/shared/feature.utils.mjs +4 -5
  120. package/esm2020/lib/feature/shared/index.mjs +1 -1
  121. package/esm2020/lib/feature/shared/store.mjs +14 -2
  122. package/esm2020/lib/feature/shared/strategies/in-map-extent.mjs +1 -1
  123. package/esm2020/lib/feature/shared/strategies/in-map-resolution.mjs +1 -1
  124. package/esm2020/lib/feature/shared/strategies/index.mjs +1 -1
  125. package/esm2020/lib/feature/shared/strategies/loading-layer.mjs +1 -1
  126. package/esm2020/lib/feature/shared/strategies/loading.mjs +1 -1
  127. package/esm2020/lib/feature/shared/strategies/selection.mjs +1 -1
  128. package/esm2020/lib/feature/shared/strategies.utils.mjs +1 -1
  129. package/esm2020/lib/filter/filter.module.mjs +2 -2
  130. package/esm2020/lib/filter/index.mjs +1 -1
  131. package/esm2020/lib/filter/ogc-filter-button/index.mjs +1 -1
  132. package/esm2020/lib/filter/ogc-filter-button/ogc-filter-button.component.mjs +2 -2
  133. package/esm2020/lib/filter/ogc-filter-form/index.mjs +1 -1
  134. package/esm2020/lib/filter/ogc-filter-form/ogc-filter-form.component.mjs +3 -3
  135. package/esm2020/lib/filter/ogc-filter-selection/index.mjs +1 -1
  136. package/esm2020/lib/filter/ogc-filter-selection/ogc-filter-selection.component.mjs +3 -3
  137. package/esm2020/lib/filter/ogc-filter-time/index.mjs +1 -1
  138. package/esm2020/lib/filter/ogc-filter-time/ogc-filter-time-slider.component.mjs +2 -2
  139. package/esm2020/lib/filter/ogc-filter-time/ogc-filter-time.component.mjs +3 -3
  140. package/esm2020/lib/filter/ogc-filterable-form/index.mjs +1 -1
  141. package/esm2020/lib/filter/ogc-filterable-form/ogc-filterable-form.component.mjs +2 -2
  142. package/esm2020/lib/filter/ogc-filterable-item/index.mjs +1 -1
  143. package/esm2020/lib/filter/ogc-filterable-item/ogc-filterable-item.component.mjs +44 -39
  144. package/esm2020/lib/filter/ogc-filterable-list/index.mjs +1 -1
  145. package/esm2020/lib/filter/ogc-filterable-list/ogc-filterable-list-binding.directive.mjs +1 -1
  146. package/esm2020/lib/filter/ogc-filterable-list/ogc-filterable-list.component.mjs +23 -10
  147. package/esm2020/lib/filter/shared/filterable-datasource.pipe.mjs +1 -1
  148. package/esm2020/lib/filter/shared/index.mjs +1 -1
  149. package/esm2020/lib/filter/shared/ogc-filter-time.service.mjs +1 -1
  150. package/esm2020/lib/filter/shared/ogc-filter.enum.mjs +1 -1
  151. package/esm2020/lib/filter/shared/ogc-filter.interface.mjs +1 -1
  152. package/esm2020/lib/filter/shared/ogc-filter.mjs +1 -1
  153. package/esm2020/lib/filter/shared/ogc-filter.service.mjs +1 -1
  154. package/esm2020/lib/filter/shared/spatial-filter.enum.mjs +1 -1
  155. package/esm2020/lib/filter/shared/spatial-filter.interface.mjs +1 -1
  156. package/esm2020/lib/filter/shared/spatial-filter.service.mjs +1 -1
  157. package/esm2020/lib/filter/shared/time-filter.enum.mjs +1 -1
  158. package/esm2020/lib/filter/shared/time-filter.interface.mjs +1 -1
  159. package/esm2020/lib/filter/shared/time-filter.service.mjs +1 -1
  160. package/esm2020/lib/filter/spatial-filter/spatial-filter-item/index.mjs +1 -1
  161. package/esm2020/lib/filter/spatial-filter/spatial-filter-item/spatial-filter-item.component.mjs +2 -2
  162. package/esm2020/lib/filter/spatial-filter/spatial-filter-list/index.mjs +1 -1
  163. package/esm2020/lib/filter/spatial-filter/spatial-filter-list/spatial-filter-list.component.mjs +2 -2
  164. package/esm2020/lib/filter/spatial-filter/spatial-filter-type/index.mjs +1 -1
  165. package/esm2020/lib/filter/spatial-filter/spatial-filter-type/spatial-filter-type.component.mjs +2 -2
  166. package/esm2020/lib/filter/time-filter-button/index.mjs +1 -1
  167. package/esm2020/lib/filter/time-filter-button/time-filter-button.component.mjs +2 -2
  168. package/esm2020/lib/filter/time-filter-form/index.mjs +1 -1
  169. package/esm2020/lib/filter/time-filter-form/time-filter-form.component.mjs +2 -2
  170. package/esm2020/lib/filter/time-filter-item/index.mjs +1 -1
  171. package/esm2020/lib/filter/time-filter-item/time-filter-item.component.mjs +2 -2
  172. package/esm2020/lib/filter/time-filter-list/index.mjs +1 -1
  173. package/esm2020/lib/filter/time-filter-list/time-filter-list-binding.directive.mjs +1 -1
  174. package/esm2020/lib/filter/time-filter-list/time-filter-list.component.mjs +2 -2
  175. package/esm2020/lib/geo.module.mjs +1 -1
  176. package/esm2020/lib/geometry/geometry-form-field/geometry-form-field-input.component.mjs +1 -1
  177. package/esm2020/lib/geometry/geometry-form-field/geometry-form-field.component.mjs +2 -2
  178. package/esm2020/lib/geometry/geometry-form-field/geometry-form-field.module.mjs +1 -1
  179. package/esm2020/lib/geometry/geometry.module.mjs +1 -1
  180. package/esm2020/lib/geometry/index.mjs +1 -1
  181. package/esm2020/lib/geometry/shared/controls/draw.mjs +1 -1
  182. package/esm2020/lib/geometry/shared/controls/index.mjs +1 -1
  183. package/esm2020/lib/geometry/shared/controls/modify.mjs +1 -1
  184. package/esm2020/lib/geometry/shared/controls/slice.mjs +1 -1
  185. package/esm2020/lib/geometry/shared/geometry.errors.mjs +1 -1
  186. package/esm2020/lib/geometry/shared/geometry.interfaces.mjs +1 -1
  187. package/esm2020/lib/geometry/shared/geometry.utils.mjs +1 -1
  188. package/esm2020/lib/geometry/shared/index.mjs +1 -1
  189. package/esm2020/lib/import-export/export-button/export-button.component.mjs +2 -2
  190. package/esm2020/lib/import-export/export-button/index.mjs +1 -1
  191. package/esm2020/lib/import-export/import-export/import-export.component.mjs +98 -68
  192. package/esm2020/lib/import-export/import-export/index.mjs +1 -1
  193. package/esm2020/lib/import-export/import-export.module.mjs +6 -3
  194. package/esm2020/lib/import-export/index.mjs +1 -1
  195. package/esm2020/lib/import-export/shared/drop-geo-file.directive.mjs +1 -1
  196. package/esm2020/lib/import-export/shared/export.errors.mjs +1 -1
  197. package/esm2020/lib/import-export/shared/export.interface.mjs +1 -1
  198. package/esm2020/lib/import-export/shared/export.service.mjs +1 -1
  199. package/esm2020/lib/import-export/shared/export.type.mjs +1 -1
  200. package/esm2020/lib/import-export/shared/export.utils.mjs +1 -1
  201. package/esm2020/lib/import-export/shared/import.errors.mjs +1 -1
  202. package/esm2020/lib/import-export/shared/import.interface.mjs +1 -1
  203. package/esm2020/lib/import-export/shared/import.service.mjs +1 -1
  204. package/esm2020/lib/import-export/shared/import.utils.mjs +3 -2
  205. package/esm2020/lib/import-export/shared/index.mjs +1 -1
  206. package/esm2020/lib/import-export/style-list/index.mjs +1 -1
  207. package/esm2020/lib/import-export/style-list/style-list.interface.mjs +1 -1
  208. package/esm2020/lib/import-export/style-list/style-list.module.mjs +1 -1
  209. package/esm2020/lib/import-export/style-list/style-list.provider.mjs +1 -1
  210. package/esm2020/lib/import-export/style-list/style-list.service.mjs +1 -1
  211. package/esm2020/lib/layer/index.mjs +2 -1
  212. package/esm2020/lib/layer/layer-item/index.mjs +1 -1
  213. package/esm2020/lib/layer/layer-item/layer-item.component.mjs +2 -2
  214. package/esm2020/lib/layer/layer-legend/index.mjs +1 -1
  215. package/esm2020/lib/layer/layer-legend/layer-legend.component.mjs +28 -22
  216. package/esm2020/lib/layer/layer-legend-item/index.mjs +1 -1
  217. package/esm2020/lib/layer/layer-legend-item/layer-legend-item.component.mjs +2 -2
  218. package/esm2020/lib/layer/layer-legend-list/index.mjs +1 -1
  219. package/esm2020/lib/layer/layer-legend-list/layer-legend-list-binding.directive.mjs +1 -1
  220. package/esm2020/lib/layer/layer-legend-list/layer-legend-list.component.mjs +2 -2
  221. package/esm2020/lib/layer/layer-list/index.mjs +1 -1
  222. package/esm2020/lib/layer/layer-list/layer-list-binding.directive.mjs +1 -1
  223. package/esm2020/lib/layer/layer-list/layer-list.component.mjs +47 -28
  224. package/esm2020/lib/layer/layer-list/layer-list.enum.mjs +1 -1
  225. package/esm2020/lib/layer/layer-list-tool/index.mjs +1 -1
  226. package/esm2020/lib/layer/layer-list-tool/layer-list-tool.component.mjs +5 -5
  227. package/esm2020/lib/layer/layer-list-tool/layer-list-tool.enum.mjs +1 -1
  228. package/esm2020/lib/layer/layer-list-tool/layer-list-tool.interface.mjs +1 -1
  229. package/esm2020/lib/layer/layer-list-tool/layer-list-tool.service.mjs +1 -1
  230. package/esm2020/lib/layer/layer.module.mjs +19 -7
  231. package/esm2020/lib/layer/shared/clusterParam.mjs +1 -1
  232. package/esm2020/lib/layer/shared/index.mjs +1 -1
  233. package/esm2020/lib/layer/shared/layer.enums.mjs +1 -1
  234. package/esm2020/lib/layer/shared/layer.service.mjs +1 -1
  235. package/esm2020/lib/layer/shared/layers/any-layer.interface.mjs +1 -1
  236. package/esm2020/lib/layer/shared/layers/any-layer.mjs +1 -1
  237. package/esm2020/lib/layer/shared/layers/image-layer.interface.mjs +1 -1
  238. package/esm2020/lib/layer/shared/layers/image-layer.mjs +1 -1
  239. package/esm2020/lib/layer/shared/layers/index.mjs +1 -1
  240. package/esm2020/lib/layer/shared/layers/layer.interface.mjs +1 -1
  241. package/esm2020/lib/layer/shared/layers/layer.mjs +1 -1
  242. package/esm2020/lib/layer/shared/layers/tile-layer.interface.mjs +1 -1
  243. package/esm2020/lib/layer/shared/layers/tile-layer.mjs +1 -1
  244. package/esm2020/lib/layer/shared/layers/vector-layer.interface.mjs +1 -1
  245. package/esm2020/lib/layer/shared/layers/vector-layer.mjs +4 -1
  246. package/esm2020/lib/layer/shared/layers/vectortile-layer.interface.mjs +1 -1
  247. package/esm2020/lib/layer/shared/layers/vectortile-layer.mjs +1 -1
  248. package/esm2020/lib/layer/shared/style.service.mjs +1 -1
  249. package/esm2020/lib/layer/shared/vector-style.interface.mjs +1 -1
  250. package/esm2020/lib/layer/style-modal/index.mjs +2 -0
  251. package/esm2020/lib/layer/style-modal/style-modal.component.mjs +288 -0
  252. package/esm2020/lib/layer/track-feature-button/index.mjs +1 -1
  253. package/esm2020/lib/layer/track-feature-button/track-feature-button.component.mjs +2 -2
  254. package/esm2020/lib/layer/utils/image-watcher.mjs +1 -1
  255. package/esm2020/lib/layer/utils/index.mjs +1 -1
  256. package/esm2020/lib/layer/utils/layer.utils.mjs +1 -1
  257. package/esm2020/lib/layer/utils/outputLegend.mjs +1 -1
  258. package/esm2020/lib/layer/utils/tile-watcher.mjs +1 -1
  259. package/esm2020/lib/layer/utils/vector-watcher.mjs +1 -1
  260. package/esm2020/lib/map/baselayers-switcher/baselayers-switcher.animation.mjs +1 -1
  261. package/esm2020/lib/map/baselayers-switcher/baselayers-switcher.component.mjs +2 -2
  262. package/esm2020/lib/map/baselayers-switcher/index.mjs +1 -1
  263. package/esm2020/lib/map/baselayers-switcher/mini-basemap.component.mjs +2 -2
  264. package/esm2020/lib/map/geolocate-button/geolocate-button.component.mjs +21 -18
  265. package/esm2020/lib/map/geolocate-button/index.mjs +1 -1
  266. package/esm2020/lib/map/index.mjs +1 -1
  267. package/esm2020/lib/map/info-section/index.mjs +1 -1
  268. package/esm2020/lib/map/info-section/info-section.component.mjs +2 -2
  269. package/esm2020/lib/map/map-browser/index.mjs +1 -1
  270. package/esm2020/lib/map/map-browser/map-browser.component.mjs +2 -2
  271. package/esm2020/lib/map/map-center/index.mjs +1 -1
  272. package/esm2020/lib/map/map-center/map-center.component.mjs +2 -2
  273. package/esm2020/lib/map/map.module.mjs +1 -1
  274. package/esm2020/lib/map/menu-button/index.mjs +1 -1
  275. package/esm2020/lib/map/menu-button/menu-button.component.mjs +2 -2
  276. package/esm2020/lib/map/offline-button/index.mjs +1 -1
  277. package/esm2020/lib/map/offline-button/offline-button.component.mjs +2 -2
  278. package/esm2020/lib/map/rotation-button/index.mjs +1 -1
  279. package/esm2020/lib/map/rotation-button/rotation-button.component.mjs +41 -62
  280. package/esm2020/lib/map/shared/controllers/controller.mjs +1 -1
  281. package/esm2020/lib/map/shared/controllers/geolocation.mjs +1 -1
  282. package/esm2020/lib/map/shared/controllers/index.mjs +1 -1
  283. package/esm2020/lib/map/shared/controllers/view.mjs +11 -2
  284. package/esm2020/lib/map/shared/hover-feature.directive.mjs +10 -13
  285. package/esm2020/lib/map/shared/index.mjs +1 -1
  286. package/esm2020/lib/map/shared/linkedLayers.utils.mjs +3 -3
  287. package/esm2020/lib/map/shared/map-pointer-position.directive.mjs +1 -1
  288. package/esm2020/lib/map/shared/map.enums.mjs +1 -1
  289. package/esm2020/lib/map/shared/map.interface.mjs +1 -1
  290. package/esm2020/lib/map/shared/map.mjs +2 -1
  291. package/esm2020/lib/map/shared/map.service.mjs +1 -1
  292. package/esm2020/lib/map/shared/map.utils.mjs +1 -1
  293. package/esm2020/lib/map/shared/mapOffline.directive.mjs +1 -1
  294. package/esm2020/lib/map/shared/projection.interfaces.mjs +1 -1
  295. package/esm2020/lib/map/shared/projection.service.mjs +1 -1
  296. package/esm2020/lib/map/shared/projection.utils.mjs +1 -1
  297. package/esm2020/lib/map/swipe-control/index.mjs +1 -1
  298. package/esm2020/lib/map/swipe-control/swipe-control.component.mjs +2 -2
  299. package/esm2020/lib/map/utils/layer-watcher.mjs +1 -1
  300. package/esm2020/lib/map/wake-lock-button/index.mjs +1 -1
  301. package/esm2020/lib/map/wake-lock-button/wake-lock-button.component.mjs +2 -2
  302. package/esm2020/lib/map/zoom-button/index.mjs +1 -1
  303. package/esm2020/lib/map/zoom-button/zoom-button.component.mjs +2 -2
  304. package/esm2020/lib/measure/index.mjs +1 -1
  305. package/esm2020/lib/measure/measure.module.mjs +1 -1
  306. package/esm2020/lib/measure/measurer/measure-format.pipe.mjs +1 -1
  307. package/esm2020/lib/measure/measurer/measurer-dialog.component.mjs +2 -2
  308. package/esm2020/lib/measure/measurer/measurer-item.component.mjs +2 -2
  309. package/esm2020/lib/measure/measurer/measurer.component.mjs +2 -2
  310. package/esm2020/lib/measure/measurer/measurer.module.mjs +1 -1
  311. package/esm2020/lib/measure/shared/index.mjs +1 -1
  312. package/esm2020/lib/measure/shared/measure.enum.mjs +1 -1
  313. package/esm2020/lib/measure/shared/measure.interfaces.mjs +1 -1
  314. package/esm2020/lib/measure/shared/measure.utils.mjs +1 -1
  315. package/esm2020/lib/metadata/index.mjs +1 -1
  316. package/esm2020/lib/metadata/metadata-button/index.mjs +1 -1
  317. package/esm2020/lib/metadata/metadata-button/metadata-button.component.mjs +3 -3
  318. package/esm2020/lib/metadata/metadata.module.mjs +1 -1
  319. package/esm2020/lib/metadata/shared/index.mjs +1 -1
  320. package/esm2020/lib/metadata/shared/metadata.interface.mjs +1 -1
  321. package/esm2020/lib/metadata/shared/metadata.service.mjs +1 -1
  322. package/esm2020/lib/offline/geoDB/configFileToGeoDB.service.mjs +76 -0
  323. package/esm2020/lib/offline/geoDB/geoDB.enums.mjs +1 -1
  324. package/esm2020/lib/offline/geoDB/geoDB.interface.mjs +1 -1
  325. package/esm2020/lib/offline/geoDB/geoDB.service.mjs +7 -1
  326. package/esm2020/lib/offline/geoDB/index.mjs +2 -1
  327. package/esm2020/lib/offline/index.mjs +1 -1
  328. package/esm2020/lib/offline/shared/geo-network.service.mjs +1 -1
  329. package/esm2020/lib/offline/shared/index.mjs +1 -1
  330. package/esm2020/lib/overlay/index.mjs +1 -1
  331. package/esm2020/lib/overlay/overlay.module.mjs +1 -1
  332. package/esm2020/lib/overlay/shared/index.mjs +1 -1
  333. package/esm2020/lib/overlay/shared/overlay-marker-style.utils.mjs +1 -1
  334. package/esm2020/lib/overlay/shared/overlay.directive.mjs +1 -1
  335. package/esm2020/lib/overlay/shared/overlay.enum.mjs +1 -1
  336. package/esm2020/lib/overlay/shared/overlay.mjs +1 -1
  337. package/esm2020/lib/overlay/shared/overlay.service.mjs +1 -1
  338. package/esm2020/lib/overlay/shared/overlay.utils.mjs +1 -1
  339. package/esm2020/lib/print/index.mjs +1 -1
  340. package/esm2020/lib/print/print/print.component.mjs +2 -2
  341. package/esm2020/lib/print/print-form/index.mjs +1 -1
  342. package/esm2020/lib/print/print-form/print-form.component.mjs +2 -2
  343. package/esm2020/lib/print/print.module.mjs +1 -1
  344. package/esm2020/lib/print/shared/index.mjs +1 -1
  345. package/esm2020/lib/print/shared/print.interface.mjs +1 -1
  346. package/esm2020/lib/print/shared/print.service.mjs +1 -1
  347. package/esm2020/lib/print/shared/print.type.mjs +1 -1
  348. package/esm2020/lib/query/index.mjs +1 -1
  349. package/esm2020/lib/query/query.module.mjs +1 -1
  350. package/esm2020/lib/query/shared/index.mjs +1 -1
  351. package/esm2020/lib/query/shared/query-search-source.mjs +1 -1
  352. package/esm2020/lib/query/shared/query-search-source.providers.mjs +1 -1
  353. package/esm2020/lib/query/shared/query.directive.mjs +1 -1
  354. package/esm2020/lib/query/shared/query.enums.mjs +1 -1
  355. package/esm2020/lib/query/shared/query.interfaces.mjs +1 -1
  356. package/esm2020/lib/query/shared/query.service.mjs +4 -1
  357. package/esm2020/lib/query/shared/query.utils.mjs +1 -1
  358. package/esm2020/lib/search/index.mjs +1 -1
  359. package/esm2020/lib/search/search-bar/search-bar.component.mjs +16 -14
  360. package/esm2020/lib/search/search-bar/search-bar.module.mjs +1 -1
  361. package/esm2020/lib/search/search-bar/search-url-param.directive.mjs +1 -1
  362. package/esm2020/lib/search/search-results/search-results-add-button.component.mjs +2 -2
  363. package/esm2020/lib/search/search-results/search-results-item.component.mjs +2 -2
  364. package/esm2020/lib/search/search-results/search-results.component.mjs +2 -2
  365. package/esm2020/lib/search/search-results/search-results.module.mjs +1 -1
  366. package/esm2020/lib/search/search-selector/search-selector.component.mjs +2 -2
  367. package/esm2020/lib/search/search-selector/search-selector.module.mjs +1 -1
  368. package/esm2020/lib/search/search-settings/search-settings.component.mjs +2 -2
  369. package/esm2020/lib/search/search-settings/search-settings.module.mjs +1 -1
  370. package/esm2020/lib/search/search.module.mjs +1 -1
  371. package/esm2020/lib/search/shared/index.mjs +1 -1
  372. package/esm2020/lib/search/shared/search-pointer-summary.directive.mjs +1 -1
  373. package/esm2020/lib/search/shared/search-source-service.providers.mjs +1 -1
  374. package/esm2020/lib/search/shared/search-source.service.mjs +1 -1
  375. package/esm2020/lib/search/shared/search.enums.mjs +1 -1
  376. package/esm2020/lib/search/shared/search.interfaces.mjs +1 -1
  377. package/esm2020/lib/search/shared/search.service.mjs +1 -1
  378. package/esm2020/lib/search/shared/search.utils.mjs +13 -1
  379. package/esm2020/lib/search/shared/sources/cadastre.mjs +1 -1
  380. package/esm2020/lib/search/shared/sources/cadastre.providers.mjs +1 -1
  381. package/esm2020/lib/search/shared/sources/coordinates.interfaces.mjs +1 -1
  382. package/esm2020/lib/search/shared/sources/coordinates.mjs +1 -1
  383. package/esm2020/lib/search/shared/sources/coordinates.providers.mjs +1 -1
  384. package/esm2020/lib/search/shared/sources/icherche.interfaces.mjs +1 -1
  385. package/esm2020/lib/search/shared/sources/icherche.mjs +1 -1
  386. package/esm2020/lib/search/shared/sources/icherche.providers.mjs +1 -1
  387. package/esm2020/lib/search/shared/sources/ilayer.interfaces.mjs +1 -1
  388. package/esm2020/lib/search/shared/sources/ilayer.mjs +1 -1
  389. package/esm2020/lib/search/shared/sources/ilayer.providers.mjs +1 -1
  390. package/esm2020/lib/search/shared/sources/index.mjs +1 -1
  391. package/esm2020/lib/search/shared/sources/nominatim.interfaces.mjs +1 -1
  392. package/esm2020/lib/search/shared/sources/nominatim.mjs +2 -2
  393. package/esm2020/lib/search/shared/sources/nominatim.providers.mjs +1 -1
  394. package/esm2020/lib/search/shared/sources/source.interfaces.mjs +1 -1
  395. package/esm2020/lib/search/shared/sources/source.mjs +1 -1
  396. package/esm2020/lib/search/shared/sources/storedqueries.interfaces.mjs +1 -1
  397. package/esm2020/lib/search/shared/sources/storedqueries.mjs +1 -1
  398. package/esm2020/lib/search/shared/sources/storedqueries.providers.mjs +1 -1
  399. package/esm2020/lib/toast/index.mjs +1 -1
  400. package/esm2020/lib/toast/toast.component.mjs +2 -2
  401. package/esm2020/lib/toast/toast.module.mjs +1 -1
  402. package/esm2020/lib/utils/commonVectorStyle.interface.mjs +1 -1
  403. package/esm2020/lib/utils/commonVectorStyle.mjs +1 -1
  404. package/esm2020/lib/utils/googleLinks.mjs +1 -1
  405. package/esm2020/lib/utils/id-generator.mjs +1 -1
  406. package/esm2020/lib/utils/index.mjs +1 -1
  407. package/esm2020/lib/utils/osmLinks.mjs +1 -1
  408. package/esm2020/lib/wkt/index.mjs +1 -1
  409. package/esm2020/lib/wkt/shared/index.mjs +1 -1
  410. package/esm2020/lib/wkt/shared/wkt.service.mjs +15 -15
  411. package/esm2020/lib/wkt/wkt.module.mjs +1 -1
  412. package/esm2020/lib/workspace/confirmation-popup/confirmation-popup.component.mjs +2 -2
  413. package/esm2020/lib/workspace/confirmation-popup/confirmation-popup.module.mjs +1 -1
  414. package/esm2020/lib/workspace/confirmation-popup/index.mjs +1 -1
  415. package/esm2020/lib/workspace/index.mjs +1 -1
  416. package/esm2020/lib/workspace/shared/edition-workspace.mjs +8 -6
  417. package/esm2020/lib/workspace/shared/edition-workspace.service.mjs +9 -4
  418. package/esm2020/lib/workspace/shared/feature-workspace.mjs +1 -1
  419. package/esm2020/lib/workspace/shared/feature-workspace.service.mjs +1 -1
  420. package/esm2020/lib/workspace/shared/index.mjs +1 -1
  421. package/esm2020/lib/workspace/shared/wfs-workspace.mjs +1 -1
  422. package/esm2020/lib/workspace/shared/wfs-workspace.service.mjs +1 -1
  423. package/esm2020/lib/workspace/shared/wms-workspace.service.mjs +1 -1
  424. package/esm2020/lib/workspace/shared/workspace.utils.mjs +1 -1
  425. package/esm2020/lib/workspace/widgets/index.mjs +1 -1
  426. package/esm2020/lib/workspace/widgets/ogc-filter/ogc-filter.component.mjs +2 -2
  427. package/esm2020/lib/workspace/widgets/ogc-filter/ogc-filter.module.mjs +1 -1
  428. package/esm2020/lib/workspace/widgets/widgets.mjs +1 -1
  429. package/esm2020/lib/workspace/workspace-selector/workspace-selector.directive.mjs +1 -1
  430. package/esm2020/lib/workspace/workspace-selector/workspace-selector.module.mjs +1 -1
  431. package/esm2020/lib/workspace/workspace-updator/workspace-updator.directive.mjs +1 -1
  432. package/esm2020/lib/workspace/workspace-updator/workspace-updator.module.mjs +1 -1
  433. package/esm2020/lib/workspace/workspace.module.mjs +1 -1
  434. package/esm2020/public_api.mjs +1 -1
  435. package/fesm2015/igo2-geo.mjs +4313 -3672
  436. package/fesm2015/igo2-geo.mjs.map +1 -1
  437. package/fesm2020/igo2-geo.mjs +4530 -3916
  438. package/fesm2020/igo2-geo.mjs.map +1 -1
  439. package/lib/draw/draw/draw-popup.component.d.ts +0 -3
  440. package/lib/draw/draw/draw.component.d.ts +71 -50
  441. package/lib/draw/draw/draw.module.d.ts +13 -10
  442. package/lib/draw/shared/draw-style.service.d.ts +7 -1
  443. package/lib/draw/shared/draw.interface.d.ts +4 -0
  444. package/lib/feature/feature-details/feature-details.component.d.ts +4 -0
  445. package/lib/feature/shared/store.d.ts +1 -0
  446. package/lib/import-export/import-export/import-export.component.d.ts +2 -0
  447. package/lib/import-export/import-export.module.d.ts +1 -1
  448. package/lib/layer/index.d.ts +1 -0
  449. package/lib/layer/layer-list/layer-list.component.d.ts +3 -4
  450. package/lib/layer/layer.module.d.ts +20 -18
  451. package/lib/layer/shared/layers/layer.interface.d.ts +1 -0
  452. package/lib/layer/shared/layers/vector-layer.d.ts +2 -1
  453. package/lib/layer/style-modal/index.d.ts +1 -0
  454. package/lib/layer/style-modal/style-modal.component.d.ts +42 -0
  455. package/lib/map/geolocate-button/geolocate-button.component.d.ts +3 -1
  456. package/lib/map/rotation-button/rotation-button.component.d.ts +11 -12
  457. package/lib/map/shared/controllers/view.d.ts +6 -1
  458. package/lib/map/shared/hover-feature.directive.d.ts +0 -5
  459. package/lib/map/shared/map.interface.d.ts +2 -1
  460. package/lib/offline/geoDB/configFileToGeoDB.service.d.ts +13 -0
  461. package/lib/offline/geoDB/geoDB.interface.d.ts +10 -1
  462. package/lib/offline/geoDB/geoDB.service.d.ts +3 -1
  463. package/lib/offline/geoDB/index.d.ts +1 -0
  464. package/ngcc.config.js +3 -3
  465. package/package.json +8 -8
  466. package/style/geo.theming.scss +12 -12
@@ -1,8 +1,5 @@
1
1
  import { MatDialogRef } from '@angular/material/dialog';
2
2
  import * as i0 from "@angular/core";
3
- export interface DialogData {
4
- label: string;
5
- }
6
3
  export declare class DrawPopupComponent {
7
4
  dialogRef: MatDialogRef<DrawPopupComponent>;
8
5
  data: {
@@ -30,7 +30,6 @@ export declare class DrawComponent implements OnInit, OnDestroy {
30
30
  strokeWidth: number;
31
31
  fontSize: string;
32
32
  fontStyle: string;
33
- fontType: FontType;
34
33
  map: IgoMap;
35
34
  store: FeatureStore<FeatureWithDraw>;
36
35
  draw$: BehaviorSubject<Draw>;
@@ -46,12 +45,11 @@ export declare class DrawComponent implements OnInit, OnDestroy {
46
45
  drawControlIsActive: boolean;
47
46
  labelsAreShown: boolean;
48
47
  private subscriptions$$;
49
- fontSizeForm: string;
50
- fontStyleForm: string;
51
48
  position: string;
52
49
  form: UntypedFormGroup;
53
50
  icons: Array<string>;
54
51
  icon: string;
52
+ private numberOfDrawings;
55
53
  constructor(languageService: LanguageService, formBuilder: UntypedFormBuilder, drawStyleService: DrawStyleService, dialog: MatDialog, drawIconService: DrawIconService);
56
54
  ngOnInit(): void;
57
55
  /**
@@ -67,44 +65,20 @@ export declare class DrawComponent implements OnInit, OnDestroy {
67
65
  * @returns a Draw Control
68
66
  */
69
67
  createDrawControl(fillColor?: string, strokeColor?: string, strokeWidth?: number): DrawControl;
70
- /**
71
- * Called when the user selects a new geometry type
72
- * @param geometryType the geometry type selected by the user
73
- */
74
- onGeometryTypeChange(geometryType: Type): void;
75
68
  /**
76
69
  * Store initialization, including drawing layer creation
77
70
  */
78
71
  private initStore;
79
72
  /**
80
- * Called when the user changes the color in a color picker
81
- * @param labelsAreShown wheter the labels are shown or not
82
- * @param isAnIcon wheter the feature is an icon or not
83
- */
84
- onColorChange(labelsAreShown: boolean, isAnIcon: boolean): void;
85
- /**
86
- * Called when the user toggles the Draw control is toggled
87
- * @internal
88
- */
89
- onToggleDrawControl(toggleIsChecked: boolean): void;
90
- /**
91
- * Activate the correct control
73
+ * Open the style modal dialog box
92
74
  */
93
- private toggleDrawControl;
75
+ openStyleModalDialog(): void;
94
76
  /**
95
77
  * Open a dialog box to enter label and do something
96
78
  * @param olGeometry geometry at draw end or selected geometry
97
79
  * @param drawEnd event fired at drawEnd?
98
80
  */
99
- private openDialog;
100
- /**
101
- * Activate a given control
102
- */
103
- private activateDrawControl;
104
- /**
105
- * Deactivate the active draw control
106
- */
107
- private deactivateDrawControl;
81
+ private openDrawDialog;
108
82
  /**
109
83
  * Clear the draw source and track the geometry being draw
110
84
  * @param olGeometry Ol linestring or polygon
@@ -118,35 +92,30 @@ export declare class DrawComponent implements OnInit, OnDestroy {
118
92
  * @internal
119
93
  */
120
94
  private addFeatureToStore;
121
- /**
122
- * Replace the feature in the store
123
- * @param entity the entity to replace
124
- * @param olGeometry the new geometry to insert in the store
125
- */
126
- private replaceFeatureInStore;
127
95
  private buildForm;
128
- deleteDrawings(): void;
129
96
  /**
130
- * Clear the tooltips of an OL geometry
131
- * @param olGeometry OL geometry with tooltips
97
+ * Called when the user double-clicks the selected drawing
132
98
  */
133
- private clearLabelsOfOlGeometry;
99
+ editLabelDrawing(): void;
100
+ openShorcutsDialog(): void;
101
+ deleteDrawings(): void;
134
102
  /**
135
103
  * Called when the user toggles the labels toggle
136
104
  */
137
105
  onToggleLabels(): void;
138
106
  /**
139
- * Update the label of a geometry when a label is entered in a dialog box
140
- * @param olGeometry the geometry
141
- * @param label the label
107
+ * Called when the user toggles the Draw control is toggled
108
+ * @internal
142
109
  */
143
- private updateLabelOfOlGeometry;
144
- onIconChange(event?: any): void;
145
- openShorcutsDialog(): void;
110
+ onToggleDrawControl(toggleIsChecked: boolean): void;
146
111
  /**
147
- * Called when the user double-clicks the selected drawing
112
+ * Called when the user changes the color in a color picker
113
+ * @param labelsAreShown wheter the labels are shown or not
114
+ * @param isAnIcon wheter the feature is an icon or not
115
+ * @param fillColor which is the filling color
116
+ * @param strokeColor which is the stroke color
148
117
  */
149
- editLabelDrawing(): void;
118
+ onColorChange(labelsAreShown: boolean, isAnIcon: boolean, fillColor: string, strokeColor: string): void;
150
119
  /**
151
120
  * Called when the user changes the font size or/and style
152
121
  * @param labelsAreShown wheter the labels are shown or not
@@ -154,7 +123,59 @@ export declare class DrawComponent implements OnInit, OnDestroy {
154
123
  * @param style the style of the font
155
124
  */
156
125
  onFontChange(labelsAreShown: boolean, size: string, style: FontType): void;
157
- get allFontStyles(): string[];
126
+ /**
127
+ * Called when the user changes the value of the horizontal/vertical offset
128
+ * @param labelsAreShown wheter the labels are shown or not
129
+ * @param offsetX horizontal offset of the label
130
+ * @param offsetY vertical offset of the label
131
+ */
132
+ onOffsetLabelChange(labelsAreShown: boolean, offsetX: number, offsetY: number): void;
133
+ onIconChange(event?: any): void;
134
+ /**
135
+ * Called when the user selects a new geometry type
136
+ * @param geometryType the geometry type selected by the user
137
+ */
138
+ onGeometryTypeChange(geometryType: Type): void;
139
+ /**
140
+ * Update the label of a geometry when a label is entered in a dialog box
141
+ * @param olGeometry the geometry
142
+ * @param label the label
143
+ */
144
+ private updateLabelOfOlGeometry;
145
+ private updateFontSizeAndStyle;
146
+ private updateFillAndStrokeColor;
147
+ private updateOffset;
148
+ /**
149
+ * Check the amount of rows as a possible alternative
150
+ */
151
+ updateHeightTable(): void;
152
+ /**
153
+ * Activate the correct control
154
+ */
155
+ private toggleDrawControl;
156
+ /**
157
+ * Clear the tooltips of an OL geometry
158
+ * @param olGeometry OL geometry with tooltips
159
+ */
160
+ private clearLabelsOfOlGeometry;
161
+ /**
162
+ * Replace the feature in the store
163
+ * @param entity the entity to replace
164
+ * @param olGeometry the new geometry to insert in the store
165
+ */
166
+ private replaceFeatureInStore;
167
+ /**
168
+ * Deactivate the active draw control
169
+ */
170
+ private deactivateDrawControl;
171
+ /**
172
+ * Activate a given control
173
+ */
174
+ private activateDrawControl;
175
+ /**
176
+ * Recreates the style of the feature stored
177
+ */
178
+ private elementStyle;
158
179
  static ɵfac: i0.ɵɵFactoryDeclaration<DrawComponent, 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, false>;
180
+ static ɵcmp: i0.ɵɵComponentDeclaration<DrawComponent, "igo-draw", never, { "map": "map"; "store": "store"; }, { "fillColor": "fillColor"; "strokeColor": "strokeColor"; "strokeWidth": "strokeWidth"; "fontSize": "fontSize"; "fontStyle": "fontStyle"; }, never, never, false>;
160
181
  }
@@ -9,20 +9,23 @@ import * as i7 from "@angular/material/button-toggle";
9
9
  import * as i8 from "@angular/material/divider";
10
10
  import * as i9 from "@angular/material/form-field";
11
11
  import * as i10 from "@angular/material/icon";
12
- import * as i11 from "@angular/material/tooltip";
13
- import * as i12 from "@angular/material/input";
14
- import * as i13 from "@angular/material/list";
15
- import * as i14 from "@angular/material/select";
16
- import * as i15 from "@angular/material/slide-toggle";
17
- import * as i16 from "@angular/material/dialog";
18
- import * as i17 from "@igo2/core";
19
- import * as i18 from "@igo2/common";
20
- import * as i19 from "ngx-color-picker";
12
+ import * as i11 from "@angular/material/badge";
13
+ import * as i12 from "@angular/material/tooltip";
14
+ import * as i13 from "@angular/material/input";
15
+ import * as i14 from "@angular/material/list";
16
+ import * as i15 from "@angular/material/select";
17
+ import * as i16 from "@angular/material/slide-toggle";
18
+ import * as i17 from "@angular/material/dialog";
19
+ import * as i18 from "@igo2/core";
20
+ import * as i19 from "@igo2/common";
21
+ import * as i20 from "ngx-color-picker";
22
+ import * as i21 from "@angular/platform-browser";
23
+ import * as i22 from "@angular/platform-browser/animations";
21
24
  /**
22
25
  * @ignore
23
26
  */
24
27
  export declare class IgoDrawModule {
25
28
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoDrawModule, never>;
26
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDrawModule, [typeof i1.DrawComponent, typeof i2.DrawPopupComponent, typeof i3.DrawShorcutsComponent], [typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.CommonModule, typeof i6.MatButtonModule, typeof i7.MatButtonToggleModule, typeof i8.MatDividerModule, typeof i9.MatFormFieldModule, typeof i10.MatIconModule, typeof i11.MatTooltipModule, typeof i9.MatFormFieldModule, typeof i12.MatInputModule, typeof i13.MatListModule, typeof i14.MatSelectModule, typeof i15.MatSlideToggleModule, typeof i16.MatDialogModule, typeof i17.IgoLanguageModule, typeof i18.IgoEntityTableModule, typeof i19.ColorPickerModule], [typeof i1.DrawComponent]>;
29
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDrawModule, [typeof i1.DrawComponent, typeof i2.DrawPopupComponent, typeof i3.DrawShorcutsComponent], [typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.CommonModule, typeof i6.MatButtonModule, typeof i7.MatButtonToggleModule, typeof i8.MatDividerModule, typeof i9.MatFormFieldModule, typeof i10.MatIconModule, typeof i11.MatBadgeModule, typeof i12.MatTooltipModule, typeof i9.MatFormFieldModule, typeof i13.MatInputModule, typeof i14.MatListModule, typeof i15.MatSelectModule, typeof i16.MatSlideToggleModule, typeof i17.MatDialogModule, typeof i18.IgoLanguageModule, typeof i19.IgoEntityTableModule, typeof i20.ColorPickerModule, typeof i21.BrowserModule, typeof i22.BrowserAnimationsModule], [typeof i1.DrawComponent]>;
27
30
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoDrawModule>;
28
31
  }
@@ -10,6 +10,8 @@ export declare class DrawStyleService {
10
10
  private icon;
11
11
  private fontSize;
12
12
  private fontStyle;
13
+ private offsetX;
14
+ private offsetY;
13
15
  constructor(mapService: MapService);
14
16
  getFillColor(): string;
15
17
  setFillColor(fillColor: string): void;
@@ -24,7 +26,11 @@ export declare class DrawStyleService {
24
26
  setFontSize(fontSize: string): void;
25
27
  getFontStyle(): string;
26
28
  setFontStyle(fontStyle: string): void;
27
- createDrawingLayerStyle(feature: any, resolution: any, labelsAreShown?: boolean, icon?: string): OlStyle.Style;
29
+ getOffsetX(): number;
30
+ setOffsetX(offsetX: number): void;
31
+ getOffsetY(): number;
32
+ setOffsetY(offsetY: number): void;
33
+ createIndividualElementStyle(feature: any, resolution: any, labelsAreShown: boolean, fontSizeAndStyle: string, fillColor: string, strokeColor: string, offsetX: number, offsetY: number, icon?: string): OlStyle.Style;
28
34
  static ɵfac: i0.ɵɵFactoryDeclaration<DrawStyleService, never>;
29
35
  static ɵprov: i0.ɵɵInjectableDeclaration<DrawStyleService>;
30
36
  }
@@ -20,6 +20,10 @@ export interface FeatureWithDrawProperties {
20
20
  longitude: number;
21
21
  latitude: number;
22
22
  rad: number;
23
+ fontStyle: string;
24
+ drawingStyle: DrawingStyle;
25
+ offsetX: number;
26
+ offsetY: number;
23
27
  }
24
28
  export interface FeatureStoreDrawStrategyOptions {
25
29
  map: IgoMap;
@@ -52,6 +52,10 @@ export declare class FeatureDetailsComponent implements OnInit, OnDestroy {
52
52
  isEmbeddedLink(value: any): boolean;
53
53
  getEmbeddedLinkText(value: any): string;
54
54
  filterFeatureProperties(feature: any): any;
55
+ /**
56
+ * Copy the url to a clipboard
57
+ */
58
+ copyTextToClipboard(value: string): void;
55
59
  static ɵfac: i0.ɵɵFactoryDeclaration<FeatureDetailsComponent, never>;
56
60
  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, false>;
57
61
  }
@@ -57,6 +57,7 @@ export declare class FeatureStore<T extends Feature = Feature> extends EntitySto
57
57
  * @param motion Optional: The type of motion to perform
58
58
  */
59
59
  setLayerOlFeatures(olFeatures: OlFeature<OlGeometry>[], motion?: FeatureMotion, viewScale?: [number, number, number, number], areaRatio?: number): void;
60
+ setLayerExtent(): void;
60
61
  /**
61
62
  * Add features to the the layer
62
63
  * @param features Openlayers feature objects
@@ -42,6 +42,8 @@ export declare class ImportExportComponent implements OnDestroy, OnInit {
42
42
  private encodings$$;
43
43
  private formLayer$$;
44
44
  private exportOptions$$;
45
+ importHtmlClarifications: string;
46
+ exportHtmlClarifications: string;
45
47
  private espgCodeRegex;
46
48
  private clientSideFileSizeMax;
47
49
  fileSizeMb: number;
@@ -21,6 +21,6 @@ import * as i18 from "./style-list/style-list.module";
21
21
  export declare class IgoImportExportModule {
22
22
  static forRoot(): ModuleWithProviders<IgoImportExportModule>;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoImportExportModule, never>;
24
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoImportExportModule, [typeof i1.ImportExportComponent, typeof i2.DropGeoFileDirective, typeof i3.ExportButtonComponent], [typeof i4.MatIconModule, typeof i5.MatTooltipModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.CommonModule, typeof i8.MatButtonModule, typeof i9.MatButtonToggleModule, typeof i10.MatTabsModule, typeof i11.MatSelectModule, typeof i12.MatOptionModule, typeof i13.MatFormFieldModule, typeof i14.MatInputModule, typeof i15.MatSlideToggleModule, typeof i16.IgoLanguageModule, typeof i17.IgoSpinnerModule, typeof i17.IgoKeyValueModule, typeof i17.IgoDrapDropModule, typeof i18.IgoStyleListModule], [typeof i1.ImportExportComponent, typeof i2.DropGeoFileDirective, typeof i18.IgoStyleListModule, typeof i3.ExportButtonComponent]>;
24
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoImportExportModule, [typeof i1.ImportExportComponent, typeof i2.DropGeoFileDirective, typeof i3.ExportButtonComponent], [typeof i4.MatIconModule, typeof i5.MatTooltipModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.CommonModule, typeof i8.MatButtonModule, typeof i9.MatButtonToggleModule, typeof i10.MatTabsModule, typeof i11.MatSelectModule, typeof i12.MatOptionModule, typeof i13.MatFormFieldModule, typeof i14.MatInputModule, typeof i15.MatSlideToggleModule, typeof i16.IgoLanguageModule, typeof i17.IgoSpinnerModule, typeof i17.IgoKeyValueModule, typeof i17.IgoDrapDropModule, typeof i17.IgoCustomHtmlModule, typeof i18.IgoStyleListModule], [typeof i1.ImportExportComponent, typeof i2.DropGeoFileDirective, typeof i18.IgoStyleListModule, typeof i3.ExportButtonComponent]>;
25
25
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoImportExportModule>;
26
26
  }
@@ -7,3 +7,4 @@ export * from './layer-list';
7
7
  export * from './layer-list-tool';
8
8
  export * from './track-feature-button';
9
9
  export * from './utils';
10
+ export * from './style-modal';
@@ -75,8 +75,8 @@ export declare class LayerListComponent implements OnInit, OnDestroy {
75
75
  */
76
76
  ngOnInit(): void;
77
77
  ngOnDestroy(): void;
78
- activeLayerIsValid(layer: Layer): boolean;
79
- activeLayersAreValid(layers: Layer[]): boolean;
78
+ activeLayerExtentIsValid(layer: Layer): boolean;
79
+ activeLayersExtentAreValid(layers: Layer[]): boolean;
80
80
  zoomLayerExtents(layer: Layer): void;
81
81
  zoomLayersExtents(layers: Layer[]): void;
82
82
  changeOpacity(event: MatSliderChange): void;
@@ -91,7 +91,7 @@ export declare class LayerListComponent implements OnInit, OnDestroy {
91
91
  id: any;
92
92
  };
93
93
  isUpperBaselayer(layer: any): boolean;
94
- moveActiveLayer(activeLayer: Layer, actiontype: LayerListDisplacement): void;
94
+ moveActiveLayer(activeLayer: Layer, actiontype: LayerListDisplacement, fromUi?: boolean): void;
95
95
  raisableLayers(layers: Layer[]): boolean;
96
96
  raisableLayer(index: number): any;
97
97
  raiseLayers(layers: Layer[], fromUi?: boolean): void;
@@ -121,7 +121,6 @@ export declare class LayerListComponent implements OnInit, OnDestroy {
121
121
  layersCheckedOpacity(): any;
122
122
  selectAll(): void;
123
123
  isScrolledIntoView(elemSource: any, elem: any): boolean;
124
- computeElementRef(type?: string): any[];
125
124
  removeProblemLayerInList(layersList: Layer[]): Layer[];
126
125
  static ɵfac: i0.ɵɵFactoryDeclaration<LayerListComponent, never>;
127
126
  static ɵcmp: i0.ɵɵComponentDeclaration<LayerListComponent, "igo-layer-list", never, { "layersAreAllVisible": "layersAreAllVisible"; "ogcButton": "ogcButton"; "timeButton": "timeButton"; "map": "map"; "layers": "layers"; "floatLabel": "floatLabel"; "layerFilterAndSortOptions": "layerFilterAndSortOptions"; "excludeBaseLayers": "excludeBaseLayers"; "toggleLegendOnVisibilityChange": "toggleLegendOnVisibilityChange"; "expandLegendOfVisibleLayers": "expandLegendOfVisibleLayers"; "updateLegendOnResolutionChange": "updateLegendOnResolutionChange"; "queryBadge": "queryBadge"; }, { "appliedFilterAndSort": "appliedFilterAndSort"; }, ["templateLayerToolbar"], ["[igoLayerItemToolbar]"], false>;
@@ -9,26 +9,28 @@ import * as i6 from "./layer-legend-list/layer-legend-list.component";
9
9
  import * as i7 from "./layer-list/layer-list-binding.directive";
10
10
  import * as i8 from "./layer-legend-list/layer-legend-list-binding.directive";
11
11
  import * as i9 from "./track-feature-button/track-feature-button.component";
12
- import * as i10 from "@angular/material/input";
13
- import * as i11 from "@angular/material/form-field";
14
- import * as i12 from "@angular/common";
15
- import * as i13 from "@angular/forms";
16
- import * as i14 from "@angular/material/divider";
17
- import * as i15 from "@angular/material/menu";
18
- import * as i16 from "@angular/material/icon";
19
- import * as i17 from "@angular/material/button";
20
- import * as i18 from "@angular/material/slide-toggle";
21
- import * as i19 from "@angular/material/select";
22
- import * as i20 from "@angular/material/tooltip";
23
- import * as i21 from "@angular/material/list";
24
- import * as i22 from "@angular/material/slider";
25
- import * as i23 from "@angular/material/badge";
26
- import * as i24 from "@angular/material/checkbox";
27
- import * as i25 from "@igo2/core";
28
- import * as i26 from "@igo2/common";
12
+ import * as i10 from "./style-modal/style-modal.component";
13
+ import * as i11 from "@angular/material/input";
14
+ import * as i12 from "@angular/forms";
15
+ import * as i13 from "@angular/material/form-field";
16
+ import * as i14 from "@angular/common";
17
+ import * as i15 from "@angular/material/divider";
18
+ import * as i16 from "@angular/material/menu";
19
+ import * as i17 from "@angular/material/icon";
20
+ import * as i18 from "@angular/material/button";
21
+ import * as i19 from "@angular/material/slide-toggle";
22
+ import * as i20 from "@angular/material/select";
23
+ import * as i21 from "@angular/material/tooltip";
24
+ import * as i22 from "@angular/material/list";
25
+ import * as i23 from "@angular/material/slider";
26
+ import * as i24 from "@angular/material/badge";
27
+ import * as i25 from "@angular/material/checkbox";
28
+ import * as i26 from "ngx-color-picker";
29
+ import * as i27 from "@igo2/core";
30
+ import * as i28 from "@igo2/common";
29
31
  export declare class IgoLayerModule {
30
32
  static forRoot(): ModuleWithProviders<IgoLayerModule>;
31
33
  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 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]>;
34
+ 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.StyleModalComponent], [typeof i11.MatInputModule, typeof i12.ReactiveFormsModule, typeof i13.MatFormFieldModule, typeof i14.CommonModule, typeof i12.FormsModule, typeof i15.MatDividerModule, typeof i16.MatMenuModule, typeof i17.MatIconModule, typeof i18.MatButtonModule, typeof i19.MatSlideToggleModule, typeof i20.MatSelectModule, typeof i21.MatTooltipModule, typeof i22.MatListModule, typeof i23.MatSliderModule, typeof i24.MatBadgeModule, typeof i25.MatCheckboxModule, typeof i26.ColorPickerModule, typeof i27.IgoLanguageModule, typeof i28.IgoListModule, typeof i28.IgoCollapsibleModule, typeof i28.IgoImageModule, typeof i28.IgoPanelModule, typeof i28.IgoMatBadgeIconModule, typeof i28.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, typeof i10.StyleModalComponent]>;
33
35
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoLayerModule>;
34
36
  }
@@ -33,6 +33,7 @@ export interface LayerOptions {
33
33
  active?: boolean;
34
34
  check?: boolean;
35
35
  linkedLayers?: LayersLink;
36
+ showButtonZoomToExtent?: boolean;
36
37
  }
37
38
  export interface GeoWorkspaceOptions {
38
39
  srcId?: string;
@@ -6,7 +6,7 @@ import { WFSDataSource } from '../../../datasource/shared/datasources/wfs-dataso
6
6
  import { ArcGISRestDataSource } from '../../../datasource/shared/datasources/arcgisrest-datasource';
7
7
  import { WebSocketDataSource } from '../../../datasource/shared/datasources/websocket-datasource';
8
8
  import { ClusterDataSource } from '../../../datasource/shared/datasources/cluster-datasource';
9
- import { IgoMap } from '../../../map';
9
+ import { IgoMap, MapExtent } from '../../../map';
10
10
  import { Layer } from './layer';
11
11
  import { VectorLayerOptions } from './vector-layer.interface';
12
12
  import { AuthInterceptor } from '@igo2/auth';
@@ -29,6 +29,7 @@ export declare class VectorLayer extends Layer {
29
29
  protected createOlLayer(): olLayerVector<olSourceVector<OlGeometry>>;
30
30
  protected flash(feature: any): void;
31
31
  setMap(map: IgoMap | undefined): void;
32
+ setExtent(extent: MapExtent): void;
32
33
  onUnwatch(): void;
33
34
  stopAnimation(): void;
34
35
  enableTrackFeature(id: string | number): void;
@@ -0,0 +1 @@
1
+ export * from './style-modal.component';
@@ -0,0 +1,42 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { MatDialogRef } from '@angular/material/dialog';
3
+ import { UntypedFormGroup, UntypedFormBuilder } from '@angular/forms';
4
+ import { DrawStyleService, FontType } from '../../draw';
5
+ import * as i0 from "@angular/core";
6
+ export interface StyleModalData {
7
+ fillColor: string;
8
+ strokeColor: string;
9
+ fontSize: string;
10
+ fontStyle: FontType;
11
+ offsetX: number;
12
+ offsetY: number;
13
+ }
14
+ export declare class StyleModalComponent implements OnInit {
15
+ dialogRef: MatDialogRef<StyleModalComponent>;
16
+ private formBuilder;
17
+ private drawStyleService;
18
+ data: {
19
+ features: any;
20
+ };
21
+ confirmFlag: boolean;
22
+ form: UntypedFormGroup;
23
+ styleModalData: StyleModalData;
24
+ linestringOnly: boolean;
25
+ constructor(dialogRef: MatDialogRef<StyleModalComponent>, formBuilder: UntypedFormBuilder, drawStyleService: DrawStyleService, data: {
26
+ features: any;
27
+ });
28
+ ngOnInit(): void;
29
+ private buildForm;
30
+ private buildStyleData;
31
+ get allFontStyles(): string[];
32
+ getFeatureFontSize(): string;
33
+ getFeatureFontStyle(): any;
34
+ getFeatureFillColor(): any;
35
+ getFeatureStrokeColor(): any;
36
+ getFeatureOffsetX(): any;
37
+ getFeatureOffsetY(): any;
38
+ cancelDrawing(): void;
39
+ confirm(): void;
40
+ static ɵfac: i0.ɵɵFactoryDeclaration<StyleModalComponent, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<StyleModalComponent, "igo-style-modal-component", never, { "confirmFlag": "confirmFlag"; }, {}, never, never, false>;
42
+ }
@@ -1,8 +1,10 @@
1
1
  import { AfterContentInit, OnDestroy } from '@angular/core';
2
2
  import { BehaviorSubject } from 'rxjs';
3
+ import { ConfigService } from '@igo2/core';
3
4
  import { IgoMap } from '../shared/map';
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class GeolocateButtonComponent implements AfterContentInit, OnDestroy {
7
+ private configService;
6
8
  private tracking$$;
7
9
  readonly icon$: BehaviorSubject<string>;
8
10
  get map(): IgoMap;
@@ -11,7 +13,7 @@ export declare class GeolocateButtonComponent implements AfterContentInit, OnDes
11
13
  get color(): string;
12
14
  set color(value: string);
13
15
  private _color;
14
- constructor();
16
+ constructor(configService: ConfigService);
15
17
  ngAfterContentInit(): void;
16
18
  ngOnDestroy(): void;
17
19
  onGeolocationClick(): void;
@@ -1,18 +1,17 @@
1
+ import { AfterContentInit } from '@angular/core';
2
+ import { BehaviorSubject } from 'rxjs';
1
3
  import { IgoMap } from '../shared/map';
2
4
  import * as i0 from "@angular/core";
3
- export declare class RotationButtonComponent {
4
- get map(): IgoMap;
5
- set map(value: IgoMap);
6
- private _map;
7
- get showIfNoRotation(): boolean;
8
- set showIfNoRotation(value: boolean);
9
- private _showIfNoRotation;
10
- get color(): string;
11
- set color(value: string);
12
- private _color;
13
- get rotated(): boolean;
5
+ export declare class RotationButtonComponent implements AfterContentInit {
6
+ readonly rotated$: BehaviorSubject<boolean>;
7
+ azimuthRounded: number;
8
+ rotationRounded: number;
9
+ readonly currentStyle$: BehaviorSubject<{}>;
10
+ map: IgoMap;
11
+ showIfNoRotation: boolean;
12
+ color: string;
14
13
  constructor();
15
- rotationStyle(radians: any): {};
14
+ ngAfterContentInit(): void;
16
15
  static ɵfac: i0.ɵɵFactoryDeclaration<RotationButtonComponent, never>;
17
16
  static ɵcmp: i0.ɵɵComponentDeclaration<RotationButtonComponent, "igo-rotation-button", never, { "map": "map"; "showIfNoRotation": "showIfNoRotation"; "color": "color"; }, {}, never, never, false>;
18
17
  }
@@ -12,6 +12,10 @@ export interface MapViewControllerOptions {
12
12
  */
13
13
  export declare class MapViewController extends MapController {
14
14
  private options?;
15
+ /**
16
+ * Observable of the current rotation in radians
17
+ */
18
+ readonly rotation$: BehaviorSubject<number>;
15
19
  /**
16
20
  * Observable of the current resolution
17
21
  */
@@ -73,6 +77,7 @@ export declare class MapViewController extends MapController {
73
77
  * Observe move moveend and subscribe to the extent stream
74
78
  */
75
79
  setupObservers(): void;
80
+ monitorRotation(): void;
76
81
  /**
77
82
  * Teardown any observers
78
83
  */
@@ -137,7 +142,7 @@ export declare class MapViewController extends MapController {
137
142
  zoomToExtent(extent: [number, number, number, number]): void;
138
143
  /**
139
144
  * Return the current view rotation
140
- * @returns Rotation angle in degrees
145
+ * @returns Rotation angle in radians
141
146
  */
142
147
  getRotation(): number;
143
148
  /**
@@ -74,11 +74,6 @@ export declare class HoverFeatureDirective implements OnInit, OnDestroy {
74
74
  * @internal
75
75
  */
76
76
  subscribeToPointerStore(): void;
77
- /**
78
- * convert store entities to a pointer position overlay with label summary on.
79
- * @param event OL map browser pointer event
80
- */
81
- private entitiesToPointerOverlay;
82
77
  /**
83
78
  * On map pointermove
84
79
  */
@@ -1,3 +1,4 @@
1
+ import { Units } from "ol/control/ScaleLine";
1
2
  export declare type MapExtent = [number, number, number, number];
2
3
  export interface MapViewOptions {
3
4
  projection?: string;
@@ -39,7 +40,7 @@ export interface MapScaleLineOptions {
39
40
  className?: string;
40
41
  minWidth?: number;
41
42
  target?: string | HTMLElement;
42
- units?: string;
43
+ units?: Units;
43
44
  bar?: boolean;
44
45
  steps?: number;
45
46
  text?: boolean;
@@ -0,0 +1,13 @@
1
+ import { MessageService } from '@igo2/core';
2
+ import { HttpClient } from '@angular/common/http';
3
+ import { GeoDBService } from './geoDB.service';
4
+ import * as i0 from "@angular/core";
5
+ export declare class ConfigFileToGeoDBService {
6
+ private http;
7
+ private geoDBService;
8
+ private messageService;
9
+ constructor(http: HttpClient, geoDBService: GeoDBService, messageService: MessageService);
10
+ load(url: string): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<ConfigFileToGeoDBService, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<ConfigFileToGeoDBService>;
13
+ }
@@ -1,9 +1,18 @@
1
1
  import { InsertSourceInsertDBEnum } from "./geoDB.enums";
2
2
  export interface GeoDBData {
3
3
  url: string;
4
- regionID: number;
4
+ regionID: any;
5
5
  object: any;
6
6
  compressed: boolean;
7
7
  insertSource: InsertSourceInsertDBEnum;
8
8
  insertEvent: string;
9
9
  }
10
+ export interface GeoDataToIDB {
11
+ triggerDate: Date | string;
12
+ action: "delete" | 'update';
13
+ urls: string[];
14
+ source?: string;
15
+ }
16
+ export interface DatasToIDB {
17
+ geoDatas: GeoDataToIDB[];
18
+ }
@@ -19,9 +19,11 @@ export declare class GeoDBService {
19
19
  * @param insertEvent Name of the event where the insert has been triggered
20
20
  * @returns
21
21
  */
22
- update(url: string, regionID: number, object: any, insertSource: InsertSourceInsertDBEnum, insertEvent: string): Observable<any>;
22
+ update(url: string, regionID: any, object: any, insertSource: InsertSourceInsertDBEnum, insertEvent: string): Observable<any>;
23
23
  private customUpdate;
24
24
  get(url: string): Observable<any>;
25
+ getByID(url: string): Observable<any>;
26
+ deleteByKey(url: string): Observable<any>;
25
27
  getRegionTileCountByID(id: number): Observable<number>;
26
28
  getRegionByID(id: number): Observable<any[]>;
27
29
  deleteByRegionID(id: number): Observable<any>;
@@ -1,3 +1,4 @@
1
1
  export * from './geoDB.enums';
2
2
  export * from './geoDB.interface';
3
3
  export * from './geoDB.service';
4
+ export * from './configFileToGeoDB.service';
package/ngcc.config.js CHANGED
@@ -1,3 +1,3 @@
1
- module.exports = {
2
- ignorableDeepImportMatchers: [/ol\//, /ol-mapbox-style\//]
3
- };
1
+ module.exports = {
2
+ ignorableDeepImportMatchers: [/ol\//, /ol-mapbox-style\//]
3
+ };