You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2021/10/21 19:22:00 UTC

[incubator-streampipes] 01/03: Merge branch 'dev' of https://github.com/patrickraoulphilipp/incubator-streampipes into patrickraoulphilipp-dev

This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git

commit cf9172e6456b0ab0c90fd5a0aca6ee9fa4053613
Merge: 01d5be7 2c47ef4
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Mon Sep 27 09:49:57 2021 +0200

    Merge branch 'dev' of https://github.com/patrickraoulphilipp/incubator-streampipes into patrickraoulphilipp-dev

 ...-explorer-visualisation-settings.component.html |   5 +
 .../map/config/map-widget-config.component.html    |  74 ++++++++
 .../map/config/map-widget-config.component.scss    |  17 ++
 .../map/config/map-widget-config.component.ts      |  92 ++++++++++
 .../widgets/map/map-widget.component.html          |  26 +++
 .../widgets/map/map-widget.component.scss          |  17 ++
 .../components/widgets/map/map-widget.component.ts | 197 +++++++++++++++++++++
 .../widgets/map/model/map-widget.model.ts          |  40 +++++
 ui/src/app/data-explorer/data-explorer.module.ts   |   9 +-
 .../registry/data-explorer-widgets.ts              |   7 +
 10 files changed, 483 insertions(+), 1 deletion(-)

diff --cc ui/src/app/data-explorer/data-explorer.module.ts
index ec3b13b,3307528..0633635
--- a/ui/src/app/data-explorer/data-explorer.module.ts
+++ b/ui/src/app/data-explorer/data-explorer.module.ts
@@@ -168,10 -172,10 +173,12 @@@ export const MY_NATIVE_FORMATS = 
      SelectPropertyComponent,
      TableWidgetComponent,
      TableWidgetConfigComponent,
+     MapWidgetConfigComponent,
+     MapWidgetComponent,
      TimeRangeSelectorComponent,
      DataExplorerVisualisationSettingsComponent,
 +    GroupSelectionPanelComponent,
 +    DataExplorerVisualisationSettingsComponent,
      WidgetDirective,
    ],
    providers: [