Disable vtm-web (#973)

This commit is contained in:
Emux 2022-11-14 14:19:24 +02:00 committed by GitHub
parent 332a694d65
commit 43cfcd4a81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 6 deletions

View File

@ -46,10 +46,6 @@ If you have any questions or problems, don't hesitate to ask the Discussions for
- **vtm-web** HTML5/GWT libGDX backend
- **vtm-web-app** HTML5/GWT application
## WebGL Demo
[OpenScienceMap](http://opensciencemap.org/s3db/#scale=17,rot=61,tilt=51,lat=53.075,lon=8.807) view of Bremen.
- Hold right mouse button to change view direction.
## Applications
- VTM is used by many [applications](docs/Applications.md).

View File

@ -4,6 +4,7 @@
- MVT simplification [#956](https://github.com/mapsforge/vtm/pull/956)
- `Parameters.SIMPLIFICATION_TOLERANCE`, `Parameters.SIMPLIFICATION_EXCEPTIONS`
- Disable `vtm-web` [#973](https://github.com/mapsforge/vtm/pull/973)
- Minor improvements and bug fixes
- [Solved issues](https://github.com/mapsforge/vtm/issues?q=is%3Aclosed+milestone%3A0.19.0)

View File

@ -38,6 +38,6 @@ include ':vtm-playground'
include ':vtm-tests'
include ':vtm-theme-comparator'
include ':vtm-themes'
include ':vtm-web'
include ':vtm-web-app'
//include ':vtm-web'
//include ':vtm-web-app'
//include ':vtm-web-js'