Hello All,
I've been looking into how you can add georeferenced jpegs to a flex map using their associated world (jgw) files. Judging by the lack of information out there on this topic, I have a feeling it isn't possible yet.
I've gathered the following parameters on world files:
Line 1: A, pixel size in the x-direction in map units/pixel
Line 2: 😧 rotation about y-axis
Line 3: B: rotation about x-axis
Line 4: E: pixel size in the y-direction in map units, almost always negative[3]
Line 5: C: x-coordinate of the center of the upper left pixel
Line 6: F: y-coordinate of the center of the upper left pixel
I tried adding the image to the map using <mx:image>, but the only properties that I could import form the world file are rotationY (line 2) and rotationX (line 3).
Any ideas on how to do this? Is it even possible?
Thanks for your help,
Jason