Skip to content

Commit

Permalink
chnage-html-injection-tgt
Browse files Browse the repository at this point in the history
  • Loading branch information
srbgs committed Mar 27, 2024
1 parent b45b6d7 commit 0068f03
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 @@ -44,7 +44,7 @@ vMap.showOnValidationMap=function(geoJSON,fileName,ix){

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

// show GeoJSON features on map - add popups and tooltips
L.geoJSON(geoJSON,{
Expand Down

0 comments on commit 0068f03

Please sign in to comment.