update README

This commit is contained in:
Hannes Janetzek 2014-01-16 22:58:46 +01:00
parent bb90488018
commit b28ef3d877

View File

@ -1,6 +1,4 @@
## VTM - Very experimental Tile Map library ## A Vector Tile Map Library
Future development branch based on https://github.com/opensciencemap/vtm-android
VectorTileMap is part of the OpenScienceMap project, developed at University of Bremen. VectorTileMap is part of the OpenScienceMap project, developed at University of Bremen.
http://www.opensciencemap.org http://www.opensciencemap.org
@ -16,10 +14,8 @@ http://www.opensciencemap.org
### Notes ### Notes
- checkout required libraries with 'git submodule init && git submodule update' - 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 - 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 ### Projects
- **vtm** contains the core library - **vtm** contains the core library
@ -30,8 +26,7 @@ http://www.opensciencemap.org
- **vtm-gdx-html** HTML5/GWT application - **vtm-gdx-html** HTML5/GWT application
- **vtm-gdx-android** Android application using libgdx backend - **vtm-gdx-android** Android application using libgdx backend
### Demo ### WebGL Demo
work in progress..
http://opensciencemap.org/map/#scale=17,rot=61,tilt=51,lat=53.075,lon=8.807 http://opensciencemap.org/map/#scale=17,rot=61,tilt=51,lat=53.075,lon=8.807
- hold middle mouse button to change view direction - hold middle mouse button to change view direction
- Keys - Keys
@ -42,8 +37,8 @@ http://opensciencemap.org/map/#scale=17,rot=61,tilt=51,lat=53.075,lon=8.807
### Credits ### Credits
This library contains code from several projects: This library contains code from several projects:
- mapsforge: based on 0.2.4 - mapsforge: based on 0.2.4 (http://mapsforge.org)
- osmdroid: some overlay code - osmdroid: some overlay classes (http://code.google.com/p/osmdroid/)
- libgdx: AsyncTask, some modfied classes - libgdx: AsyncTask, MathUtils and Interpolation classes (https://github.com/libgdx)
- android: some Matrix code - Android: some Matrix code, TimSort (http://source.android.com)
- Triangle: stripped down for simple triangulation (through jni) - tessellate: (https://github.com/cscheid/tessellate)