[OSM-dev] hammering the changesets API

2010-03-14 Thread Bernhard zwischenbrugger
hi all I want to display recent changesets as Vectorgraphics on the map. There are some problems and I need help. To get some real results I have to request 100 changesets. All the robot changesets I have to filter client side. The hole thing is slow as hell and I'm not sure if the db is happy

Re: [OSM-dev] osm2pgsql hstore support

2010-03-14 Thread Martijn van Oosterhout
Very cool. Now we just need to find a way to use it. I thought about it earlier but I didn't see a way to make mapnik use it so left it. Have a nice day, On Sun, Mar 14, 2010 at 4:47 PM, Sven Geggus li...@fuchsschwanzdomain.de wrote: Hello, I just commited a patch for osm2pgsl for optional

Re: [OSM-dev] osm2pgsql hstore support

2010-03-14 Thread Lennard
Sven Geggus wrote: Now we would just need something like this: select way,(tags-'man_made') as man_made FROM planet_osm_point where ((tags-'man_made') is not NULL); What am I getting wrong here? Nothing. This will work. Mapnik just expects the name used in a filter to correspond with a

Re: [OSM-dev] osm2pgsql hstore support

2010-03-14 Thread Sven Geggus
Lennard l...@xs4all.nl wrote: Very cool this. What's the speed to access the hstore column, compared to the generic columns we now have? I did not yet try to measure this. On the one hand, this has the potential to greatly increase the size of the db, as you will now get all kinds of tags

Re: [OSM-dev] OSM home page and IE

2010-03-14 Thread Peter Körner
This seems to be fixed, thanks, tom! http://trac.openstreetmap.org/changeset/20472 Peter ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] GSoC 2010. OpenStreetMap Mashup Generator Project

2010-03-14 Thread Graham Jones
Sajjad, This sounds like an interesting idea - effectively an extension to embedding a simple OSM map on a web page to include data from another source. While I think this is possible with existing javascript libraries such as OpenLayers, I think the main aim of this project is to make that easy

Re: [OSM-dev] GSoC 2010. OpenStreetMap Mashup Generator Project

2010-03-14 Thread Peter Körner
Am 14.03.2010 21:08, schrieb Graham Jones: Sajjad, This sounds like an interesting idea - effectively an extension to embedding a simple OSM map on a web page to include data from another source. Please also take the possibility into account to draw your yown points, lines and shapes onto

Re: [josm-dev] Function to select or download a sequence of ways?

2010-03-14 Thread Marko Mäkelä
Hi Karl, To the best of my knowlege there is no such function yet ... Now there is: http://wiki.openstreetmap.org/wiki/JOSM/Plugins/WaySelectorPlugin Thanks to your reply and the availability of WayDownloaderPlugin source code, I got an easy start. I posted some ideas for further development

Re: [josm-dev] Function to select or download a sequence of ways?

2010-03-14 Thread Martin Koppenhoefer
2010/3/9 Marko Mäkelä marko.mak...@iki.fi: Before I start reinventing the wheel in JOSM, I would like to know if there is a function or plugin that allows to select a non-branching sequence of ways.  It would be nice if the selection function could optionally be restricted to the current

Re: [josm-dev] Function to select or download a sequence of ways?

2010-03-14 Thread Stephan Knauss
Hello Martin, Martin Koppenhoefer wrote: another selection-feature I'm missing quite often (maybe it is already there and I don't know how to use it) is the use of the selection-rectangle to select ways but not nodes. Currently if you select by rectangle you will only select nodes, and ways