Skip to content

Commit

Permalink
Merge pull request #139 from MattShawPhoto/infoColor-changes
Browse files Browse the repository at this point in the history
Fix #138 with infoColor property not being respected
  • Loading branch information
spatialillusions authored Nov 7, 2017
2 parents 699525e + 027695f commit fe13c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/symbolparts/textfields.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = function textfields() {
var drawArray2 = [];
var bbox = this.properties.baseGeometry.bbox;
var fontColor =
this.infoColor ||
this.properties.infoColor ||
this.colors.iconColor[this.properties.affiliation] ||
this.colors.iconColor["Friend"];
var fontFamily = "Arial";
Expand Down

0 comments on commit fe13c68

Please sign in to comment.