planetfederal / geodroid-server

Apache License 2.0
3 stars 4 forks source link

wms/wmts test app + move shared app resources #45

Closed ischneider closed 10 years ago

ischneider commented 10 years ago

@jdeolive not sure what you think w/ respect to names, etc.

Just noticed a pom commit in here: netbeans was giving me grief unless I added that dependency. You recently disabled it - is there something we need to figure out here?

Make sure you get the latest from jeo to fix some minor issues before testing.

Not sure how you've been syncing but this helps::

for i in $(find apps); do adb push $i /sdcard/geodroid/$i; done;

I've been using a file-watcher script to monitor and push single edits but the facility is not available on OSX as I wrote it.