Skip to content

Commit

Permalink
feature(journey-maps): introducing SbbRailNetworkOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mstankala committed Mar 9, 2023
1 parent 9d77ac3 commit c20a3b1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { Injectable } from '@angular/core';
import { SbbRailNetworkOptions } from '@sbb-esta/journey-maps/angular';
import { LineLayerSpecification, Map as MaplibreMap } from 'maplibre-gl';

import { SbbRailNetworkOptions } from '../../journey-maps.interfaces';

const RAIL_NETWORK_LAYER_CONST = {
idPart: '-track',
layerType: 'line',
Expand Down

0 comments on commit c20a3b1

Please sign in to comment.