Hi

I try to generate map where every cell will have unique value
I do that with following mapcalc formula:

map=(row()*451)+col()

where 451 is the total number of columns + 1

I expected following solution;

452,453,454,455,....
953,954,955,956,....
.....

But I recived:

452,452,453,454,454,....
452,452,453,454,454,....
953,954,955,956,....
953,954,955,956,....
....

Where is the error in formula (or it is rounding problem)?

Regards
Jarek
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to