Update documentation

This commit is contained in:
Emux
2016-11-02 10:02:34 +02:00
parent 1d7afaf8de
commit dc15ba5f34
2 changed files with 8 additions and 7 deletions

View File

@@ -8,19 +8,20 @@ VTM was developed within the [OpenScienceMap](https://github.com/opensciencemap)
**This fork continues VTM development. And provides compatibility with latest [Mapsforge](https://github.com/mapsforge/mapsforge).**
If you have any questions or problems, don't hesitate to ask our public [mailing list](https://groups.google.com/group/mapsforge-dev) for help.
See the **[integration guide](docs/Integration.md)** and [changelog](docs/Changelog.md). And read through [how to contribute](.github/CONTRIBUTING.md) guidelines.
See the [integration guide](docs/Integration.md) and [changelog](docs/Changelog.md). And read through [how to contribute](.github/CONTRIBUTING.md) guidelines.
If you have any questions or problems, don't hesitate to ask our public [mailing list](https://groups.google.com/group/mapsforge-dev) for help.
## Features
- Java map library
- OpenGL vector-tile rendering
- Themeable vector layers
- Support for multiple tile sources:
- primary opensciencemap (.vtm)
- mapsforge files
- OpenScienceMap (.vtm)
- Mapsforge (.map)
- Mapbox tiles (.mvt)
- GeoJSON tiles
- bitmap: any quadtree-scheme tiles as texture
- Raster tiles: any quadtree-scheme tiles as texture
- Backends:
- Android (optional libGDX)
- iOS (using libGDX/RoboVM, [instructions](docs/ios.md))