vtm-mvt module with new MVT tile decoder (#481)

This commit is contained in:
Robin
2018-01-12 10:02:04 +11:00
committed by Emux
parent 5093f292ba
commit d049d378dd
15 changed files with 484 additions and 2 deletions

View File

@@ -87,6 +87,9 @@
<activity
android:name=".OpenMapTilesGeojsonMapActivity"
android:configChanges="keyboardHidden|orientation|screenSize" />
<activity
android:name=".OpenMapTilesMvtMapActivity"
android:configChanges="keyboardHidden|orientation|screenSize" />
<activity
android:name=".OSciMapS3DBMapActivity"
android:configChanges="keyboardHidden|orientation|screenSize" />