Commit Graph

1230 Commits

Author SHA1 Message Date
James Lyne
40ee948d91 Replace MapProvider.getTilesUrl with LiveAtlasMapDefinition baseUrl option 2022-02-23 22:32:59 +00:00
James Lyne
1c5351313f LiveAtlasMapDefinition cleanup
- Reorganise options for improved readability
- Make options with defaults optional
- Add baseUrl option for later TileLayer use
2022-02-23 22:31:50 +00:00
James Lyne
c4f2d106bf All per-map default zoom 2022-02-23 14:31:31 +00:00
James Lyne
61194c9c99 Fix error when marker set is removed when changing between maps on the same world 2022-02-23 13:58:32 +00:00
James Lyne
61b2a59e2a All per-map center points 2022-02-23 13:57:41 +00:00
James Lyne
1481207a12 More overviewer work
- First pass at markers
- Cleanup
2022-02-23 00:48:10 +00:00
James Lyne
b69a1b3a3f Make iconSize optional for GenericIcon, and center it if missing 2022-02-23 00:47:22 +00:00
James Lyne
50aba2dd7b MapProvider changes
- Add populateMap method to allow reacting to  the current map changes
- populateWorld, startUpdates and stopUpdates are no longer abstract
2022-02-23 00:42:53 +00:00
James Lyne
3eb9446a5d Ignore overlays for now 2022-02-21 22:58:55 +00:00
James Lyne
88f81efcf5 Update copyright headers 2022-02-21 21:53:49 +00:00
James Lyne
b43f1f0fe6 Basic support for overviewer 2022-02-21 21:50:31 +00:00
James Lyne
68eccb2b5b Pass projection into LiveAtlasMapDefinition instead of creating it internally 2022-02-21 20:27:09 +00:00
James Lyne
6b0317b595 3.0.0-beta.3 2022-02-21 12:32:50 +00:00
James Lyne
0efcd8d284 Downgrade vite to fix missing index.html css 2022-02-20 22:03:56 +00:00
James Lyne
7c65f91ace 3.0.0-beta.2 2022-02-20 19:44:07 +00:00
James Lyne
59fbcfd8be Fix build warning 2022-02-20 19:40:35 +00:00
James Lyne
eba601e7fe Add option to disable map context menu 2022-02-20 19:35:10 +00:00
James Lyne
431f34e437
Merge pull request #365 from JLyne/dependabot/npm_and_yarn/vitejs/plugin-vue-2.2.2
Bump @vitejs/plugin-vue from 2.0.1 to 2.2.2
2022-02-20 12:27:52 +00:00
James Lyne
383a351369
Merge pull request #366 from JLyne/dependabot/npm_and_yarn/eslint-8.9.0
Bump eslint from 8.8.0 to 8.9.0
2022-02-20 12:27:46 +00:00
James Lyne
65d8ca5c68
Merge pull request #367 from JLyne/dependabot/npm_and_yarn/vite-2.8.4
Bump vite from 2.7.13 to 2.8.4
2022-02-20 12:27:37 +00:00
dependabot[bot]
2c305a7c9a
Bump @vitejs/plugin-vue from 2.0.1 to 2.2.2
Bumps [@vitejs/plugin-vue](https://github.com/vitejs/vite/tree/HEAD/packages/plugin-vue) from 2.0.1 to 2.2.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v2.2.2/packages/plugin-vue)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-19 16:44:46 +00:00
dependabot[bot]
e4c426fea3
Bump vite from 2.7.13 to 2.8.4
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.7.13 to 2.8.4.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v2.8.4/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-19 16:44:38 +00:00
dependabot[bot]
f33c501b4e
Bump eslint from 8.8.0 to 8.9.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.8.0 to 8.9.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.8.0...v8.9.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-19 16:44:33 +00:00
James Lyne
77da3f09c7
Merge pull request #363 from JLyne/dependabot/npm_and_yarn/jest-27.5.1
Bump jest from 27.4.7 to 27.5.1
2022-02-19 16:44:06 +00:00
James Lyne
7f7e5b4609
Merge pull request #361 from JLyne/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.12.0
Bump @typescript-eslint/eslint-plugin from 5.10.2 to 5.12.0
2022-02-19 16:43:43 +00:00
James Lyne
2486b3d052
Merge pull request #362 from JLyne/dependabot/npm_and_yarn/vue-3.2.31
Bump vue from 3.2.29 to 3.2.31
2022-02-19 16:43:35 +00:00
dependabot[bot]
30468ec227
Bump jest from 27.4.7 to 27.5.1
Bumps [jest](https://github.com/facebook/jest) from 27.4.7 to 27.5.1.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v27.4.7...v27.5.1)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-19 14:51:48 +00:00
dependabot[bot]
7d71e2effe
Bump @typescript-eslint/eslint-plugin from 5.10.2 to 5.12.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.10.2 to 5.12.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.12.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-19 14:51:30 +00:00
dependabot[bot]
d69d852100
Bump vue from 3.2.29 to 3.2.31
Bumps [vue](https://github.com/vuejs/core) from 3.2.29 to 3.2.31.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/compare/v3.2.29...v3.2.31)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-19 14:51:29 +00:00
James Lyne
d1449413d7
Merge pull request #360 from JLyne/dependabot/npm_and_yarn/sass-1.49.8
Bump sass from 1.49.7 to 1.49.8
2022-02-19 14:51:02 +00:00
James Lyne
893f9fb6f2
Merge pull request #364 from JLyne/dependabot/npm_and_yarn/vue/compiler-sfc-3.2.31
Bump @vue/compiler-sfc from 3.2.29 to 3.2.31
2022-02-19 14:50:52 +00:00
dependabot[bot]
403719cc56
Bump @vue/compiler-sfc from 3.2.29 to 3.2.31
Bumps [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) from 3.2.29 to 3.2.31.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.2.31/packages/compiler-sfc)

---
updated-dependencies:
- dependency-name: "@vue/compiler-sfc"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-19 01:10:20 +00:00
dependabot[bot]
4700f0a44d
Bump sass from 1.49.7 to 1.49.8
Bumps [sass](https://github.com/sass/dart-sass) from 1.49.7 to 1.49.8.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.49.7...1.49.8)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-19 01:06:43 +00:00
James Lyne
63d46fdac5
Merge pull request #356 from JLyne/dependabot/npm_and_yarn/types/node-17.0.18
Bump @types/node from 17.0.14 to 17.0.18
2022-02-19 01:05:59 +00:00
James Lyne
f31eaf4f3b
Merge pull request #351 from JLyne/dependabot/npm_and_yarn/eslint-plugin-vue-8.4.1
Bump eslint-plugin-vue from 8.3.0 to 8.4.1
2022-02-19 01:05:47 +00:00
James Lyne
9ec9c92747
Merge pull request #353 from JLyne/dependabot/npm_and_yarn/ts-node-10.5.0
Bump ts-node from 10.4.0 to 10.5.0
2022-02-19 01:05:37 +00:00
James Lyne
ff403d5fc6
Merge pull request #357 from JLyne/dependabot/npm_and_yarn/typescript-eslint/parser-5.12.0
Bump @typescript-eslint/parser from 5.10.2 to 5.12.0
2022-02-19 01:05:27 +00:00
James Lyne
e627080c72
Merge pull request #358 from JLyne/dependabot/npm_and_yarn/vue-tsc-0.31.4
Bump vue-tsc from 0.31.1 to 0.31.4
2022-02-19 01:05:20 +00:00
James Lyne
30dff4fd69
Fix version environment variable in build action 2022-02-17 20:00:50 +00:00
James Lyne
e3f1b72d8c Fix typo 2022-02-17 19:55:10 +00:00
James Lyne
dfcaa6bf42 Support dynmap tilescale 2022-02-17 19:38:03 +00:00
James Lyne
af8f197a3e More robust Squaremap fill/stroke checks. Fixes #359 2022-02-15 16:45:04 +00:00
dependabot[bot]
ad118f9aec
Bump vue-tsc from 0.31.1 to 0.31.4
Bumps [vue-tsc](https://github.com/johnsoncodehk/volar/tree/HEAD/packages/vue-tsc) from 0.31.1 to 0.31.4.
- [Release notes](https://github.com/johnsoncodehk/volar/releases)
- [Changelog](https://github.com/johnsoncodehk/volar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/johnsoncodehk/volar/commits/v0.31.4/packages/vue-tsc)

---
updated-dependencies:
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-14 22:08:28 +00:00
dependabot[bot]
74b1444302
Bump @typescript-eslint/parser from 5.10.2 to 5.12.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.10.2 to 5.12.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.12.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-14 22:05:46 +00:00
dependabot[bot]
e6f9000706
Bump @types/node from 17.0.14 to 17.0.18
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.14 to 17.0.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-14 22:05:31 +00:00
dependabot[bot]
4fc046f745
Bump ts-node from 10.4.0 to 10.5.0
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.4.0 to 10.5.0.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v10.4.0...v10.5.0)

---
updated-dependencies:
- dependency-name: ts-node
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-07 22:09:54 +00:00
dependabot[bot]
d5baba6cba
Bump eslint-plugin-vue from 8.3.0 to 8.4.1
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 8.3.0 to 8.4.1.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v8.3.0...v8.4.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-07 22:09:25 +00:00
James Lyne
c6948a7d50 Update some comments 2022-02-06 20:15:39 +00:00
James Lyne
971cd72af5 Update leaflet 2022-02-06 20:08:27 +00:00
James Lyne
6d27068702 Remove debug log 2022-02-06 13:04:27 +00:00