- add checboses for visibility in legend.entry.component
- add checkbox.scss - npm updates
This commit is contained in:
parent
9579a23e8e
commit
d6abaa0d6d
12 changed files with 559 additions and 235 deletions
|
@ -1,8 +1,6 @@
|
|||
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 '../../map/map-options';
|
||||
import { Marker, MapOptions, Control, icon, LatLngBoundsExpression } from 'leaflet';
|
||||
|
||||
|
@ -55,9 +53,9 @@ export class MapViewComponent implements OnInit {
|
|||
public layerControlOptions: Control.LayersOptions = { position: 'bottomleft' };
|
||||
public cluster = false;
|
||||
public loadingStations: boolean;
|
||||
public stationFilter: ParameterFilter = {
|
||||
// phenomenon: '8'
|
||||
};
|
||||
// public stationFilter: ParameterFilter = {
|
||||
// // phenomenon: '8'
|
||||
// };
|
||||
public statusIntervals = false;
|
||||
public mapOptions: MapOptions = {
|
||||
center: [48.208174, 16.373819],
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue