ej3 / reogeo

ruby script for converting kml files to android resource arrays for https://github.com/ej3/mlock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INSTALL

FOR OSX If you haven't already, install the Xcode cli tools

http://stackoverflow.com/a/9329325/622128

Will be easier if you have RVM installed (https://rvm.io) just cut and paste on the commandline for ruby 2.0.0

curl -L https://get.rvm.io | bash -s stable --ruby

Then run the build script

./build

Ready => go

To run you can simply type

reogeo

at the command line and all the *.kml files will be converted to android resource arrays as appropriate for use by LocationProvider our mock Location service.

About

ruby script for converting kml files to android resource arrays for https://github.com/ej3/mlock


Languages

Language:Ruby 95.9%Language:Shell 4.1%