Sol Solus.3167:

I captured this from http://gw2.chillerlan.net/examples/gw2maps-gmaps-simple.html using Map Grabber. It is the maximum zoom level.

1/4 scale JPG – 4096×3136 – 4.75 Mb

7-Zip compressed BMP – 16384×12544 – 225 Mb

Custom 128×128 objective icons – PSD – 516 Kb

smiley.1438:

you can have that simpler: https://gist.github.com/codemasher/75d8e1a24b2363cabebf (any part of a map)

http://gw2.chillerlan.net/examples/gw2staticmaps.php

Sol Solus.3167:

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

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.

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?

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).