You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LiveAtlas 2.0 is binging support for Pl3xmap maps, allowing browsing of Pl3xmap and Dynmap maps within the same UI. Pl3xmap support required significant internal changes to decouple LiveAtlas from Dynmap, so this is an initial beta release to help iron out any bugs that have crept in as a result.
Pl3xmap maps can be added to LiveAtlas by adding an entry to the servers config in index.html, like the following:
window.liveAtlasConfig = {
servers: {
pl3xmap: { //ID used in the URL
label: 'Pl3xmap', //Label used in the server list
pl3xmap: '<url to your Pl3xmap installation>'
},
// ... Other servers
}
// ... Rest of LiveAtlas configuration
Map/marker viewing, popups, tooltips and players should all be supported.
Marker and tile updates are not implemented at this time, and likely won't be at all until Pl3xmap implements a way to do these incrementally.
World icons and player facing direction are also not supported right now.
Please report any additional issues you encounter.
Added
Players button title now shows current/max players.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
LiveAtlas 2.0 is binging support for Pl3xmap maps, allowing browsing of Pl3xmap and Dynmap maps within the same UI. Pl3xmap support required significant internal changes to decouple LiveAtlas from Dynmap, so this is an initial beta release to help iron out any bugs that have crept in as a result.
Feedback on this release is appreciated.
Pl3xmap Support
servers
config inindex.html
, like the following:Added
Fixed
Misc
showLabels
isfalse
for the containing marker set.showLabels: false
marker sets containing many markers.This discussion was created from the release 2.0.0-beta.1.
Beta Was this translation helpful? Give feedback.
All reactions