diff --git a/README.md b/README.md index 8e3fcb90..954ee9ac 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/docs/Changelog.md b/docs/Changelog.md index 746eafcd..be1262a1 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -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) diff --git a/settings.gradle b/settings.gradle index 9117b867..3bbb4fe0 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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'