[OSM-dev] Can not run Osmosis

2009-02-19 Thread Xia Zhang
Hi All, I just tried to combine two osm into one osm the Osmosis via: java -jar osmosis.jar --rx 1.osm --sort --rx 2.osm --sort --m --wx final.osm However, always below errors. === 2009-2-19 17:39:38 org.openstreetmap.osmosis.core.Osmosis run 信息:

Re: [osmosis-dev] preprocessing for turn-restrictions usins an osmosis-plugin

2009-02-19 Thread Brett Henderson
Marcus Wolschon wrote: On 2/18/09, Brett Henderson br...@bretth.com wrote: http://wiki.openstreetmap.org/wiki/Osmosis/DetailedUsage#--induce-ways-for-turnrestrcitions_.28-iwtt.29 http://sourceforge.net/tracker2/?func=detailaid=2612536group_id=203597atid=986234 I haven't read the

Re: [OSM-dev] Can not run Osmosis

2009-02-19 Thread marcus.wolschon
Hello Xia, what version of osmosis have you been using? Did you compile it yourself or download any release-version? BTW: There is an osmosis-dev mailing-list that may be better a better match for your question. Marcus On Thu, 19 Feb 2009 17:46:29 +0800, Xia Zhang boyamy...@gmail.com wrote:

[osmosis-dev] Can not run Osmosis

2009-02-19 Thread Xia Zhang
Hi All, I just tried to combine two osm into one osm the Osmosis via: java -jar osmosis.jar --rx 1.osm --sort --rx 2.osm --sort --m --wx final.osm I tried both the latest build download from http://wiki.openstreetmap.org/wiki/Osmosis Version 0.30 and osmosis 0.30.2. However both not working :(

Re: [osmosis-dev] preprocessing for turn-restrictions usins an osmosis-plugin

2009-02-19 Thread marcus.wolschon
On Thu, 19 Feb 2009 19:32:18 +1100, Brett Henderson br...@bretth.com wrote: I'd suggest that we extends the existing Dataset support to expose write methods. The other option is that we leave the existing one as it is and provide a new one that extends the current one to provide write

Re: [osmosis-dev] Can not run Osmosis

2009-02-19 Thread marcus.wolschon
On Thu, 19 Feb 2009 18:09:08 +0800, Xia Zhang boyamy...@gmail.com wrote: Hi All, I just tried to combine two osm into one osm the Osmosis via: java -jar osmosis.jar --rx 1.osm --sort --rx 2.osm --sort --m --wx final.osm I just noticed the classpath. Brett: What's your policy on the jar?

Re: [OSM-dev] Can not run Osmosis

2009-02-19 Thread Brett Henderson
marcus.wolsc...@googlemail.com wrote: Hello Xia, what version of osmosis have you been using? Did you compile it yourself or download any release-version? BTW: There is an osmosis-dev mailing-list that may be better a better match for your question. Marcus On Thu, 19 Feb 2009 17:46:29

Re: [josm-dev] Download area from slippy map

2009-02-19 Thread Andreas Fritsche
Hallo! On Thu, Feb 19, 2009 at 12:16 PM, Shaun McDonald o...@shaunmcdonald.me.uk wrote: [..] Which mac do you have? Which Mac OS version do you have? If it is one of the Sorry, too old: iBook G4. - It's the predecessor of the models that first had that feature. later iBooks or more recent

Re: [josm-dev] Download area from slippy map

2009-02-19 Thread bill purvis
On Thursday 19 February 2009, Andreas Fritsche wrote: Hallo! On Thu, Feb 19, 2009 at 8:50 AM, Frederik Ramm frede...@remote.org wrote: [..] the slippymap-chooser used the same scroll and zoom shortcuts as the editor does. I don't think it ever had. It was the world image that shared a

Re: [josm-dev] key code settings in JOSM

2009-02-19 Thread bill purvis
On Thursday 19 February 2009, Dirk Stöcker wrote: On Thu, 19 Feb 2009, bill purvis wrote: On Wednesday 18 February 2009, Dirk Stöcker wrote: On Wed, 18 Feb 2009, bill purvis wrote: I've recently started using JOSM and find the pan keystrokes clash with my window settings (I use ctrl-arrow

Re: [osmosis-dev] Can not run Osmosis

2009-02-19 Thread Brett Henderson
marcus.wolsc...@googlemail.com wrote: I just remember an alternative. Add to the manifest: Class-Path: jpf.jar:commond-logging-xyz.jar:mysql-xyz.jar:... I've only ever used that directive within EAR/WAR/EJB-JAR files. How does it work on a filesystem? If the lib jars were in the same

Re: [osmosis-dev] Can not run Osmosis

2009-02-19 Thread Brett Henderson
marcus.wolsc...@googlemail.com wrote: On Thu, 19 Feb 2009 22:51:36 +1100, Brett Henderson br...@bretth.com wrote: But there's no reason we can't do both. The build now produces two distribution zips (and tars), one which is the full distribution including source, and a second which is

[OSM-dev] Diff files - Best Approach?

2009-02-19 Thread brendan barrett
Hey there. This is old hat to many of you, so i'm hoping that this may be quick to answer. I have a local copy of the OSM database that I want to keep in sync with what is in the OSM database. I see that there are diff files by planet diff, and diff files by osmosis (in the daily / hourly /

[OSM-dev] Ponderings about an improved tagging scheme

2009-02-19 Thread Steve Hill
I've been thinking about ways to improve the way objects are tagged in OSM - for a long time I've seen some problems with the way we currently tag things, and I finally got around to writing down some of my thoughts on the subject. I wouldn't mind some feedback on my ideas:

Re: [OSM-dev] Diff files - Best Approach?

2009-02-19 Thread Steve Hill
On Thu, 19 Feb 2009, brendan barrett wrote: 1. What's the difference between these two diff approaches? Not sure - I've always used the daily/hourly/minutely ones. :) 2. Is there a best practice approach to keeping in sync? For OpenPisteMap, I write an updater script:

Re: [OSM-dev] Diff files - Best Approach?

2009-02-19 Thread brendan barrett
Thanks Steve, that's useful information. Regards, Brendan On Thu, Feb 19, 2009 at 10:39 PM, Steve Hill st...@nexusuk.org wrote: On Thu, 19 Feb 2009, brendan barrett wrote: 1. What's the difference between these two diff approaches? Not sure - I've always used the daily/hourly/minutely ones.

Re: [osmosis-dev] preprocessing for turn-restrictions usins an osmosis-plugin

2009-02-19 Thread Brett Henderson
marcus.wolsc...@googlemail.com wrote: On Thu, 19 Feb 2009 23:26:20 +1100, Brett Henderson br...@bretth.com wrote: Maybe: DatasetReader = Dataset or RandomAccessData or Map Dataset = DatasetFactory or RandomAccessFactory or MapFactory DatasetSink = DatasetClient or RandomAccessClient or

Re: [OSM-dev] Ponderings about an improved tagging scheme

2009-02-19 Thread Frederik Ramm
Hi, Steve Hill wrote: I've been thinking about ways to improve the way objects are tagged in OSM - for a long time I've seen some problems with the way we currently tag things, and I finally got around to writing down some of my thoughts on the subject. I *had* been wondering; we had the

Re: [OSM-dev] Ponderings about an improved tagging scheme

2009-02-19 Thread Steve Hill
On Thu, 19 Feb 2009, Frederik Ramm wrote: Your concept is utterly unworkable of course with the current software landscape, Would you like to explain why it is utterly unworkable? Instead of having a geometric object with some properties, we instead think of objects with some properties

[OSM-dev] Ponderings about an improved tagging scheme

2009-02-19 Thread G H S
I'm just getting started here, so I don't want to offend any founding members or dredge up a well beaten horse... BUT Just looking through the data and some example tags, I was baffled as to how the tags could be used effectively and consistently as they stand today. They seem to have

Re: [OSM-dev] Ponderings about an improved tagging scheme

2009-02-19 Thread Frederik Ramm
Hi, G H S wrote: Is there something we're overlooking about the current scheme? You're perfectly right, the current scheme can't possibly work. Ever! Hold on, what's that... a map you say? From OSM data? Impossible ;-) Bye Frederik -- Frederik Ramm ## eMail frede...@remote.org ##

[OSM-dev] Mapnik layer fontset fonts

2009-02-19 Thread D Tucny
Hi Folks, Does anyone have a list of fonts (or other font config info) used on the tile server to produce the mapnik layer? I ask as I'm working on getting a multilayer/multilanguage (Asia centric) slippy map set up and I'm seeing characters disappearing at certain font sizes that render fine on

Re: [josm-dev] Download area from slippy map

2009-02-19 Thread Andreas Fritsche
Hallo! On Thu, Feb 19, 2009 at 8:50 AM, Frederik Ramm frede...@remote.org wrote: [..] the slippymap-chooser used the same scroll and zoom shortcuts as the editor does. I don't think it ever had. It was the world image that shared a controller with the main map view, not the slippy map

Re: [josm-dev] key code settings in JOSM

2009-02-19 Thread bill purvis
On Wednesday 18 February 2009, Dirk Stöcker wrote: On Wed, 18 Feb 2009, bill purvis wrote: I've recently started using JOSM and find the pan keystrokes clash with my window settings (I use ctrl-arrow to move between desktops). For the moment I have changed my window settings, but having

[josm-dev] Error messages when starting JOSM

2009-02-19 Thread bill purvis
When I start JOSM under Ubuntu using: java -jar josm-snapshot-1387.jar I get the following errors: A pop-up appears saying: The projection could not be read from preferences. Using EPSG:4326 Also, in the window from which I issued the above command I get:

Re: [josm-dev] Download area from slippy map

2009-02-19 Thread Andy Robinson (blackadder-lists)
Andreas Fritsche Sent: 19 February 2009 9:49 AM To: josm-dev@openstreetmap.org Subject: Re: [josm-dev] Download area from slippy map Hallo! On Thu, Feb 19, 2009 at 8:50 AM, Frederik Ramm frede...@remote.org wrote: [..] the slippymap-chooser used the same scroll and zoom shortcuts as the

Re: [josm-dev] Error messages when starting JOSM

2009-02-19 Thread Dirk Stöcker
On Thu, 19 Feb 2009, bill purvis wrote: JOSM then appears to start up OK. I thought at first it might be just an installation glitch which would go away after I had used JOSM, but it comes up each time I start. How can I get rid of it? Save preferences I would say. Ciao --

Re: [josm-dev] key code settings in JOSM

2009-02-19 Thread Dirk Stöcker
On Thu, 19 Feb 2009, bill purvis wrote: On Wednesday 18 February 2009, Dirk Stöcker wrote: On Wed, 18 Feb 2009, bill purvis wrote: I've recently started using JOSM and find the pan keystrokes clash with my window settings (I use ctrl-arrow to move between desktops). For the moment I have

Re: [josm-dev] Download area from slippy map

2009-02-19 Thread Maarten Deen
bill purvis wrote: I found it to be pretty useless too. I tried zooming in but only got an enlarged section of the original image. Huge pixels. Not much good! Then you have to wait a bit for the map to get updated (higher zoom tiles to get loaded). Regards, Maarten