Map image demo

Below is a map that is created on demand, there is no stored bitmap file:

It is made by having a div tag with the ID set to "theTarget" and placing this function call in the onload() method of the body tag:
createImage('Maps/olddranik.txt', 1, 0, 0, 0, 0, true, 'theTarget', 500, 200,
[[-799, 37, 255, 0, 0, 5, ''],
[-2455, -1203, 0, 255, 0, 5, ''],
[-3019, -867, 0, 0, 255, 5, ''],
[-2222, -976, 255, 255, 0, 5, 'A'],
[-2490, -651, 255, 0, 255, 5, ''],
[-2060, -695, 0, 255, 255, 5, ''],
[-1120, -729, 128, 64, 192, 5, '']]
)"

The paramaters to the function:

This second example shows Tellivar's location in Korafax, with the image zoomed in (scale factor 5), centered at -900, 600, with a height filter of -100 to 100 to hide the lines of the floor beneath it, with a single purple marker with a T in it, and colored lines turned off (so solid black).

The map files MUST be stored on the same domain due to sandbox restrictions.