Re: [OSM-dev] Invalid XML?

2008-09-11 Thread Florian Lohoff
On Thu, Sep 11, 2008 at 08:54:15AM +0200, Frederik Ramm wrote: Subject: Re: [OSM-dev] Invalid XML? Hi, Florian Lohoff wrote: Its not that the xml is broken afterwards but people could start putting bad things into the database by closing a tag and reopening a new one. Excuse me? How do

Re: [OSM-dev] Spatial vs. multi-column indexes for points

2008-09-11 Thread Sascha Silbe
On Thu, Sep 11, 2008 at 01:49:55PM +0200, Andreas Kalsch wrote: Has anybody used GIS successfully in MySQL or PGSQL and can tell me how the performance compares between the two techniques? At least in PostgreSQL/PostGIS, the geometric indices are WAY faster. Just remember to either use the

[OSM-dev] Areas with holes in Osmarender broken

2008-09-11 Thread Marc Schütz
The rendering of areas with holes in Osmarender seems to be broken again: http://www.openstreetmap.org/?lat=49.94008lon=11.58081zoom=17layers=0B00FTFTT (the lake has three islands) http://www.openstreetmap.org/?lat=49.92919lon=11.58583zoom=17layers=0B00FTFTT (some of the building have holes) I

Re: [OSM-dev] Spatial vs. multi-column indexes for points

2008-09-11 Thread Andreas Kalsch
All, thanks for your quick responses! Quad tiles look like a smart way to create an index. So to lookup a single point or a quad tile, this is fine. But for my application I need another lookup - by bounding box with any ratio and size. Is there a way to look up a special bounding box with

Re: [OSM-dev] Spatial vs. multi-column indexes for points

2008-09-11 Thread Ian Dees
On Thu, Sep 11, 2008 at 1:31 PM, Andreas Kalsch [EMAIL PROTECTED]wrote: All, thanks for your quick responses! Quad tiles look like a smart way to create an index. So to lookup a single point or a quad tile, this is fine. But for my application I need another lookup - by bounding box with any

Re: [OSM-dev] Spatial vs. multi-column indexes for points

2008-09-11 Thread Mikel Maron
My current optimization includes: - using mediumint for lat/lon - enough for ~2 meters resolution - using a bounding box first for point+radius calculation and then selecting the circle with a Pythagoras approximation, which is exact enough For the first, I want to use MySQL. If you

[OSM-dev] Order of closed ways?

2008-09-11 Thread Till Harbaum / Lists
Hi, my mobile osm editor is advancing and i can edit real life data. Now i am running into the problem that there are polygons lying on top of each other. E.g. there's a baseball field close and it has several fields/polygons representing the whole field or e.g. just the bases. Are these

Re: [OSM-dev] Order of closed ways?

2008-09-11 Thread Frederik Ramm
Hi, Are these ordered in a certain way? E.g. is a polygon (or closed way to be precise) completely being inside another one stored before or after this other polygon in a .osm file? Normally, an .osm file has nodes, then ways, then relations, in ascending id order. But that's not even

Re: [OSM-dev] [gsoc] Initial realease of the i18n branch of rails_port

2008-09-11 Thread Tom Hughes
Arindam Ghosh wrote: Now, we have a working i18n branch for the osm rails_port. This setup is done by using globalize and click-to-globalize plugins. As of now all/most strings of website can be translated using the present translation interface. We even have l10n statistics, translation

Re: [OSM-dev] [gsoc] Initial realease of the i18n branch of rails_port

2008-09-11 Thread Arindam Ghosh
Hi, On Fri, Sep 12, 2008 at 5:04 AM, Tom Hughes [EMAIL PROTECTED] wrote: I'm about to head off overseas for three weeks, so it merging it is probably going to have to wait until after that as I need to review the changes first. that's cool...not a problem. I'll have a read of your writeup,

Re: [josm-dev] [PATCH] Bugfix for Proxy configuration

2008-09-11 Thread Dirk Stöcker
On Thu, 11 Sep 2008, Christoph Brill wrote: Please improve your patch a bit nevertheless: a) if the first checkbox is unckecked, all 5 elements should be disabled. b) if the second checkbox is checked, username and password should be disabled. You were right about your comments for

Re: [josm-dev] Automatic tiles downloading in WMSPlugin

2008-09-11 Thread Citizen
Hi, PD Hello, I made several changes to the ymap.html (the page which downloads PD the Yahoo map). It is commited yet. I am not sure, if my changes are PD covering also this bug, so please try it. I downloaded today ewmsplugin (10585) and deactivated the old wmsplugin and ywms. I have JOSM