Notification system enhanced

- Base for notifcation center
- Show text in map if no data is available
This commit is contained in:
2020-11-21 14:11:26 +01:00
parent 8b54431449
commit 533749c7c8
26 changed files with 323 additions and 76 deletions

View File

@@ -36,4 +36,8 @@
position="top-right"
></mgl-control>
</div>
</mgl-map>
</mgl-map>
<div id="noData" *ngIf="!this.showMap">
<h1>There is no data</h1><br>
<p>Selected time span does not contain any coordiantes.</p>
</div>