Skip to content

Commit

Permalink
Merge branch 'feature/journey-maps-maplibre-version-upgrade' into fea…
Browse files Browse the repository at this point in the history
…ture/journey-maps-route-color-options
  • Loading branch information
mstankala committed Mar 9, 2023
2 parents 6931003 + 152bd64 commit 20ebddc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'https://unpkg.com/maplibre-gl@2.1.9/dist/maplibre-gl.css';
@import 'https://unpkg.com/maplibre-gl@2.4.0/dist/maplibre-gl.css';

sbb-notification.api-key-info {
margin-bottom: 30px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'https://unpkg.com/maplibre-gl@2.1.9/dist/maplibre-gl.css';
@import 'https://unpkg.com/maplibre-gl@2.4.0/dist/maplibre-gl.css';

sbb-notification.api-key-info {
margin-bottom: 30px;
Expand Down
4 changes: 2 additions & 2 deletions src/journey-maps/angular/angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ npm install --save @sbb-esta/journey-maps
```

```sh
npm install --save maplibre-gl@2.1.9
npm install --save maplibre-gl@2.4.0
npm install --save-dev @types/geojson
```

**NOTE** \
The `maplibre-gl` version compatible with this version of `journey-maps` is `2.1`.
The `maplibre-gl` version compatible with this version of `journey-maps` is `2.4`.

### Reference the CSS

Expand Down

0 comments on commit 20ebddc

Please sign in to comment.