[josm-dev] important for tablepc-users

2010-06-28 Thread Jan Tappenbeck

hi !

i know that i write a wish-ticket by josm.openstreetmap.org for the 
following feature - but i hope there are some more people in this 
mailinglist who like to have the feature.


i NEED a pan-funktion to move the drawing area by using without a mouse 
(TABLETC).


can anyone make this in the next ???

regards Jan :-)

___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


Re: [osmosis-dev] problems with xapi, relations and osmosis

2010-03-12 Thread Jan Tappenbeck

Am 12.03.2010 13:52, schrieb Brett Henderson:
On Fri, Mar 12, 2010 at 11:38 PM, Jan Tappenbeck o...@tappenbeck.net 
mailto:o...@tappenbeck.net wrote:


Am 12.03.2010 12:30, schrieb Brett Henderson:
You need to check both of your OSM files downloaded from XAPI. 
The first one contains the full relation details as you expect. 
The second one contains an empty relation.  Both have the same

version number.

The Osmosis *--merge* task is intentionally simple and doesn't
alter relation contents in any way.  In your case it is seeing
that the relation exists in both inputs, it determines that both
have the same version number, and picks the second one.  The
second one is written to the result file.

The real question to ask is Why does XAPI return an empty
relation for my second query?.  But that will have to be asked
on the dev mailing list ;-)


HI !

but i did not understand your new question !

* when you download by

http://xapi.openstreetmap.org/api/0.6/node[memorial:type=stolperstein][bbox=5.5,47.4,15.0,55.3]
then there are only NODES - RIGHT !

* when you download by

http://xapi.openstreetmap.org/api/0.6/node[memorial:type=stolperstein][bbox=5.5,47.4,15.0,55.3]
then there are ALL RELATIONS-Members (even Nodes) and the RELATION
defintion.


Both of the above URLs are identical.  I think you meant:

URL1 - 
http://xapi.openstreetmap.org/api/0.6/node[memorial:type=stolperstein][bbox=5.5,47.4,15.0,55.3] 
http://xapi.openstreetmap.org/api/0.6/node%5Bmemorial:type=stolperstein%5D%5Bbbox=5.5,47.4,15.0,55.3%5D


and

URL2 - 
http://xapi.openstreetmap.org/api/0.6/relation[name=Stolpersteine][bbox=5.5,47.4,15.0,55.3] 
http://xapi.openstreetmap.org/api/0.6/relation%5Bname=Stolpersteine%5D%5Bbbox=5.5,47.4,15.0,55.3%5D


Unless I'm mistaken, URL1 returns a file containing the following entry:
relation id='407359' user='Netzwolf' uid='32786' 
timestamp='2010-03-05T21:26:43Z' version='75' changeset='4044847'

/relation


ONLY the MERGE file include the RELATION-Definition by ONE LINE
 - so i did not see a Problem by XAPI. OSMOSIS lose the
relation-MEMBERS - OSMOSIS-Question !


Can you please open your two OSM files and check them before you add 
more !!'s to your emails ;-)


Cheers,
Brett



Hi Brett,

the URL's are not identical !!! URL1 ask for NODE and URL2 ask for 
RELATION !!!


regards Jan :-)
___
osmosis-dev mailing list
osmosis-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/osmosis-dev


[osmosis-dev] problems with xapi, relations and osmosis

2010-03-10 Thread Jan Tappenbeck
hi !
i have following statement to download NODES for memorial-elements:
  
http://xapi.openstreetmap.org/api/0.6/node[memorial:type=stolperstein][bbox=5.5,47.4,15.0,55.3]


on the other way i have following statement for download the main-relation of 
this categorie:
http://xapi.openstreetmap.org/api/0.6/relation[name=Stolpersteine][bbox=5.5,47.4,15.0,55.3]

in the next moment i want to merge the files, and some other, with OSMOSIS. 
because there are some NODES in the first and the secound download-files.

in the new file only this line exists for the relation
relation id=407359 version=75 timestamp=2010-03-05T21:26:43Zuid=32786 
user=Netzwolf changeset=4044847/

this is the osmosis-statement and the message:

OSMOSIS_command: D:\DATEN\JAN\openstreetmap\osmosis\bin\osmosis.bat  --read-xml
xapi4osm_node_1.osm --sort-0.6 --read-xml xapi4osm_relation_1.osm --sort-0.6 --r
ead-xml xapi4osm_node_2.osm --sort-0.6 --read-xml xapi4osm_relation_2.osm --sort
-0.6 --merge --merge --merge  --write-xml D:\DATEN\JAN\openstreetmap\osmosis\sto
lpersteine.osm
10.03.2010 20:21:17 org.openstreetmap.osmosis.core.Osmosis run
INFO: Osmosis Version 0.32
10.03.2010 20:21:17 org.openstreetmap.osmosis.core.Osmosis run
INFO: Preparing pipeline.
10.03.2010 20:21:17 org.openstreetmap.osmosis.core.Osmosis run
INFO: Launching pipeline execution.
10.03.2010 20:21:17 org.openstreetmap.osmosis.core.Osmosis run
INFO: Pipeline executing, waiting for completion.
10.03.2010 20:21:17 org.openstreetmap.osmosis.core.Osmosis run
INFO: Pipeline complete.
10.03.2010 20:21:17 org.openstreetmap.osmosis.core.Osmosis run
INFO: Total execution time: 468 milliseconds.

did anybody now why the relation in the merge-file is only one line and so 
uncomplete ???

regards Jan :-)


___
osmosis-dev mailing list
osmosis-...@openstreetmap.org
http://lists.openstreetmap.org/listinfo/osmosis-dev


[osmosis-dev] windows: problem with batch-process

2009-12-17 Thread Jan Tappenbeck
hi !

i have got a problem with my osmosis 0.32 in using of a windows batchfile.

this is a part of the batch-file:

echo zusammenfuehren der OSM-Dateien
%osmworkfolder%\osmosis\bin\osmosis.bat -v 99 --read-xml 
schleswig-holstein.osm.bz2 --read-xml hamburg.osm.bz2 --merge 
--write-xml %osmworkfolder%/osmosis/data4garminmap.osm

echo here is a command



the merge-process is done but the next step will not startet - the batch 
cancel !!! here is the message of the command-window:

17.12.2009 12:51:43 org.openstreetmap.osmosis.core.Osmosis run
INFO: Osmosis Version 0.32
17.12.2009 12:51:43 org.openstreetmap.osmosis.core.TaskRegistrar 
loadJPFPlugins
FEIN: Searching for JPF plugins.
17.12.2009 12:51:43 org.openstreetmap.osmosis.core.TaskRegistrar 
gatherJpfPlugins
FEINER: Loading plugins in 
D:\DATEN\JAN\openstreetmap\osm_geofabrik_data\plugins
17.12.2009 12:51:43 org.openstreetmap.osmosis.core.TaskRegistrar 
gatherJpfPlugins
FEINER: Loading plugins in 
C:\Users\Tappenbeck\.openstreetmap\osmosis\plugins
17.12.2009 12:51:43 org.openstreetmap.osmosis.core.TaskRegistrar 
gatherJpfPlugins
FEINER: Loading plugins in 
C:\Users\Tappenbeck\AppData\Roaming\openstreetmap\osmosis\plugins
17.12.2009 12:51:43 org.openstreetmap.osmosis.core.TaskRegistrar 
loadJPFPlugins
FEIN: Registering the core plugin.
17.12.2009 12:51:43 org.openstreetmap.osmosis.core.TaskRegistrar 
registerCorePlugin
AM FEINSTEN: Plugin URL: 
jar:file:/D:/DATEN/JAN/openstreetmap/osmosis/osmosis.jar!/org/openstreetmap/osmosis/core/plugin/plugin.xml
17.12.2009 12:51:44 org.openstreetmap.osmosis.core.TaskRegistrar 
loadJPFPlugins
FEIN: Registering the extension plugins.
17.12.2009 12:51:44 org.openstreetmap.osmosis.core.Osmosis run
INFO: Preparing pipeline.
17.12.2009 12:51:44 
org.openstreetmap.osmosis.core.pipeline.common.Pipeline prepare
FEIN: Building tasks.
17.12.2009 12:51:44 
org.openstreetmap.osmosis.core.pipeline.common.Pipeline buildTasks
FEIN: Created task 1-read-xml
17.12.2009 12:51:44 
org.openstreetmap.osmosis.core.pipeline.common.Pipeline buildTasks
FEIN: Created task 2-read-xml
17.12.2009 12:51:44 
org.openstreetmap.osmosis.core.pipeline.common.Pipeline buildTasks
FEIN: Created task 3-merge
17.12.2009 12:51:44 
org.openstreetmap.osmosis.core.pipeline.common.Pipeline buildTasks
FEIN: Created task 4-write-xml
17.12.2009 12:51:44 
org.openstreetmap.osmosis.core.pipeline.common.Pipeline prepare
FEIN: Connecting tasks.
17.12.2009 12:51:44 
org.openstreetmap.osmosis.core.pipeline.common.PipeTasks putTask
FEIN: Task 1-read-xml produced unnamed pipe stored at level 1 in the 
default pipe stack.
17.12.2009 12:51:44 
org.openstreetmap.osmosis.core.pipeline.common.Pipeline connectTasks
FEIN: Connected task 1-read-xml
17.12.2009 12:51:44 
org.openstreetmap.osmosis.core.pipeline.common.PipeTasks putTask
FEIN: Task 2-read-xml produced unnamed pipe stored at level 2 in the 
default pipe stack.
17.12.2009 12:51:44 
org.openstreetmap.osmosis.core.pipeline.common.Pipeline connectTasks
FEIN: Connected task 2-read-xml
17.12.2009 12:51:44 
org.openstreetmap.osmosis.core.pipeline.common.PipeTasks retrieveTask
FEIN: Task 3-merge consumed unnamed pipe stored at level 2 in the 
default pipe stack.
17.12.2009 12:51:44 
org.openstreetmap.osmosis.core.pipeline.common.PipeTasks retrieveTask
FEIN: Task 3-merge consumed unnamed pipe stored at level 1 in the 
default pipe stack.
17.12.2009 12:51:44 
org.openstreetmap.osmosis.core.pipeline.common.PipeTasks putTask
FEIN: Task 3-merge produced unnamed pipe stored at level 1 in the 
default pipe stack.
17.12.2009 12:51:44 
org.openstreetmap.osmosis.core.pipeline.common.Pipeline connectTasks
FEIN: Connected task 3-merge
17.12.2009 12:51:44 
org.openstreetmap.osmosis.core.pipeline.common.PipeTasks retrieveTask
FEIN: Task 4-write-xml consumed unnamed pipe stored at level 1 in the 
defaultpipe stack.
17.12.2009 12:51:44 
org.openstreetmap.osmosis.core.pipeline.common.Pipeline connectTasks
FEIN: Connected task 4-write-xml
17.12.2009 12:51:44 org.openstreetmap.osmosis.core.Osmosis run
INFO: Launching pipeline execution.
17.12.2009 12:51:44 
org.openstreetmap.osmosis.core.pipeline.common.ActiveTaskManager execute
FEIN: Launching task 1-read-xml in a new thread.
17.12.2009 12:51:44 
org.openstreetmap.osmosis.core.pipeline.common.ActiveTaskManager execute
FEIN: Launching task 2-read-xml in a new thread.
17.12.2009 12:51:44 
org.openstreetmap.osmosis.core.pipeline.common.ActiveTaskManager execute
FEIN: Launching task 3-merge in a new thread.
17.12.2009 12:51:44 
org.openstreetmap.osmosis.core.pipeline.common.PassiveTaskManager execute
FEIN: Task 4-write-xml is passive, no execution required.
17.12.2009 12:51:44 org.openstreetmap.osmosis.core.Osmosis run
INFO: Pipeline executing, waiting for completion.
17.12.2009 12:51:44 
org.openstreetmap.osmosis.core.pipeline.common.ActiveTaskManager 
waitForCompletion
FEIN: Waiting for task 1-read-xml to complete.
17.12.2009 12:53:56 

Re: [osmosis-dev] download Osmosis 0.32

2009-12-17 Thread Jan Tappenbeck
is there a possiblity to see the right number outside ???

in changes.txt you can the only the milestones ... 0.31, 0.32

regards Jan :-)

Brett Henderson schrieb:
 On Tue, Dec 15, 2009 at 4:32 PM, Marcus Wolschon mar...@wolschon.biz 
 mailto:mar...@wolschon.biz wrote:
 
 Where can I download Osmosis 0.32 ?
 The wiki-page only contains links for 0.31.1 and changing the
 version-number in these does not work.
 
 
 Which wiki page are you referring to?  I think the links here are correct.
 http://wiki.openstreetmap.org/index.php/Osmosis#Downloading
 
 The links should point to here:
 http://bretth.dev.openstreetmap.org/osmosis-build/
 
 0.32 is available there.
 
 
 
 
 ___
 osmosis-dev mailing list
 osmosis-dev@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/osmosis-dev


___
osmosis-dev mailing list
osmosis-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/osmosis-dev