jantman / gw2copilot

A Python-based GuildWars2 helper tool
GNU Affero General Public License v3.0
4 stars 1 forks source link

Map icons #2

Closed jantman closed 8 years ago

jantman commented 8 years ago

Use the files API and render service for map icons. We should fill the cache before Twisted starts (see the comment in server.py).

We'll need something for the player location marker. Given that we'll be using images from the render service for Leaflet custom markers for everything else, I'd prefer to just find a royalty-free "you are here"/star/crosshair image to use for the player.

jantman commented 8 years ago

The commit referenced above adds a simple license-free crosshair icon, but it doesn't display well. It should probably be red, not black, with a drop shadow... see the custom icons tutorial