From 6f78f08a045fa124c75925895c965fb071779370 Mon Sep 17 00:00:00 2001 From: Emux Date: Sun, 20 Nov 2016 19:34:21 +0200 Subject: [PATCH] vtm-web: update documentation --- README.md | 5 +---- docs/Changelog.md | 2 ++ docs/web.md | 7 +++++++ 3 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 docs/web.md diff --git a/README.md b/README.md index 45d03542..4e0c8983 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ If you have any questions or problems, don't hesitate to ask our public [mailing - Android (optional libGDX) - iOS (using libGDX/RoboVM, [instructions](docs/ios.md)) - Desktop (using libGDX/LWJGL) - - HTML5/WebGL (using libGDX/GWT) + - HTML5/WebGL (using libGDX/GWT, [instructions](docs/web.md)) ### Projects - **vtm** contains the core library @@ -39,9 +39,6 @@ If you have any questions or problems, don't hesitate to ask our public [mailing - **vtm-web** HTML5/GWT backend - **vtm-web-app** HTML5/GWT application -The libGDX backend for GWT is experimental. -- `./gradlew :vtm-web-app:jettyDraftWar` will run standalone Jetty server at port 8080. See http://localhost:8080/vtm-web-app in your web browser. - ## Applications - VTM is used by many [applications](docs/Applications.md). diff --git a/docs/Changelog.md b/docs/Changelog.md index 987e69cf..3cd4a47a 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -4,6 +4,8 @@ - Mapsforge multiple map files [#208](https://github.com/mapsforge/vtm/issues/208) - Polygon label position enhancements [#80](https://github.com/mapsforge/vtm/issues/80) +- vtm-web modules update [#51](https://github.com/mapsforge/vtm/issues/51) +- Mapbox vector tiles [#57](https://github.com/mapsforge/vtm/issues/57) - PathLayer (vtm) fix disappearing segments [#108](https://github.com/mapsforge/vtm/issues/108) - House numbers (nodes) fix visibility [#168](https://github.com/mapsforge/vtm/issues/168) - Use baseline 160dpi in scaling [#236](https://github.com/mapsforge/vtm/issues/236) diff --git a/docs/web.md b/docs/web.md new file mode 100644 index 00000000..bdcb490f --- /dev/null +++ b/docs/web.md @@ -0,0 +1,7 @@ +### Web implementation + +`./gradlew :vtm-web-app:jettyDraftWar` will run standalone Jetty server at port 8080. + +After go to `http://localhost:8080/vtm-web-app` in the web browser to see the map. + +Hold right mouse button to change view direction.