- add platform-detail.component

- remove helgoland modules depiction and selector and angular/forms
This commit is contained in:
Arno Kaimbacher 2021-10-07 16:28:36 +02:00
parent e797122055
commit 7f13e31251
13 changed files with 174 additions and 1145 deletions

View file

@ -2,7 +2,8 @@ import { Component, OnInit } from '@angular/core';
import { ParameterFilter } from '@helgoland/core';
import { GeomonPlatform } from './../../../shared/models/platform';
import { LayerOptions } from '@helgoland/map';
// import { LayerOptions } from '@helgoland/map';
import { LayerOptions } from '../../map/map-options';
import { Marker, MapOptions, Control, icon, LatLngBoundsExpression } from 'leaflet';
import { Station } from '../../../shared/models/station';