Skip to content

Commit

Permalink
remove-hex-colour-debug-output
Browse files Browse the repository at this point in the history
  • Loading branch information
srbgs committed Mar 26, 2024
1 parent 034f0f6 commit 2bc305e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/static/js/validation-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ vMap.showOnValidationMap=function(geoJSON,fileName,ix){
console.log(ix);

var pointColour=vMap.colours[ix % vMap.colours.length];
var xhtml="<p class='mapKey'><span class='symbol' style='background-color:" + pointColour + ";'>" + pointColour + "</span> " + fileName + "</p>";
var xhtml="<p class='mapKey'><span class='symbol' style='background-color:" + pointColour + ";'>&nbsp;</span> " + fileName + "</p>";
$("#res_Files").append(xhtml);

// show GeoJSON features on map - add popups and tooltips
Expand Down

0 comments on commit 2bc305e

Please sign in to comment.