I am exploring the possibility of creating a display tool for my alliance in an online game. The game is not based in the real world, so I'm not interested in the content of the available map tools, just the functionality.
At a minimum, I would like the map to display information about where the allied cities in the world are located. Ideally, I would like to be able to display information about the desired professions, levels of development and military operations. All this should be accessible for editing by users of the map.
I look at the google maps API and it seems that I could use it to accomplish my goals using my own map tiles with a custom defined map object and some custom overlays, but it looks like it will be a lot of setup work.
Is there any other tool that is better suited for this task?
source share