Re: [OSM-dev] bounding box

2009-05-08 Thread Richard Weait
On Thu, 2009-05-07 at 22:15 -0700, Sam Mor wrote: > Hi great Guys, > maybe we misput our question. we need to show the world map , then we > can zoom in,zoom in, zoom in.. to Russia... [ ... ] > how do we grab the bounding box for Russia , and how can we use it?? Here is one way. http://weait.co

Re: [OSM-dev] the World Wide map

2009-05-08 Thread Richard Weait
On Fri, 2009-05-08 at 18:56 -0700, Sam Mor wrote: > how do we generate the images of the world wide map witj the all > level of zoom,.. > then what do we have to change in generate_tiles.py > > bbox = (-180.0,-90.0, 180.0,90.0) > > render_tiles(bbox, mapfile, tile_dir, 0, 5, "World") Cha

[OSM-dev] the World Wide map

2009-05-08 Thread Sam Mor
Let's forgot what we discussed before.. By following the step of Mr Richard Weait, how do we generate the images of the world wide map witj the all level of zoom,.. we did those before do we have to it again? 1..cd mapnik 2.wget http://tile.openstreetmap.org/world_boundaries-spherical.tgz 3.tar

Re: [OSM-dev] Preferred Method of Bulk Upload?

2009-05-08 Thread Matt Amos
On Sat, May 9, 2009 at 12:25 AM, Ian Dees wrote: > What is the preferred method of bulk upload nowadays? By bulk, I mean > millions thousands of features with millions of nodes. probably best to use the diff upload feature. i think ivan has a script for it. more GNIS stuff? > Assuming the prefe

[OSM-dev] Preferred Method of Bulk Upload?

2009-05-08 Thread Ian Dees
What is the preferred method of bulk upload nowadays? By bulk, I mean millions thousands of features with millions of nodes. Assuming the preferred pseudocode for upload looks like this: open changeset while more uploads: upload a diff file close changeset ... how many changes should we pu

Re: [OSM-dev] changeset history, area size filtering

2009-05-08 Thread Matt Amos
On Fri, May 8, 2009 at 8:59 PM, Frederik Ramm wrote: > I'm in favour of doing this in a non-core application. The ability to > view and inspect changesets directly on the core system is nice, but > there are a lot of interesting things you can do that would surely > overburden the core systems, fo

Re: [OSM-dev] Cartagen - client-side vector based map renderer, dynamic maps

2009-05-08 Thread Jeffrey Warren
Great, this is a good discussion. I've put up a wiki page with some of the things we've covered, with pros/cons. I hope we can continue to talk about our approaches and as we optimize for different problems post some of it back up here: http://code.google.com/p/cartagen/wiki/FeatureTradeoff I put

Re: [OSM-dev] changeset history, area size filtering

2009-05-08 Thread Frederik Ramm
Hi, Mikel Maron wrote: > One simple thing that would make the history tab more useful is filtering by > changeset area size. > The global sized changesets are usually not going to affect the area under > investigation. > This doesn't mean those global changesets will be discounted, but it does

[OSM-dev] Q. about indoor routing: Overlaying way-graphs, tags for floor, stairway, escalator, lift?

2009-05-08 Thread Stefan Keller
Dear all, On July 5th there has been a featured image of an inhouse route to FH Hannover Campus (c.f. http://wiki.openstreetmap.org/wiki/Featured_images) Are there any opinions and proposals on handle indoor routing? Indoors means to me among others to have * floors (elevation/altitude is not e

[OSM-dev] Rails Port upgraded to rails 2.2.2

2009-05-08 Thread Shaun McDonald
Hi dev, For anyone who is working on the web site code, you should note that it is now running on a newer version of rails (including the live site). You will now need Ruby Gems 1.3.1, and Rails 2.2.2 for development. All tests except one pass. The one that is failing is failing for a goo

Re: [OSM-dev] changeset history, area size filtering

2009-05-08 Thread Shaun McDonald
One of the things that Harry Wood has done some work on locally, but not committed yet is to add a marker to all the changesets in the listings, that are "big" so that you can spot them. The idea is that changeset the size of London would be spotted easily. Shaun On 8 May 2009, at 19:16, M

Re: [OSM-dev] Cartagen - client-side vector based map renderer, dynamic maps

2009-05-08 Thread Tels
On Friday 08 May 2009 15:34:13 Tels wrote: > Moin, > > > But you're right, it's a challenge. I'm impressed that you rendered > > a whole city like Berlin - do you have some code online so I can > > see, or a screenshot? I bet it looks great... > > http://www.bloodgate.com/wiki/index.php?title=Temap

Re: [OSM-dev] Cartagen - client-side vector based map renderer, dynamic maps

2009-05-08 Thread Tels
Moin, On Friday 08 May 2009 20:04:48 you wrote: > > * The proxy receives XML from the api or xapi server. Currently it > > requests the full dataset. > > * Then it removes unnec. tags (like note, fixme, attribution and a > > whole bunch of others that are not needed for rendering). Some of > > the

[OSM-dev] changeset history, area size filtering

2009-05-08 Thread Mikel Maron
One simple thing that would make the history tab more useful is filtering by changeset area size. The global sized changesets are usually not going to affect the area under investigation. This doesn't mean those global changesets will be discounted, but it does provide some quick way to manage

Re: [OSM-dev] Cartagen - client-side vector based map renderer, dynamic maps

2009-05-08 Thread Jeffrey Warren
> > * The proxy receives XML from the api or xapi server. Currently it > requests the full dataset. > * Then it removes unnec. tags (like note, fixme, attribution and a whole > bunch of others that are not needed for rendering). Some of them are > very minor, but 1 nodes with "attribution=veryv

Re: [OSM-dev] bounding box

2009-05-08 Thread Thomas Wood
2009/5/8 Sam Mor : > Hi great Guys, > maybe we misput our question. we need to show the world map , then we can > zoom in,zoom in, zoom in..  to Russia... > so are those the steps??? >  1.we need to download russian_federation.osm.bz2 ( downloaded from > cloudmade) Then import it using osm2pgsql.

Re: [OSM-dev] openstreetmap.js attribution

2009-05-08 Thread Tom Hughes
Frederik Ramm wrote: > Hi, > > Tom Hughes wrote: >> Clause (4)(c) of the license says: > > [...] > > But (4)(a) says: > > "You may distribute, publicly display, [...] the Work only under the > terms of this License, and You must include a copy of, or the Uniform > Resource Identifier for, thi

Re: [OSM-dev] openstreetmap.js attribution

2009-05-08 Thread Frederik Ramm
Hi, Tom Hughes wrote: > Clause (4)(c) of the license says: [...] But (4)(a) says: "You may distribute, publicly display, [...] the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of

Re: [OSM-dev] Cartagen - client-side vector based map renderer, dynamic maps

2009-05-08 Thread Stefan de Konink
Tels wrote: > On Thursday 07 May 2009 02:51:34 you wrote: >> Jeffrey Warren wrote: >> Since an area will always be closed any segment can be taken to be >> build upon [as start point]. Even without the routing data the object >> can be fully connected, based on the start and endpoints. > > How doe

Re: [OSM-dev] openstreetmap.js attribution

2009-05-08 Thread Tom Hughes
Jonas Krückel wrote: > if you use openlayers for displaying openstreetmap tiles on the web you > will probably use on of the examples from the wiki. The examples use > http://openstreetmap.org/openlayers/OpenStreetMap.js normally. > Unfortunately the attribution text of this file is not correct,

Re: [OSM-dev] Cartagen - client-side vector based map renderer, dynamic maps

2009-05-08 Thread Tels
On Thursday 07 May 2009 02:51:34 you wrote: > Jeffrey Warren wrote: > Since an area will always be closed any segment can be taken to be > build upon [as start point]. Even without the routing data the object > can be fully connected, based on the start and endpoints. How does that scheme deal wit

Re: [OSM-dev] Cartagen - client-side vector based map renderer, dynamic maps

2009-05-08 Thread Tels
Moin, On Thursday 07 May 2009 01:46:36 you wrote: > Hi, Tels - > > > > It's not been optimized yet, so loading is a little slow, but I'm > > optimistic > > > that it will scale. > > > > Based on my experience, I can tell you right away it won't scale :) > > Not to discourage you, but: > > > > * th

[OSM-dev] openstreetmap.js attribution

2009-05-08 Thread Jonas Krückel
Hi, if you use openlayers for displaying openstreetmap tiles on the web you will probably use on of the examples from the wiki. The examples use http://openstreetmap.org/openlayers/OpenStreetMap.js normally. Unfortunately the attribution text of this file is not correct, it only says Data by Ope

[OSM-dev] Test changeset dump available

2009-05-08 Thread Grant Slater
Dev, Zere add changeset dump support to planet dump code. Test dump available here: http://planet.openstreetmap.org/test06/ Changesets will likely be included from next week's planet dump. / Grant ___ dev mailing list dev@openstreetmap.org http://li

Re: [OSM-dev] load database

2009-05-08 Thread Iván Sánchez Ortega
El Viernes, 8 de Mayo de 2009, Mohamad Ali escribió: > Hi Guys, > 1.I export Melbourne area from www.openstreetmap.org , it's about 5 MB > > I would like to ask If what I did is ok: [...] > Node stats: total(22105), max(391893729) > Way stats: total(4366), max(34161566) > Relation stats: total(45),