Page 1 of 1

Correct Mapfile Orientation

Posted: 05 Jun 2004, 09:00
by natsuki
checked ro's map too and found out the problem why it seems to be reversed
the mapfile itself doesnt follow ro's map^^

it should be: instead of:
3 (0,0)
2 1 2 3
1 1
1 2 3 2
(0,0) 3

thats generally ro's maps and coordinate placements

Posted: 05 Jun 2004, 09:06
by natsuki
waa its distorted! :(

nyway its like this:

ro's:
y
3
2
1
01 2 3 x
(0,0)

the mapfile:
(0,0)
01 2 3 x
1
2
3
y

thats the difference

Posted: 05 Jun 2004, 09:38
by ElvenProgrammer
As I've already said this isn't a big difference, but only a change of perspective. I'm going on my way because I'm more familiar with it. If I can't see a good reason i don't think I'll change idea.

Posted: 05 Jun 2004, 09:50
by natsuki
its not that..

not even a change of perspective, its mapping ro map coords to a different mapfile coords (only y, x is no problem)

i looked at the coords and y is not mapped to correct one as y should start from 'lower left' and not 'upper left'

nyway i try to fix the map so you know what i mean