loyaltyRanges seem to be working; ready for data

This commit is contained in:
Ryan Carpenter
2016-09-05 00:12:30 +08:00
parent 02e161e5c4
commit cfb541a0a2
5 changed files with 146 additions and 49 deletions
+25 -2
View File
@@ -60,6 +60,16 @@
idKey="'key'">
</ui-gmap-polygons>
<!-- Loyalty Range Polygons -->
<ui-gmap-polygons
models="mapModels.loyaltyRanges"
path="'path'"
fill="'fill'"
stroke="'stroke'"
visible="options.politicalAllegiances"
idKey="'key'">
</ui-gmap-polygons>
<!-- Character Markers -->
<ui-gmap-markers
models='mapModels.characters'
@@ -112,9 +122,9 @@
<button class="list-group-item btn-clear" ng-click="toState('about')" ng-class="{highlight:(state=='about')}">
<i class="glyphicon glyphicon-question-sign"></i>
</button>
<!-- <button class="list-group-item btn-clear" ng-click="toState('edit')" ng-class="{highlight:(state=='edit')}">
<button class="list-group-item btn-clear" ng-click="toState('edit')" ng-class="{highlight:(state=='edit')}">
<i class="glyphicon glyphicon-pencil"></i>
</button> -->
</button>
</div>
</div>
@@ -357,6 +367,19 @@
</tbody>
</table>
<hr>
<table>
<tbody>
<tr ng-repeat="point in clickHistory">
<!-- <td></td>
<td></td> -->
<td>{{point.latitude | number:4}}</td>
<td>{{point.longitude | number:4}}</td>
</tr>
</tbody>
</table>
</div>
</div>