opensciencemap / vtm

a vector-tile map library written in java - running on android, desktop and within the browser
GNU Lesser General Public License v3.0
238 stars 176 forks source link

vtm and vtm-android Maven repo #159

Open stleusc opened 9 years ago

stleusc commented 9 years ago

Did you ever consider pushing vtm and vtm-android out to Maven? Many, many, many libs do that and it's very handy.

stleusc commented 9 years ago

And vtm-themes I guess...

MarsVard commented 9 years ago

There is a github repository you can use but it hasn't been updated for some time. Maybe @hjanetzek can update that repository? that would be the fastest way to go imo...

but using it from your local maven is pretty straight forward too...

maven { url 'https://github.com/hjanetzek/maven-repo/raw/master/' }