-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate to mapbox #997 - Inital and main commit.
- Loading branch information
Showing
70 changed files
with
2,261 additions
and
1,726 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
IsraelHiking.Web/sources/application/components/drawing.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
IsraelHiking.Web/sources/application/components/edit-osm.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<div class="side-control" [dir]="resources.direction" *ngIf="(isAdvanced | async)"> | ||
<div class="side-control mapboxgl-ctrl" [dir]="resources.direction" *ngIf="(isAdvanced | async)"> | ||
<a mat-button [href]="getOsmAddress()" [target]="'_blank'" matTooltip="{{resources.editThisMapUsingOsm}}" matTooltipPosition="right" angulartics2On="click" angularticsCategory="OSM" angularticsAction="Edit in OSM"><i class="fa icon-map-editing fa-lg"></i></a> | ||
</div> |
4 changes: 2 additions & 2 deletions
4
IsraelHiking.Web/sources/application/components/file-save-as.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
IsraelHiking.Web/sources/application/components/file.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
IsraelHiking.Web/sources/application/components/info.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<div class="side-control"> | ||
<div class="side-control mapboxgl-ctrl"> | ||
<button mat-button (click)="toggleInfo()" matTooltip="{{resources.about}} - {{resources.legend}}" matTooltipPosition="right" [ngClass]="{active: isActive()}" angulartics2On="click" angularticsCategory="Info" angularticsAction="Info sidebar toggle"><i class="fa fa-lg icon-info"></i></button> | ||
</div> |
28 changes: 0 additions & 28 deletions
28
IsraelHiking.Web/sources/application/components/intercations/drag.interaction.ts
This file was deleted.
Oops, something went wrong.
8 changes: 3 additions & 5 deletions
8
IsraelHiking.Web/sources/application/components/intercations/pointer-counter.helper.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.