- add dashboard and angular routing files
- npm updates - changes in webpack.common.js
This commit is contained in:
parent
72cc5241af
commit
220944b115
17 changed files with 377 additions and 105 deletions
|
@ -4,7 +4,7 @@ export class Station {
|
|||
public id: string;
|
||||
public label: string;
|
||||
public geometry: GeoJSON.GeometryObject;
|
||||
public properties: StationProperties;
|
||||
public properties?: StationProperties;
|
||||
}
|
||||
|
||||
export interface StationProperties {
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue