← back
Tool to generate high resolution Guild Wars 2 maps from the official API tiles
Svelte
Tailwind
Canvas

about
This web app generates high-resolution Guild Wars 2 maps from official API tiles and map information. There are three modes of generation based on the amount of different information (base image, image + icons, image + icons + labels). It first checks whether or not the requested image is already cached and if not it assembles the image from tiles in Canvas, uploads it to Cloudinary through their API, and sends it back to the client. The map generation REST backend is written in Typescript using a simple Node.js server which also serves the client.