Skip to content

Commit

Permalink
fix: fix overlay url
Browse files Browse the repository at this point in the history
Closes: #197
  • Loading branch information
petrot committed May 10, 2018
1 parent da03fbf commit ab2dd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/hike-edit/components/hike-edit-map/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const LAYERS = [{

const OVERLAYS = [{
name: 'trails',
url: 'https://tile.lonvia.de/hiking/{z}/{x}/{y}.png'
url: 'http://tile.lonvia.de/hiking/{z}/{x}/{y}.png'
}];

@Component({
Expand Down

0 comments on commit ab2dd06

Please sign in to comment.