e91f820322
- Always use the store map list for checking for/retrieving maps, to avoid the non-unique map name problem append_to_world otherwise causes - Change LiveAtlasWorldDefinition maps property to Set as map keys were not unique if appended maps with the same names existed - Add appended map to both original and appended world's map set. The appended world needs this to display the map in the UI, the original world needs this to avoid situations where LiveAtlas needs the "first" map of a world, and that world has 0 non-appended maps (i.e switching worlds when following, URL without a map name) - Add an appendedWorld property to maps to indicate when a map has been appended. This is used by MapContextMenu to show the appended world's map list instead, and in WorldListItem to filter out maps appended to other worlds - Use the map's world property instead of the world prop in the template for WorldListItem. This fixes tooltips and prevents duplicate IDs. Fixes #345 |
||
---|---|---|
.github | ||
.idea | ||
java | ||
patches | ||
public | ||
src | ||
tests | ||
.env | ||
.gitignore | ||
.npmignore | ||
FUNDING.yml | ||
index.html | ||
jest.config.ts | ||
LICENSE.md | ||
messages.ts | ||
package-lock.json | ||
package.json | ||
plugin.yml | ||
README.md | ||
tsconfig.json | ||
vite.config.ts |
LiveAtlas
A Dynmap and Pl3xmap/Squaremap frontend built with Vue.js and Typescript.
LiveAtlas is an alternative frontend for Dynmap, Pl3xmap and Squaremap, which aims to provide a more modern interface and improved performance for busy maps. LiveAtlas is a drop-in replacement for Dynmap; Pl3xmap and Squaremap maps are supported with some additional configuration.
Development is ongoing, but the major features of each map plugin are supported.
You can see it in action here
Supported map features
Feature | Dynmap | Pl3xmap/Squaremap |
---|---|---|
Viewing maps | ✅ | ✅ |
Markers | ✅ | ✅ |
Player markers | ✅ | ✅ |
Player facing direction | n/a | ✅ |
Popups | ✅ | ✅ |
Tooltips | n/a | ✅ |
Tile updates | ✅ | ✅ |
Marker updates | ✅ | ❌ |
Following players | ✅ | ✅ |
Location display | ✅ | ✅ |
Link button | ✅ | ✅ |
Link button URLs | ✅ | ✅ |
Clock | ✅ | n/a |
Logos | ✅ | n/a |
Chat | ✅ | n/a |
Chat balloons | ✅ | n/a |
Login/register | ✅ | n/a |
Inactivity timeout | ❌ | n/a |
Custom player head URLs | n/a | ❌ |
Custom map icons | ✅ | ✅ |
Supported Browsers
- Chrome 66+
- Edge 18+
- Firefox 60+
- Opera 53+
- Safari 11.1+
IE is not supported
Download
LiveAtlas is available on SpigotMC
Dev builds are available in Github actions
Installation
Customisation
The index.html file can be edited to add custom favicons, styles or analytics, just like the map plugins original UIs. All LiveAtlas messages can also be modified here for translation purposes. You are also free to build LiveAtlas yourself to make further changes.
Building
First run npm install
to install LiveAtlas dependencies. You can then either run npm run serve
to start a local dev server, or npm run build
to build.
Support
If you find a bug, please create an issue with as must detail as possible. I'm working on this in my spare time, so fixes are on a best effort basis, but I'll eventually find time for them.
Please do not contact the Dynmap, Pl3xmap or Squaremap teams regarding any issue with LiveAtlas. They will be very upset.
Donate
If you appreciate my work, feel free to:
Cross-browser testing provided by Browserstack.