Skip to content

Commit 220f378

Browse files
committed
fixes
1 parent 90888fc commit 220f378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sparqlunicorn_ontdoc/resources/html/default/js/startscripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1713,7 +1713,7 @@ function createColorRangeByAttribute(propertyName,geojsonlayer){
17131713
stepcounter=0
17141714
while(curstep<maxamount){
17151715
curstepstr=(curstep+"")
1716-
rangesByAttribute[propertyName].push({"min":curstep,"max":curstep+myrangesteps,"label":"["+curstep+"-"+curstep+myrangesteps+"]","color":colors[stepcounter%12]})
1716+
rangesByAttribute[propertyName].push({"min":curstep,"max":curstep+myrangesteps,"label":"["+curstep+"-"+(curstep+myrangesteps)+"]","color":colors[stepcounter%12]})
17171717
curstep+=myrangesteps
17181718
stepcounter+=1
17191719
}

0 commit comments

Comments
 (0)