Merge pull request #44 from Pear-Trading/finn/trailchange
Changes made to ESTA and trail map
This commit is contained in:
commit
aa7d17522e
4 changed files with 7 additions and 3 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
# Next Release
|
||||
|
||||
* Added ESTA to Story Trail
|
||||
* Reverted Story Trail naming to LIS
|
||||
* Changed Trail map code to make it flexible based on association
|
||||
|
||||
# v0.0.6
|
||||
|
||||
* Fix typo in Map Titles
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<div class="card">
|
||||
<div class="card-header">
|
||||
<strong>Purchase Map</strong>
|
||||
<small>Required Data marked in <strong>bold</strong>.</small>
|
||||
<small>Click a marker to get location details.</small>
|
||||
</div>
|
||||
<div class="modal fade" bsModal #statusModal="bs-modal" [config]="{backdrop: false, animated: false}"
|
||||
tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel" aria-hidden="true">
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
<div class="card">
|
||||
<div class="card-header">
|
||||
<strong>Story Trail</strong>
|
||||
<small>Required Data marked in <strong>bold</strong>.</small>
|
||||
<small>Click a marker to get location details.</small>
|
||||
<select type="text" [(ngModel)]="assocMap" (ngModelChange)="viewBoundsChanged()">
|
||||
<option value="lis" selected>Lancaster Independent Story</option>
|
||||
<option value="esta">Esta</option>
|
||||
<option value="esta">ESTA</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="modal fade" bsModal #statusModal="bs-modal" [config]="{backdrop: false, animated: false}"
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 4.1 KiB |
Reference in a new issue