[osmosis-dev] problems importing .osm files into postgis

2010-05-02 Thread _-_
Hi there, I've got a problem with importing .osm files into a postgis database. I think i set up the database correcly is, I used the pgsql_simple_schema_0.6.sql schema from osmosis. I also used the 900913.sql file. When i try to import files like this: osmosis --read-xml

Re: [osmosis-dev] problems importing .osm files into postgis

2010-05-02 Thread Brett Henderson
On Sun, May 2, 2010 at 10:12 PM, _-_ txp_unimatri...@web.de wrote: Hi there, I've got a problem with importing .osm files into a postgis database. I think i set up the database correcly is, I used the pgsql_simple_schema_0.6.sql schema from osmosis. I also used the 900913.sql file.

Re: [OSM-dev] New OSM binary fileformat implementation.

2010-05-02 Thread jamesmikedup...@googlemail.com
Ok, my reader is now working, it can read to the end of the file, now am fleshing out the template dump functions to emit the data. g...@github.com:h4ck3rm1k3/OSM-Osmosis.git My new idea is that we could use a binary version of the rtree, I have already ported the rtree to my older template

Re: [OSM-dev] Mapnik-styles

2010-05-02 Thread Waldemar Quevedo Salinas
Christian H. Bruhn brogo at arcor.de writes: Hi! Is there a list, where I can download different Mapnik-styles? I only found the officical OSM-style. Christian Hi Christian, There is wiki page in Mapnik's Trac that might be of your interest in case you haven't noticed it already:

[josm-dev] ExtendedDialog: enable/disable OK and Cancel button

2010-05-02 Thread Lambertus
While creating an instace of org.openstreetmap.josm.gui.ExtendedDialog you can add default buttons like OK and Cancel. Once the buttons are created I would like to disable/enable these buttons based upon some input field checks but I have no idea how to locate the appropriate button object.

Re: [josm-dev] ExtendedDialog: enable/disable OK and Cancel button

2010-05-02 Thread Sebastian Klein
Lambertus wrote: While creating an instace of org.openstreetmap.josm.gui.ExtendedDialog you can add default buttons like OK and Cancel. Once the buttons are created I would like to disable/enable these buttons based upon some input field checks but I have no idea how to locate the

Re: [josm-dev] ExtendedDialog: enable/disable OK and Cancel button

2010-05-02 Thread Lambertus
On 05/02/2010 04:02 PM, Sebastian Klein wrote: The button is inside another panel, so you might want to try recursion. As a start, here is an example from TaggingPreset.java, l. 736: static void setEnabledRec(Container root, boolean enabled) { root.setEnabled(enabled);

Re: [josm-dev] Can't get Yahoo imagery to show up in JOSM (works now)

2010-05-02 Thread Ramey
Sorry about that, I've got it working now. It was poor trouble- shooting on my part to try a couple (half-assed) things, throw up my hands, and holler for help. The problem was the OS couldn't find webkit-image (the prebuilt binary). (I had assumed that it wasn't working because of

Re: [josm-dev] Can't get Yahoo imagery to show up in JOSM (works now)

2010-05-02 Thread jamesmikedup...@googlemail.com
I have prepared debian/ubuntu packages and source to build yourself if you need it. The ITP bug report is here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569040 The git repo is here : http://github.com/h4ck3rm1k3/webkitimageqt here is the debian package