On Feb 18, 2009, at 02:02, Andrew Chadwick (mailing lists) wrote:

> The OSM2go mobile map editor has been updated, please update your  
> copies
> if you're following what we do :)
>
> This version adds full editability of relations, and we'd really love
> your feedback. So it's available as binaries for a number of popular
> platforms.

Finally got around to giving it a try: it compiled fine on OS X,  
though installation required the following patch, as "install -D" is a  
GNUism.

--- data/Makefile       2009-02-16 21:30:10.000000000 +0100
+++ ../osm2go-0.6.13-mod/data/Makefile  2009-02-18 13:17:01.000000000  
+0100
@@ -19,7 +19,8 @@
        install -m 644 *.xml $(DESTDIR)$(PREFIX)/share/$(APP)
        install -m 644 *.style $(DESTDIR)$(PREFIX)/share/$(APP)
        for f in `find icons -name "*.png"`; do \
-          install -D -m 644 $$f $(DESTDIR)$(PREFIX)/share/$(APP)/$$f ; \
+          install -d $(DESTDIR)$(PREFIX)/share/$(APP)/`dirname $$f` ;\
+          install -m 644 $$f $(DESTDIR)$(PREFIX)/share/$(APP)/$$f ; \
        done;


I didn't do more than change a couple of tags so far, but the first  
impression was very good! Very smooth interface, congratulations! I'll  
try using it for a bit at least.

The very first impression was slightly less good: it's quite difficult  
to set up a new "project" -- did I miss some way to paste a slippy map  
URL, or is there a slippy map chooser available or planned?

Cheers
Robert


_______________________________________________
talk mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/talk

Reply via email to