The new forums will be named Coin Return (based on the most recent
vote)! You can check on the status and timeline of the transition to the new forums
here.
The Guiding Principles and New Rules
document is now in effect.
Interactive Map Application question
Hello, everyone!
So I make a ton of maps, all set in the same universe of Falleron. I have a world map for these maps. I now want to make an interactive GIS map to mark on the world map where I have made encounter maps.
Problem is, while I can do this with geolocated maps easily with something like ArcGIS or MyGoogleMaps, there don't seem to be many reputable plugins or applications for using a custom map (not geolocated).
Anyone have a suggestion of where I should look for this sort of software?
0
Posts
But this project seems to use the Google Maps API to map WOW
https://github.com/iamcal/World-of-MapCraft
http://worldofmapcraft.com/
Write up on the process, most of which seems irrelevant to you (extracting game assets):
https://www.iamcal.com/world-of-mapcraft/
Edit:
Per the last link, this is the relevant bit
https://github.com/iamcal/World-of-MapCraft/blob/master/www/map.js
It sets up the fictional projection / coordinate system.
If no one suggests a more turnkey solution,
-And at the risk of massively dunning-kruegering the level of effort here-
I would suggest pulling that project down and start replacing assets / fiddling with it in Chrome dev tools (f12). CSS is just a bunch of adjectives and values, dev tools can help you grok it by revealing the whole style inheritance chain and letting you tweak them on a live page.
I guess I'll need to hire someone.