Merge remote-tracking branch 'origin/master'

This commit is contained in:
James Lyne 2021-12-28 16:10:13 +00:00
commit f6475a2179
3 changed files with 644 additions and 639 deletions

View File

@ -1,17 +1,17 @@
# LiveAtlas
A [Dynmap](https://github.com/webbukkit/dynmap) and [Pl3xmap](https://github.com/NeumimTo/Pl3xMap) frontend built with [Vue.js](https://github.com/vuejs/vue) and Typescript.
A [Dynmap](https://github.com/webbukkit/dynmap) and [Pl3xmap](https://github.com/NeumimTo/Pl3xMap)/[Squaremap](https://github.com/jpenilla/squaremap) frontend built with [Vue.js](https://github.com/vuejs/vue) and Typescript.
![A LiveAtlas screenshot](https://minecraft.rtgame.co.uk/liveatlas/liveatlas4.png)
LiveAtlas is an alternative frontend for Dynmap and Pl3xmap, which aims to provide a more modern interface and improved performance for busy maps. LiveAtlas is a drop-in replacement for Dynmap, and Pl3xmap maps are supported with some additional configuration.
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 all of the major Dynmap/Pl3xmap features are supported.
Development is ongoing, but the major features of each map plugin are supported.
You can see it in action [here](https://minecraft.rtgame.co.uk/map/build)
## Supported map features
| Feature | Dynmap | Pl3xmap |
| Feature | Dynmap | Pl3xmap/Squaremap |
| --------------- | --------------- | --------------- |
| Viewing maps | ✅ | ✅ |
| Markers | ✅ | ✅ |
@ -52,7 +52,7 @@ Dev builds are available in [Github actions](https://github.com/JLyne/LiveAtlas/
[See the wiki](https://github.com/JLyne/LiveAtlas/wiki/Installation)
## Customisation
The index.html file can be edited to add custom favicons, styles or analytics, just like the original Dynmap. All LiveAtlas messages can also be modified here for translation purposes.
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
@ -61,7 +61,7 @@ First run `npm install` to install LiveAtlas dependencies. You can then either r
## 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 or Pl3xmap teams regarding any issue with LiveAtlas. They will be very upset.
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:

1245
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -26,31 +26,31 @@
"@types/dynmap": "^3.1.1",
"@types/jest": "^27.0.2",
"@types/jest-in-case": "^1.0.5",
"@types/leaflet": "1.7.6",
"@types/node": "^16.11.12",
"@typescript-eslint/eslint-plugin": "^5.3",
"@typescript-eslint/parser": "^5.6",
"@vitejs/plugin-vue": "^1.10",
"@types/leaflet": "1.7.7",
"@types/node": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^5.8",
"@typescript-eslint/parser": "^5.8",
"@vitejs/plugin-vue": "^2.0",
"@vue/compiler-sfc": "^3.2.21",
"@vue/eslint-config-typescript": "^9.0",
"@vue/test-utils": "^2.0.0-rc.16",
"@vue/eslint-config-typescript": "^10.0",
"@vue/test-utils": "^2.0.0-rc.18",
"@vue/vue3-jest": "^27.0.0-alpha.1",
"cpy-cli": "^3.1.1",
"eslint": "^8.4",
"eslint": "^8.5",
"eslint-plugin-vue": "^8.0",
"jest": "^27.4.4",
"jest": "^27.4.5",
"jest-in-case": "^1.0.2",
"npm-run-all": "^4.1.5",
"patch-package": "^6.4",
"rimraf": "^3.0.2",
"rollup-plugin-analyzer": "^4.0",
"sass": "^1.43",
"ts-jest": "^27.1.1",
"sass": "^1.45",
"ts-jest": "^27.1.2",
"ts-node": "^10.4.0",
"typescript": "^4.5",
"vite": "^2.7.1",
"vite": "^2.7.7",
"vite-plugin-svg-sprite-component": "^1.0",
"vue-tsc": "0.29.8"
"vue-tsc": "0.30.1"
},
"eslintConfig": {
"root": true,