Hi I want to filter the map of Denmark downloaded from Geofabrik. What I would like are the following ways:
And also, I'd like the following nodes:
I've been trying using the filter options in osmosis using the following setup created in OSMembrane:
However, when I run this, osmosis start, but never finishes. When I look in my Windows Task Manager, it looks the the task is not even running at all. No CPU is being used. It just stays at the state "INFO: Pipeline executing, waiting for completion.". Any ideas? asked 23 Feb '14, 10:21 A_Strandfelt |
Read the Osmosis wiki page for the --tag-filter option which explains the deadlock problem. You are not using --tag-filter but the issue is the same. answered 23 Feb '14, 11:00 Frederik Ramm ♦ 1
Thanks. I tried using the structure from the suggested example and replaced them with my code. However, I now get an exception: "The following named pipes (nodes, ways) and 0 default pipes have not been terminated with appropriate output sinks.". The setup can be seen here: http://pastebin.com/Gm4J20XB Do I need to make it wait for the tasks to be completed before merging or something? If so, how?
(23 Feb '14, 11:42)
A_Strandfelt
Your command looks all right but I am not familiar with the caret character at the end of line; if this means "line continues" then the empty line (newline) just before --merge might be the problem since the shell believes that the command terminates there.
(23 Feb '14, 18:44)
Frederik Ramm ♦
|