Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hjanetzek committed Sep 3, 2014
1 parent a8ed9b8 commit 3aac927
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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`
Expand Down Expand Up @@ -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)

0 comments on commit 3aac927

Please sign in to comment.