add ext libs submodule
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -19,7 +19,6 @@ target/
|
||||
/vtm-gdx-ios/
|
||||
/vtm-spatialite/
|
||||
/vtm-spatialite-android/
|
||||
/vtm-ext-libs/
|
||||
/vtm-examples/
|
||||
/vtm-osmscout/
|
||||
/vtm-stuff/
|
||||
|
||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "vtm-ext-libs"]
|
||||
path = vtm-ext-libs
|
||||
url = https://github.com/hjanetzek/vtm-ext-libs.git
|
||||
@@ -15,6 +15,7 @@ http://www.opensciencemap.org
|
||||
- Backends for Android, Desktop and HTML5/WebGL (through libgdx and GWT)
|
||||
|
||||
### Notes
|
||||
- checkout required libraries with 'git submodule init && git submodule update'
|
||||
- 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
|
||||
- pull requests welcome :)
|
||||
|
||||
1
vtm-ext-libs
Submodule
1
vtm-ext-libs
Submodule
Submodule vtm-ext-libs added at 9fb9cf2dfe
Reference in New Issue
Block a user