update readme
This commit is contained in:
parent
a8ed9b80ef
commit
3aac9272ee
10
README.md
10
README.md
@ -1,8 +1,8 @@
|
|||||||
# *\<vector\<tile\>\>map*
|
# *\<vector\<tile\>\>map*
|
||||||
|
|
||||||
<br/>
|
<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
|
## Features
|
||||||
- Java map library
|
- 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:
|
- Support for multiple tile sources:
|
||||||
- primary opensciencemap (.vtm)
|
- primary opensciencemap (.vtm)
|
||||||
- mapsforge files
|
- mapsforge files
|
||||||
- experimental mapnik-vector-tile source
|
- GeoJSON tiles
|
||||||
- bitmap: any quadtree-scheme tiles as texture
|
- bitmap: any quadtree-scheme tiles as texture
|
||||||
- Backends:
|
- Backends:
|
||||||
- Android
|
- 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-web-app** HTML5/GWT application
|
||||||
- **vtm-ios** iOS application
|
- **vtm-ios** iOS application
|
||||||
|
|
||||||
|
The libgdx backends for GWT and iOS are very experimental.
|
||||||
|
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
`git clone --recursive https://github.com/opensciencemap/vtm`
|
`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)
|
- **libgdx**: AsyncTask, MathUtils and Interpolation classes (https://github.com/libgdx)
|
||||||
- **Android**: some Matrix code, TimSort (http://source.android.com)
|
- **Android**: some Matrix code, TimSort (http://source.android.com)
|
||||||
- **tessellate**: (https://github.com/cscheid/tessellate)
|
- **tessellate**: (https://github.com/cscheid/tessellate)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user