WvW, EotM - Full Res Map

WvW, EotM - Full Res Map

in API Development

Posted by: Sol Solus.3167

Sol Solus.3167

Rainmeter overlays:
World Boss Timer | WvW Map

(edited by Sol Solus.3167)

WvW, EotM - Full Res Map

in API Development

Posted by: smiley.1438

smiley.1438

WvW, EotM - Full Res Map

in API Development

Posted by: Sol Solus.3167

Sol Solus.3167

Yes, but try saving that map – it’s made of hundreds of tiles.

Rainmeter overlays:
World Boss Timer | WvW Map

WvW, EotM - Full Res Map

in API Development

Posted by: smiley.1438

smiley.1438

Originally i wanted to create a static maps script as <noscript> fallback with .jpg output for the wikis but haven’t finished it because reasons. Instead of displaying the tiles in HTML you could simply create a new image of size (tiles_x * 256) x (tiles_y * 256) and put the tiles in there within the loop – it’s just a few lines extra.

WvW, EotM - Full Res Map

in API Development

Posted by: Sol Solus.3167

Sol Solus.3167

Does that static maps URL take parameters to select the section of the map to render? Or do you have to run the PHP on your own server to get what you need?

Rainmeter overlays:
World Boss Timer | WvW Map

WvW, EotM - Full Res Map

in API Development

Posted by: smiley.1438

smiley.1438

The above script was just a proof of concept which takes no URL parameters but it’d be the least problem to change that (would have been required for wiki usage).