update readme

This commit is contained in:
Hannes Janetzek 2014-09-04 00:02:05 +02:00
parent a8ed9b80ef
commit 3aac9272ee

View File

@ -1,8 +1,8 @@
# *\<vector\<tile\>\>map*
<br/>
http://www.opensciencemap.org<br/>
VTM is part of the OpenScienceMap project and developed at University of Bremen.
VTM is developed within the [OpenScienceMap](http://opensciencemap.org) project.
## Features
- Java map library
@ -11,7 +11,7 @@ VTM is part of the OpenScienceMap project and developed at University of Bremen.
- Support for multiple tile sources:
- primary opensciencemap (.vtm)
- mapsforge files
- experimental mapnik-vector-tile source
- GeoJSON tiles
- bitmap: any quadtree-scheme tiles as texture
- Backends:
- Android
@ -30,6 +30,9 @@ VTM is part of the OpenScienceMap project and developed at University of Bremen.
- **vtm-web-app** HTML5/GWT application
- **vtm-ios** iOS application
The libgdx backends for GWT and iOS are very experimental.
## Getting started
`git clone --recursive https://github.com/opensciencemap/vtm`
@ -73,3 +76,4 @@ This library contains code from several projects:
- **libgdx**: AsyncTask, MathUtils and Interpolation classes (https://github.com/libgdx)
- **Android**: some Matrix code, TimSort (http://source.android.com)
- **tessellate**: (https://github.com/cscheid/tessellate)