@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
@@ -5,11 +5,12 @@ import { BehaviorSubject, Observable } from 'rxjs';
5
5
  import { Legend } from '../../datasource/shared/datasources/datasource.interface';
6
6
  import { Layer } from '../shared/layers';
7
7
  import { CapabilitiesService } from '../../datasource/shared/capabilities.service';
8
- import { LanguageService } from '@igo2/core';
8
+ import { LanguageService, ConfigService } from '@igo2/core';
9
9
  import * as i0 from "@angular/core";
10
10
  export declare class LayerLegendComponent implements OnInit, OnDestroy {
11
11
  private capabilitiesService;
12
12
  private languageService;
13
+ private configService;
13
14
  private http;
14
15
  private cdRef;
15
16
  updateLegendOnResolutionChange: boolean;
@@ -58,7 +59,7 @@ export declare class LayerLegendComponent implements OnInit, OnDestroy {
58
59
  /**
59
60
  * activeLegend
60
61
  */
61
- constructor(capabilitiesService: CapabilitiesService, languageService: LanguageService, http: HttpClient, cdRef: ChangeDetectorRef);
62
+ constructor(capabilitiesService: CapabilitiesService, languageService: LanguageService, configService: ConfigService, http: HttpClient, cdRef: ChangeDetectorRef);
62
63
  /**
63
64
  * On init, subscribe to the map's resolution and update the legend accordingly
64
65
  */
@@ -5,15 +5,17 @@ import { DataSourceService } from '../../datasource/shared/datasource.service';
5
5
  import { Layer, AnyLayerOptions } from './layers';
6
6
  import { StyleService } from './style.service';
7
7
  import { LanguageService, MessageService } from '@igo2/core';
8
+ import { GeoNetworkService } from '../../offline/shared/geo-network.service';
8
9
  import * as i0 from "@angular/core";
9
10
  export declare class LayerService {
10
11
  private http;
11
12
  private styleService;
12
13
  private dataSourceService;
14
+ private geoNetwork;
13
15
  private messageService;
14
16
  private languageService;
15
17
  private authInterceptor;
16
- constructor(http: HttpClient, styleService: StyleService, dataSourceService: DataSourceService, messageService: MessageService, languageService: LanguageService, authInterceptor: AuthInterceptor);
18
+ constructor(http: HttpClient, styleService: StyleService, dataSourceService: DataSourceService, geoNetwork: GeoNetworkService, messageService: MessageService, languageService: LanguageService, authInterceptor: AuthInterceptor);
17
19
  createLayer(layerOptions: AnyLayerOptions): Layer;
18
20
  createAsyncLayer(_layerOptions: AnyLayerOptions, detailedContextUri?: string): Observable<Layer>;
19
21
  private createImageLayer;
@@ -21,7 +23,8 @@ export declare class LayerService {
21
23
  private createVectorLayer;
22
24
  private createVectorTileLayer;
23
25
  private applyMapboxStyle;
24
- getMapboxGlStyle(url: string): Observable<any>;
25
- static ɵfac: i0.ɵɵFactoryDeclaration<LayerService, [null, null, null, null, null, { optional: true; }]>;
26
+ private getStuff;
27
+ private getAbsoluteUrl;
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<LayerService, [null, null, null, null, null, null, { optional: true; }]>;
26
29
  static ɵprov: i0.ɵɵInjectableDeclaration<LayerService>;
27
30
  }
@@ -23,6 +23,12 @@ export declare abstract class Layer {
23
23
  hasBeenVisible$: BehaviorSubject<boolean>;
24
24
  private hasBeenVisible$$;
25
25
  private resolution$$;
26
+ /**
27
+ * Define if a layer is generated by code OR defined by layer/context user layer.
28
+ * Useful for filtering layers list in mapOffline.directive or in the sharemap...
29
+ * return false by default.
30
+ */
31
+ get isIgoInternalLayer(): boolean;
26
32
  get id(): string;
27
33
  get alias(): string;
28
34
  get title(): string;
@@ -5,6 +5,7 @@ import { DataSource } from '../../../datasource/shared/datasources/datasource';
5
5
  import { AnyDataSourceOptions } from '../../../datasource/shared/datasources/any-datasource.interface';
6
6
  import { MapExtent, MapViewOptions } from '../../../map/shared/map.interface';
7
7
  export interface LayerOptions {
8
+ isIgoInternalLayer?: boolean;
8
9
  source?: DataSource;
9
10
  sourceOptions?: AnyDataSourceOptions;
10
11
  title?: string;
@@ -39,6 +40,13 @@ export interface GeoWorkspaceOptions {
39
40
  minResolution?: number;
40
41
  maxResolution?: number;
41
42
  enabled?: boolean;
43
+ queryOptions?: GeoWorkspaceQueryOptions;
44
+ pageSize?: number;
45
+ pageSizeOptions?: number[];
46
+ }
47
+ export interface GeoWorkspaceQueryOptions {
48
+ mapQueryOnOpenTab?: boolean;
49
+ tabQuery?: boolean;
42
50
  }
43
51
  export interface LayersLink {
44
52
  linkId: string;
@@ -91,4 +99,5 @@ export interface ItemStyleOptions {
91
99
  export interface OutputLayerLegend {
92
100
  title: string;
93
101
  url: string;
102
+ display: boolean;
94
103
  }
@@ -11,9 +11,13 @@ import { Layer } from './layer';
11
11
  import { VectorLayerOptions } from './vector-layer.interface';
12
12
  import { AuthInterceptor } from '@igo2/auth';
13
13
  import { MessageService } from '@igo2/core';
14
+ import { GeoNetworkService } from '../../../offline/shared/geo-network.service';
15
+ import { GeoDBService } from '../../../offline/geoDB/geoDB.service';
14
16
  export declare class VectorLayer extends Layer {
15
17
  messageService?: MessageService;
16
18
  authInterceptor?: AuthInterceptor;
19
+ private geoNetworkService?;
20
+ private geoDBService?;
17
21
  dataSource: FeatureDataSource | WFSDataSource | ArcGISRestDataSource | WebSocketDataSource | ClusterDataSource;
18
22
  options: VectorLayerOptions;
19
23
  ol: olLayerVector<olSourceVector<OlGeometry>>;
@@ -21,7 +25,7 @@ export declare class VectorLayer extends Layer {
21
25
  private trackFeatureListenerId;
22
26
  get browsable(): boolean;
23
27
  get exportable(): boolean;
24
- constructor(options: VectorLayerOptions, messageService?: MessageService, authInterceptor?: AuthInterceptor);
28
+ constructor(options: VectorLayerOptions, messageService?: MessageService, authInterceptor?: AuthInterceptor, geoNetworkService?: GeoNetworkService, geoDBService?: GeoDBService);
25
29
  protected createOlLayer(): olLayerVector<olSourceVector<OlGeometry>>;
26
30
  protected flash(feature: any): void;
27
31
  setMap(map: IgoMap | undefined): void;
@@ -42,8 +46,9 @@ export declare class VectorLayer extends Layer {
42
46
  * @param proj the projection to retrieve the data
43
47
  * @param success success callback
44
48
  * @param failure failure callback
49
+ * @param randomParam random parameter to ensure cache is not causing problems in retrieving new data
45
50
  */
46
- private customWFSLoader;
51
+ customWFSLoader(vectorSource: any, options: any, interceptor: any, extent: any, resolution: any, proj: any, success: any, failure: any, randomParam?: boolean): void;
47
52
  /**
48
53
  * Custom loader to get feature from a WFS datasource
49
54
  * @internal
@@ -7,14 +7,49 @@ import RenderFeature from 'ol/render/Feature';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class StyleService {
9
9
  style: olstyle.Style;
10
+ /**
11
+ * Create a style based on a object as
12
+ * style: {
13
+ * "stroke": {
14
+ * "color": "blue",
15
+ * "lineDash": [10, 5]
16
+ * },
17
+ * "text": {
18
+ * "minScaleDenom": 50000,
19
+ * "maxScaleDenom": 200000,
20
+ * "minResolution": 100,
21
+ * "maxResolution": 400,
22
+ * "attribute": "THE COLUMN NAME TO RETRIEVE THE LABEL VALUE",
23
+ * "text": "MY HARCODED TEXT",
24
+ * "stroke": {
25
+ * "color": "blue",
26
+ * "width": 0.75
27
+ * },
28
+ * "fill": {
29
+ * "color": "black"
30
+ * },
31
+ * "font": "20px sans-serif",
32
+ * "overflow": true,
33
+ * "offsetX": 10,
34
+ * "offsetY": 20,
35
+ * "padding": [2.5, 2.5, 2.5, 2.5]
36
+ * },
37
+ * "width": 5
38
+ * }
39
+ *
40
+ * @param options
41
+ * @param feature feature to apply style on
42
+ * @param resolution current map resolution, to control label resolution range
43
+ * @returns
44
+ */
10
45
  createStyle(options: {
11
46
  [key: string]: any;
12
- }): any;
47
+ }, feature?: RenderFeature | OlFeature<OlGeometry>, resolution?: number): any;
13
48
  private parseStyle;
14
49
  private getOlKey;
15
50
  private getOlCls;
16
- createStyleByAttribute(feature: RenderFeature | OlFeature<OlGeometry>, styleByAttribute: StyleByAttribute): any;
17
- createClusterStyle(feature: any, clusterParam: ClusterParam, layerStyle: any): any;
51
+ createStyleByAttribute(feature: RenderFeature | OlFeature<OlGeometry>, styleByAttribute: StyleByAttribute, resolution: number): any;
52
+ createClusterStyle(feature: RenderFeature | OlFeature<OlGeometry>, resolution: number, clusterParam: ClusterParam, layerStyle: any): any;
18
53
  getLabel(feature: any, labelMatch: any): string;
19
54
  private guessTypeFeature;
20
55
  static ɵfac: i0.ɵɵFactoryDeclaration<StyleService, never>;
@@ -12,14 +12,25 @@ export interface StyleByAttribute {
12
12
  label?: IgoLabel;
13
13
  baseStyle?: {
14
14
  [key: string]: any;
15
+ allo?: string;
15
16
  };
16
17
  hoverStyle?: StyleByAttribute;
17
18
  }
19
+ export interface CreateStyle {
20
+ igoLabel?: IgoLabel;
21
+ igoStyle?: {
22
+ [key: string]: any;
23
+ };
24
+ }
18
25
  export interface IgoLabel {
19
26
  attribute: string;
20
27
  style?: {
21
28
  [key: string]: any;
22
29
  };
30
+ minResolution?: number;
31
+ maxResolution?: number;
32
+ minScaleDenom?: number;
33
+ maxScaleDenom?: number;
23
34
  }
24
35
  export interface MapboxStyle {
25
36
  url: string;
@@ -1,6 +1,10 @@
1
+ import { AfterContentInit, OnDestroy } 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 GeolocateButtonComponent {
5
+ export declare class GeolocateButtonComponent implements AfterContentInit, OnDestroy {
6
+ private tracking$$;
7
+ readonly icon$: BehaviorSubject<string>;
4
8
  get map(): IgoMap;
5
9
  set map(value: IgoMap);
6
10
  private _map;
@@ -8,6 +12,9 @@ export declare class GeolocateButtonComponent {
8
12
  set color(value: string);
9
13
  private _color;
10
14
  constructor();
15
+ ngAfterContentInit(): void;
16
+ ngOnDestroy(): void;
17
+ onGeolocationClick(): void;
11
18
  static ɵfac: i0.ɵɵFactoryDeclaration<GeolocateButtonComponent, never>;
12
19
  static ɵcmp: i0.ɵɵComponentDeclaration<GeolocateButtonComponent, "igo-geolocate-button", never, { "map": "map"; "color": "color"; }, {}, never, never>;
13
20
  }
@@ -0,0 +1,20 @@
1
+ import { ConfigService } from '@igo2/core';
2
+ import { IgoMap } from '../shared/map';
3
+ import { MapExtent } from '../shared/map.interface';
4
+ import * as i0 from "@angular/core";
5
+ export declare class HomeExtentButtonComponent {
6
+ configService: ConfigService;
7
+ map: IgoMap;
8
+ color: string;
9
+ extentOverride?: MapExtent;
10
+ centerOverride?: [number, number];
11
+ zoomOverride?: number;
12
+ private homeExtentButtonExtent;
13
+ private homeExtentButtonCenter;
14
+ private homeExtentButtonZoom;
15
+ constructor(configService: ConfigService);
16
+ computeHomeExtent(): void;
17
+ onToggleClick(): void;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<HomeExtentButtonComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<HomeExtentButtonComponent, "igo-home-extent-button", never, { "map": "map"; "color": "color"; "extentOverride": "extentOverride"; "centerOverride": "centerOverride"; "zoomOverride": "zoomOverride"; }, {}, never, never>;
20
+ }
@@ -0,0 +1 @@
1
+ export * from './home-extent-button.component';
@@ -3,8 +3,11 @@ export * from './map-browser';
3
3
  export * from './zoom-button';
4
4
  export * from './menu-button';
5
5
  export * from './geolocate-button';
6
+ export * from './home-extent-button';
6
7
  export * from './offline-button';
8
+ export * from './wake-lock-button';
7
9
  export * from './baselayers-switcher';
8
10
  export * from './rotation-button';
9
11
  export * from './swipe-control';
10
12
  export * from './map-center';
13
+ export * from './info-section';
@@ -0,0 +1 @@
1
+ export * from './info-section.component';
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class InfoSectionComponent {
3
+ infoContent: string;
4
+ constructor();
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<InfoSectionComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<InfoSectionComponent, "igo-info-section", never, { "infoContent": "infoContent"; }, {}, never, never>;
7
+ }
@@ -2,24 +2,27 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./map-browser/map-browser.component";
3
3
  import * as i2 from "./zoom-button/zoom-button.component";
4
4
  import * as i3 from "./geolocate-button/geolocate-button.component";
5
- import * as i4 from "./rotation-button/rotation-button.component";
6
- import * as i5 from "./baselayers-switcher/baselayers-switcher.component";
7
- import * as i6 from "./baselayers-switcher/mini-basemap.component";
8
- import * as i7 from "./shared/mapOffline.directive";
9
- import * as i8 from "./offline-button/offline-button.component";
10
- import * as i9 from "./shared/map-pointer-position.directive";
11
- import * as i10 from "./shared/hover-feature.directive";
12
- import * as i11 from "./swipe-control/swipe-control.component";
13
- import * as i12 from "./map-center/map-center.component";
14
- import * as i13 from "./menu-button/menu-button.component";
15
- import * as i14 from "@angular/common";
16
- import * as i15 from "@igo2/core";
17
- import * as i16 from "@igo2/common";
18
- import * as i17 from "@angular/material/icon";
19
- import * as i18 from "@angular/material/button";
20
- import * as i19 from "@angular/material/tooltip";
5
+ import * as i4 from "./home-extent-button/home-extent-button.component";
6
+ import * as i5 from "./rotation-button/rotation-button.component";
7
+ import * as i6 from "./info-section/info-section.component";
8
+ import * as i7 from "./baselayers-switcher/baselayers-switcher.component";
9
+ import * as i8 from "./baselayers-switcher/mini-basemap.component";
10
+ import * as i9 from "./shared/mapOffline.directive";
11
+ import * as i10 from "./offline-button/offline-button.component";
12
+ import * as i11 from "./wake-lock-button/wake-lock-button.component";
13
+ import * as i12 from "./shared/map-pointer-position.directive";
14
+ import * as i13 from "./shared/hover-feature.directive";
15
+ import * as i14 from "./swipe-control/swipe-control.component";
16
+ import * as i15 from "./map-center/map-center.component";
17
+ import * as i16 from "./menu-button/menu-button.component";
18
+ import * as i17 from "@angular/common";
19
+ import * as i18 from "@igo2/core";
20
+ import * as i19 from "@igo2/common";
21
+ import * as i20 from "@angular/material/icon";
22
+ import * as i21 from "@angular/material/button";
23
+ import * as i22 from "@angular/material/tooltip";
21
24
  export declare class IgoMapModule {
22
25
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoMapModule, never>;
23
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoMapModule, [typeof i1.MapBrowserComponent, typeof i2.ZoomButtonComponent, typeof i3.GeolocateButtonComponent, typeof i4.RotationButtonComponent, typeof i5.BaseLayersSwitcherComponent, typeof i6.MiniBaseMapComponent, typeof i7.MapOfflineDirective, typeof i8.OfflineButtonComponent, typeof i9.PointerPositionDirective, typeof i10.HoverFeatureDirective, typeof i11.SwipeControlComponent, typeof i12.MapCenterComponent, typeof i13.MenuButtonComponent], [typeof i14.CommonModule, typeof i15.IgoLanguageModule, typeof i16.IgoConfirmDialogModule, typeof i17.MatIconModule, typeof i18.MatButtonModule, typeof i19.MatTooltipModule], [typeof i1.MapBrowserComponent, typeof i2.ZoomButtonComponent, typeof i3.GeolocateButtonComponent, typeof i4.RotationButtonComponent, typeof i5.BaseLayersSwitcherComponent, typeof i6.MiniBaseMapComponent, typeof i7.MapOfflineDirective, typeof i8.OfflineButtonComponent, typeof i9.PointerPositionDirective, typeof i10.HoverFeatureDirective, typeof i11.SwipeControlComponent, typeof i12.MapCenterComponent, typeof i13.MenuButtonComponent]>;
26
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoMapModule, [typeof i1.MapBrowserComponent, typeof i2.ZoomButtonComponent, typeof i3.GeolocateButtonComponent, typeof i4.HomeExtentButtonComponent, typeof i5.RotationButtonComponent, typeof i6.InfoSectionComponent, typeof i7.BaseLayersSwitcherComponent, typeof i8.MiniBaseMapComponent, typeof i9.MapOfflineDirective, typeof i10.OfflineButtonComponent, typeof i11.WakeLockButtonComponent, typeof i12.PointerPositionDirective, typeof i13.HoverFeatureDirective, typeof i14.SwipeControlComponent, typeof i15.MapCenterComponent, typeof i16.MenuButtonComponent], [typeof i17.CommonModule, typeof i18.IgoLanguageModule, typeof i19.IgoConfirmDialogModule, typeof i20.MatIconModule, typeof i21.MatButtonModule, typeof i22.MatTooltipModule], [typeof i1.MapBrowserComponent, typeof i2.ZoomButtonComponent, typeof i3.GeolocateButtonComponent, typeof i4.HomeExtentButtonComponent, typeof i5.RotationButtonComponent, typeof i6.InfoSectionComponent, typeof i7.BaseLayersSwitcherComponent, typeof i8.MiniBaseMapComponent, typeof i9.MapOfflineDirective, typeof i10.OfflineButtonComponent, typeof i11.WakeLockButtonComponent, typeof i12.PointerPositionDirective, typeof i13.HoverFeatureDirective, typeof i14.SwipeControlComponent, typeof i15.MapCenterComponent, typeof i16.MenuButtonComponent]>;
24
27
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoMapModule>;
25
28
  }
@@ -0,0 +1,111 @@
1
+ import OlMap from 'ol/Map';
2
+ import { BehaviorSubject } from 'rxjs';
3
+ import * as olproj from 'ol/proj';
4
+ import { MapController } from './controller';
5
+ import { IgoMap } from '../map';
6
+ import { StorageService } from '@igo2/core';
7
+ import { MapViewOptions } from '../map.interface';
8
+ export interface MapGeolocationControllerOptions {
9
+ projection: olproj.ProjectionLike;
10
+ accuracyThreshold?: number;
11
+ followPosition?: boolean;
12
+ buffer?: GeolocationBuffer;
13
+ }
14
+ export interface MapGeolocationState {
15
+ position: number[];
16
+ projection: string;
17
+ accuracy: number;
18
+ altitude: number;
19
+ altitudeAccuracy: number;
20
+ heading: number;
21
+ speed: number;
22
+ enableHighAccuracy: boolean;
23
+ timestamp: Date;
24
+ }
25
+ export interface GeolocationBuffer {
26
+ bufferRadius?: number;
27
+ bufferStroke?: [number, number, number, number];
28
+ bufferFill?: [number, number, number, number];
29
+ showBufferRadius?: boolean;
30
+ }
31
+ /**
32
+ * Controller to handle map view interactions
33
+ */
34
+ export declare class MapGeolocationController extends MapController {
35
+ private map;
36
+ private options?;
37
+ private storageService?;
38
+ private subscriptions$$;
39
+ private geolocationOverlay;
40
+ private positionFeatureStyle;
41
+ private accuracyFeatureStyle;
42
+ private geolocation;
43
+ /**
44
+ * Observable of the current emission interval of the position. In seconds
45
+ */
46
+ readonly emissionIntervalSeconds$: BehaviorSubject<number>;
47
+ /**
48
+ * Observable of the current position
49
+ */
50
+ readonly position$: BehaviorSubject<MapGeolocationState>;
51
+ /**
52
+ * Observable of the tracking state
53
+ */
54
+ readonly tracking$: BehaviorSubject<boolean>;
55
+ /**
56
+ * Observable of the follow position state
57
+ */
58
+ readonly followPosition$: BehaviorSubject<boolean>;
59
+ /**
60
+ * History of positions
61
+ */
62
+ /**
63
+ * Whether the geolocate controller should keep the position history
64
+ */
65
+ /**
66
+ * Whether the geolocate should show a buffer around the current position
67
+ */
68
+ set buffer(value: GeolocationBuffer);
69
+ get buffer(): GeolocationBuffer;
70
+ private _buffer;
71
+ /**
72
+ * Whether the geolocate controller accuracy threshold to store/show the position.
73
+ */
74
+ set accuracyThreshold(value: number);
75
+ get accuracyThreshold(): number;
76
+ private _accuracyThreshold;
77
+ /**
78
+ * Whether the activate the geolocation.
79
+ */
80
+ get tracking(): boolean;
81
+ set tracking(value: boolean);
82
+ /**
83
+ * Whether the activate the view tracking of the current position
84
+ */
85
+ set followPosition(value: boolean);
86
+ get followPosition(): boolean;
87
+ private _followPosition;
88
+ constructor(map: IgoMap, options?: MapGeolocationControllerOptions, storageService?: StorageService);
89
+ /**
90
+ * Add or remove this controller to/from a map.
91
+ * @param map OL Map
92
+ */
93
+ setOlMap(olMap: OlMap | undefined): void;
94
+ private deleteGeolocationFeatures;
95
+ setupObservers(): void;
96
+ updateGeolocationOptions(options: MapViewOptions): void;
97
+ /**
98
+ * Teardown any observers
99
+ */
100
+ teardownObservers(): void;
101
+ /**
102
+ * Clear the position history
103
+ */
104
+ /**
105
+ * On position change, get the position, show it on the map and record it.
106
+ * @param emitEvent Map event
107
+ */
108
+ private onPositionChange;
109
+ private deleteFeatureByType;
110
+ private handleFeatureCreation;
111
+ }
@@ -1,2 +1,3 @@
1
1
  export * from './controller';
2
+ export * from './geolocation';
2
3
  export * from './view';
@@ -22,6 +22,7 @@ export declare class MapViewController extends MapController {
22
22
  state$: BehaviorSubject<MapViewState>;
23
23
  /**
24
24
  * View Padding
25
+ * Values in the array are top, right, bottom and left padding.
25
26
  */
26
27
  padding: number[];
27
28
  /**
@@ -57,6 +58,12 @@ export declare class MapViewController extends MapController {
57
58
  */
58
59
  get olView(): OlView;
59
60
  constructor(options?: MapViewControllerOptions);
61
+ setPadding(padding: {
62
+ top?: number;
63
+ bottom?: number;
64
+ left?: number;
65
+ right?: number;
66
+ }): void;
60
67
  /**
61
68
  * Add or remove this controller to/from a map.
62
69
  * @param map OL Map
@@ -63,7 +63,7 @@ export declare class HoverFeatureDirective implements OnInit, OnDestroy {
63
63
  * @internal
64
64
  */
65
65
  private initStore;
66
- createHoverStyle(feature: RenderFeature | OlFeature<OlGeometry>, hoverStyle: StyleByAttribute): any;
66
+ createHoverStyle(feature: RenderFeature | OlFeature<OlGeometry>, hoverStyle: StyleByAttribute, resolution: number): any;
67
67
  /**
68
68
  * Stop listening to pointermove and reverse search results.
69
69
  * @internal
@@ -1,9 +1,5 @@
1
1
  import olMap from 'ol/Map';
2
- import olFeature from 'ol/Feature';
3
- import type { default as OlGeometry } from 'ol/geom/Geometry';
4
- import olGeolocation from 'ol/Geolocation';
5
2
  import OlProjection from 'ol/proj/Projection';
6
- import olCircle from 'ol/geom/Circle';
7
3
  import { BehaviorSubject, Subject } from 'rxjs';
8
4
  import { SubjectStatus } from '@igo2/utils';
9
5
  import { Layer } from '../../layer/shared/layers';
@@ -11,35 +7,30 @@ import { Overlay } from '../../overlay/shared/overlay';
11
7
  import { MapViewOptions, MapOptions, MapExtent, MapControlsOptions } from './map.interface';
12
8
  import { MapViewController } from './controllers/view';
13
9
  import { FeatureDataSource } from '../../datasource/shared/datasources/feature-datasource';
10
+ import { MapGeolocationController } from './controllers/geolocation';
11
+ import { StorageService } from '@igo2/core';
14
12
  export declare class IgoMap {
13
+ private storageService?;
15
14
  ol: olMap;
16
15
  offlineButtonToggle$: BehaviorSubject<boolean>;
17
16
  layers$: BehaviorSubject<Layer[]>;
18
17
  status$: Subject<SubjectStatus>;
19
- alwaysTracking: boolean;
20
- positionFollower: boolean;
21
- geolocation$: BehaviorSubject<olGeolocation>;
22
- geolocationPositionFeature: olFeature<OlGeometry>;
23
- geolocationAccuracyFeature: olFeature<OlGeometry>;
24
- bufferGeom: olCircle;
25
- bufferFeature: olFeature<OlGeometry>;
26
- buffer: Overlay;
27
18
  overlay: Overlay;
28
19
  queryResultsOverlay: Overlay;
29
20
  searchResultsOverlay: Overlay;
30
21
  viewController: MapViewController;
22
+ geolocationController: MapGeolocationController;
31
23
  swipeEnabled$: BehaviorSubject<boolean>;
32
24
  mapCenter$: BehaviorSubject<boolean>;
33
25
  selectedFeatures$: BehaviorSubject<Layer[]>;
34
26
  bufferDataSource: FeatureDataSource;
35
27
  private layerWatcher;
36
- private geolocation;
37
- private geolocation$$;
38
28
  private options;
29
+ private mapViewOptions;
39
30
  private defaultOptions;
40
31
  get layers(): Layer[];
41
32
  get projection(): string;
42
- constructor(options?: MapOptions);
33
+ constructor(options?: MapOptions, storageService?: StorageService);
43
34
  init(): void;
44
35
  setTarget(id: string): void;
45
36
  updateView(options: MapViewOptions): void;
@@ -131,9 +122,5 @@ export declare class IgoMap {
131
122
  * @returns The layer index
132
123
  */
133
124
  private getLayerIndex;
134
- geolocate(track?: boolean): void;
135
- unsubscribeGeolocate(): void;
136
- private startGeolocation;
137
- private stopGeolocation;
138
125
  onOfflineToggle(offline: boolean): void;
139
126
  }
@@ -6,7 +6,6 @@ export interface MapViewOptions {
6
6
  geolocate?: boolean;
7
7
  buffer?: Buffer;
8
8
  alwaysTracking?: boolean;
9
- autoRefreshGeolocate?: boolean;
10
9
  constrainRotation?: boolean | number;
11
10
  enableRotation?: boolean;
12
11
  extent?: MapExtent;
@@ -12,6 +12,7 @@ export declare class MapOfflineDirective implements AfterViewInit {
12
12
  private networkState;
13
13
  private offlineButtonState;
14
14
  get map(): IgoMap;
15
+ private previousMessageId;
15
16
  constructor(component: MapBrowserComponent, networkService: NetworkService, messageService: MessageService, languageService: LanguageService);
16
17
  ngAfterViewInit(): void;
17
18
  private changeLayer;
@@ -0,0 +1 @@
1
+ export * from './wake-lock-button.component';
@@ -0,0 +1,30 @@
1
+ import { ConfigService, StorageService } from '@igo2/core';
2
+ import { BehaviorSubject } from 'rxjs';
3
+ import { IgoMap } from '../shared/map';
4
+ import * as i0 from "@angular/core";
5
+ export declare class WakeLockButtonComponent {
6
+ private config;
7
+ private storageService;
8
+ color: string;
9
+ map: IgoMap;
10
+ get enabled(): boolean;
11
+ set enabled(value: boolean);
12
+ private noSleep;
13
+ readonly icon$: BehaviorSubject<string>;
14
+ visible: boolean;
15
+ constructor(config: ConfigService, storageService: StorageService);
16
+ /**
17
+ * Prevent display sleep and enable wake lock in all Android and iOS web browsers.
18
+ * On iOS, the Wake Lock API is not supported
19
+ * https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API
20
+ * On not supported browser, a fake video is used to keep the screen open.
21
+ */
22
+ private enableWakeLock;
23
+ /**
24
+ * Let display sleep
25
+ */
26
+ private disableWakeLock;
27
+ toggleWakeLock(): void;
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<WakeLockButtonComponent, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<WakeLockButtonComponent, "igo-wake-lock-button", never, { "color": "color"; "map": "map"; "enabled": "enabled"; }, {}, never, never>;
30
+ }
@@ -0,0 +1,4 @@
1
+ export declare enum InsertSourceInsertDBEnum {
2
+ System = "system",
3
+ User = "user"
4
+ }
@@ -0,0 +1,9 @@
1
+ import { InsertSourceInsertDBEnum } from "./geoDB.enums";
2
+ export interface GeoDBData {
3
+ url: string;
4
+ regionID: number;
5
+ object: any;
6
+ compressed: boolean;
7
+ insertSource: InsertSourceInsertDBEnum;
8
+ insertEvent: string;
9
+ }
@@ -0,0 +1,35 @@
1
+ import { DBMode, NgxIndexedDBService } from 'ngx-indexed-db';
2
+ import { Observable } from 'rxjs';
3
+ import { CompressionService } from '@igo2/core';
4
+ import { InsertSourceInsertDBEnum } from './geoDB.enums';
5
+ import * as i0 from "@angular/core";
6
+ export declare class GeoDBService {
7
+ private ngxIndexedDBService;
8
+ private compression;
9
+ readonly dbName: string;
10
+ collisionsMap: Map<number, string[]>;
11
+ _newTiles: number;
12
+ constructor(ngxIndexedDBService: NgxIndexedDBService, compression: CompressionService);
13
+ /**
14
+ * Only blob can be will be compressed
15
+ * @param url
16
+ * @param regionID
17
+ * @param object object to handle
18
+ * @param insertSource type of event user or system
19
+ * @param insertEvent Name of the event where the insert has been triggered
20
+ * @returns
21
+ */
22
+ update(url: string, regionID: number, object: any, insertSource: InsertSourceInsertDBEnum, insertEvent: string): Observable<any>;
23
+ private customUpdate;
24
+ get(url: string): Observable<any>;
25
+ getRegionTileCountByID(id: number): Observable<number>;
26
+ getRegionByID(id: number): Observable<any[]>;
27
+ deleteByRegionID(id: number): Observable<any>;
28
+ openCursor(keyRange?: IDBKeyRange, mode?: DBMode): Observable<Event>;
29
+ resetCounters(): void;
30
+ resetCollisionsMap(): void;
31
+ revertCollisions(): void;
32
+ get newTiles(): number;
33
+ static ɵfac: i0.ɵɵFactoryDeclaration<GeoDBService, never>;
34
+ static ɵprov: i0.ɵɵInjectableDeclaration<GeoDBService>;
35
+ }
@@ -0,0 +1,3 @@
1
+ export * from './geoDB.enums';
2
+ export * from './geoDB.interface';
3
+ export * from './geoDB.service';