Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hjanetzek committed Jan 16, 2014
1 parent bb90488 commit b28ef3d
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
## VTM - Very experimental Tile Map library

Future development branch based on https://github.com/opensciencemap/vtm-android
## A Vector Tile Map Library

VectorTileMap is part of the OpenScienceMap project, developed at University of Bremen.
http://www.opensciencemap.org
Expand All @@ -16,10 +14,8 @@ http://www.opensciencemap.org

### Notes
- checkout required libraries with 'git submodule init && git submodule update'
- Projects are expected to be build within eclipse (maybe gradle in future)
- To set up your own tile server for .vtm tiles see https://github.com/opensciencemap/TileStache/tree/master/TileStache/OSciMap4
- Almost everything is still in early/experimental stage and subject for being rewritten
- Projects are expected to be build within eclipse (for now)
- pull requests welcome :)

### Projects
- **vtm** contains the core library
Expand All @@ -30,8 +26,7 @@ http://www.opensciencemap.org
- **vtm-gdx-html** HTML5/GWT application
- **vtm-gdx-android** Android application using libgdx backend

### Demo
work in progress..
### WebGL Demo
http://opensciencemap.org/map/#scale=17,rot=61,tilt=51,lat=53.075,lon=8.807
- hold middle mouse button to change view direction
- Keys
Expand All @@ -42,8 +37,8 @@ http://opensciencemap.org/map/#scale=17,rot=61,tilt=51,lat=53.075,lon=8.807

### Credits
This library contains code from several projects:
- mapsforge: based on 0.2.4
- osmdroid: some overlay code
- libgdx: AsyncTask, some modfied classes
- android: some Matrix code
- Triangle: stripped down for simple triangulation (through jni)
- mapsforge: based on 0.2.4 (http://mapsforge.org)
- osmdroid: some overlay classes (http://code.google.com/p/osmdroid/)
- 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 b28ef3d

Please sign in to comment.