changelog, esta pin and naming updated

This commit is contained in:
piratefinn 2017-12-08 15:26:37 +00:00
parent 0829f8d71b
commit e104b2c4d2
4 changed files with 7 additions and 3 deletions

View file

@ -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

View file

@ -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">

View file

@ -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