[OSM-dev] Filtering out elements from a planet extract

2012-02-08 Thread Ciprian Talaba
Hi, I am trying to filter our the landuse=* ways and the corresponding nodes from a planet extract. I need this in order to import less data into a PostGIS database to speed up some processing going on after the import. I have tried osmosis but I did not find a decent way to remove all the nodes

Re: [OSM-dev] Filtering out elements from a planet extract

2012-02-08 Thread Ciprian Talaba
Hi Markus, The scope is to keep everything BUT the landuse ways and corresponding nodes. I've tried like this: osmfilter32 input.o5m --drop-ways=landuse= --out-o5m output.o5m Thanks, --Ciprian On Wed, Feb 8, 2012 at 10:19 PM, mar...@gmx.eu wrote: Hi, I then tried with osmfilter but I

Re: [OSM-dev] Filtering out elements from a planet extract

2012-02-08 Thread Ciprian Talaba
Datum: Wed, 8 Feb 2012 22:25:19 +0200 Von: Ciprian Talaba cipriantal...@gmail.com An: mar...@gmx.eu CC: dev@openstreetmap.org Betreff: Re: [OSM-dev] Filtering out elements from a planet extract Hi Markus, The scope is to keep everything BUT the landuse ways and corresponding

Re: [OSM-dev] Filtering out elements from a planet extract

2012-02-08 Thread Ciprian Talaba
Hi Flo, C++ programming is not an issue, and I will definitely give Osmium a try. Thanks, Ciprian On Wed, Feb 8, 2012 at 10:00 PM, Flo Ledermann lederm...@ims.tuwien.ac.at wrote: Hi Ciprian, On 02/08/2012 08:39 PM, Ciprian Talaba wrote: Hi, I am trying to filter our the landuse=* ways

[OSM-dev] Rendering transparent OSM maps using Mapnik

2012-02-03 Thread Ciprian Talaba
Hi, I have a working installation of Mod_tile + Tirex + Mapnik rendering a small region. The next step was to create s simpler style without landuse and with transparent background in order to use this as an overlay. Currently osm.xml have a map background of #B5D0D0 (assuming that this is due to

Re: [OSM-dev] Rendering transparent OSM maps using Mapnik

2012-02-03 Thread Ciprian Talaba
Thanks Andre, commenting out the shapefiles layer seem to fix the problem. --Ciprian On Fri, Feb 3, 2012 at 10:22 AM, Andre Joost andre+jo...@nurfuerspam.de wrote: Am 03.02.2012 09:09, schrieb Andre Joost: The blue background is replaced by a white background along with the coastline

[OSM-dev] Latest daily diff (20100701-20100702)

2010-07-02 Thread Ciprian Talaba
As we are in read-only mode in order to upgrade the HW I wonder if there will be 20100701-20100702 daily diff available today? Thanks, Ciprian ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] OSM - POI files?

2010-04-16 Thread Ciprian Talaba
I have some script I use to get the POIs from the Romanian extract and create a SQL query. Unfortunately the code needs some cleanup and most of the comments are in Romanian, but it might help you: http://github.com/cipt2001/OpenMap.ro/blob/master/update_scripts/generate-pois.py --Ciprian On

[OSM-dev] GPX pollution (spam?)

2009-12-28 Thread Ciprian Talaba
Hi, I don't know if I have chosen the right list (dev instead of talk) but here is the problem: some Romanian users have discovered some sort of SPAM in form of GPX tracks: somebody is uploading artificial tracks that contains words, more likely names of different companies (see screenshot here:

Re: [OSM-dev] Any OpenStreetMap viewer for Android?

2009-09-28 Thread Ciprian Talaba
Hi Stefan, On Mon, Sep 28, 2009 at 2:39 AM, Stefan Keller sfkel...@gmail.com wrote: Am I right that there's no OpenStreetMap viewer software available for Android-based phones - at least no open source except AndNav2? -S. BTW: Just saw this: Google’s Android-based devices made by companies

Re: [OSM-dev] planet hourly diff generation stopped 20090627 19:00

2009-07-26 Thread Ciprian Talaba
Hello, On Mon, Jul 27, 2009 at 7:47 AM, Florian Lohoff f...@rfc822.org wrote: Hi, there are no newer diffs for the last 12 hours ... Flo And no daily diffs since July 25th. --Ciprian ___ dev mailing list dev@openstreetmap.org

Re: [OSM-dev] VM image

2008-10-14 Thread Ciprian Talaba
Andy Allan wrote: On Tue, Oct 14, 2008 at 3:37 PM, Simone Cortesi [EMAIL PROTECTED] wrote: hi, I remember some discussions from about one year ago about setting up a VM Ware image including all the software needed for a mini-OSM, a server able to do API, storing GPX, storing data in a MySQL

[OSM-dev] Batch upload dilemma

2008-03-18 Thread Ciprian Talaba
Hi all, One fleet management company was kindly enough to give us right of usage to all their track logs, so now I am facing with the problem of using this HUGE track database (the history from 2007 to now is something like 40GB of data). One way I was thinking of using this information was to

[OSM-dev] New tool to convert from OSM to SHP

2008-03-11 Thread Ciprian Talaba
Hi everybody, I started the development on a tool that can convert from OSM format to Shapefile format, as the only tool available in SVN is a pain to use, and I haven't try to port it on Windows. For this I have created a project on GoogleCode: http://code.google.com/p/osm2shp/. It is based

Re: [OSM-dev] New tool to convert from OSM to SHP

2008-03-11 Thread Ciprian Talaba
Let me try to answer this step by step: On Tue, Mar 11, 2008 at 1:92 PM, Milo van der Linden wrote: I would like to join your project on Google Code. I am a C# and vb.net professional and have good experience with data conversion. I would add you to the project first thing tomorrow. Your

Re: [OSM-dev] osmosis diffs revisited

2008-03-06 Thread Ciprian Talaba
Sebastian Spaeth wrote: I just chmod +x ~/app/osmosis/build/dist/bin as bretth (they were not). Hopefully this will fix the osmosis diff dumps. Sebastian Is it possible to re-run the process that should have happened tonight, to be sure that everything is fine? --Ciprian

Re: [OSM-dev] Daily planet diff only 14 bytes

2008-03-05 Thread Ciprian Talaba
Tom Hughes wrote: In message [EMAIL PROTECTED] Ciprian Talaba [EMAIL PROTECTED] wrote: Sebastian Spaeth wrote: Sigh, I do hope it's got nothing to do with the changes I did to osmosis as outlined by bretth. (the only thing I did is change version scheme from 10 to 11). Because

Re: [OSM-dev] Daily planet diff only 14 bytes

2008-03-05 Thread Ciprian Talaba
Tom Hughes wrote: David is (or so I assume) talking about the weekly diff that shows the differences between the main planet files. That is not generated by Osmosis, but by Jon's planetdiff tool. This is where the whole misunderstanding started. I think David is referring to the daily

Re: [OSM-dev] Flash Player on Linux

2008-03-04 Thread Ciprian Talaba
Richard Fairhurst wrote: Could any Linux users out there confirm this? In particular, I'd be interested to know if: - it's still an issue with the latest Flash Player - copying and pasting the characters from another app fixes the issue Richard, This is still an issue with Fedore Core

Re: [OSM-dev] Special request for someone who has time [A clairon call.....]

2008-03-03 Thread Ciprian Talaba
On a Windows platform you can try to use Kosmos ( http://wiki.openstreetmap.org/index.php/Kosmos) as a rendering engine. For this you will need to have an OSM file corresponding to the area you want to render - use osmosis to get an extract from the big planet file if necessary. After this you can

[OSM-dev] Osmosis broken

2008-02-26 Thread Ciprian Talaba
On Sun, Feb 24, 2008 at 9:44 AM, Tom Hughes tom at compton.nu http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev wrote: * In message 52ae42fa0802240831i1b2ac661jcc3598bd0f30e093 at mail.gmail.com http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev ** Karl Newman