Re: [OSM-dev] Slippy map tiles mismatch

2010-02-24 Thread Jon Burgess
On Tue, 2010-02-23 at 18:46 -0500, Matt Hampel wrote: > >> I have tried using two shapefiles (one reprojected into NAD83) and two > >> corresponding projections in the Map element. > >> > >> NAD83: > >> > > > > The default osm.xml map style uses the google-style 900913 projection. > > If you want

Re: [OSM-dev] need some javascript help

2010-02-24 Thread jamesmikedup...@googlemail.com
This is what I have so far, two iframes. The javascript was not working, I dont know why. here is my commit. http://github.com/h4ck3rm1k3/OAD-Open-Address-Database/commit/88b8624a45aee548e087f168409751f9951f4994 Firebug for debugging. Yes I will put all the java script into the controller page, an

Re: [OSM-dev] need some javascript help

2010-02-24 Thread Emilie Laffray
On 24/02/2010 16:03, jamesmikedup...@googlemail.com wrote: > thank you! > i will start with some greasemonkey to get going. > thanks, > mike Grease Monkey might not be the best tool to perform javascript debugging and general web debugging. I would suggest firebug as a very good starting point. It

Re: [OSM-dev] need some javascript help

2010-02-24 Thread jamesmikedup...@googlemail.com
thank you! On Wed, Feb 24, 2010 at 5:10 PM, Nick Whitelegg wrote: > >Another cleaner option is to use all that AJAX magic stuff to load the > >content in a rather than in an . > > >May I suggest you the "ajax for dummies" book? It's a nice hands-on > >introduction to this javascript stuff. > >

Re: [OSM-dev] need some javascript help

2010-02-24 Thread Nick Whitelegg
>The javascript queries the server with what the user entered in the 2 text fields, the server sends a load of >text back and loads it into a specified . Oops - meant to say "the JavaScript loads the text into the specified ". Nick ___ dev mailing l

Re: [OSM-dev] need some javascript help

2010-02-24 Thread Nick Whitelegg
>Another cleaner option is to use all that AJAX magic stuff to load the >content in a rather than in an . >May I suggest you the "ajax for dummies" book? It's a nice hands-on >introduction to this javascript stuff. AJAX is easy. ;-) Particularly if you use prototype (www.prototypejs.org). I do

Re: [OSM-dev] need some javascript help

2010-02-24 Thread jamesmikedup...@googlemail.com
thank you! i will start with some greasemonkey to get going. thanks, mike 2010/2/24 Iván Sánchez Ortega > El 24/02/2010 15:25, jamesmikedup...@googlemail.com escribió: > > Hi all, I am not a real javascript developer, can you give me some >> advice on this ; >> > [...] > > How can I connect tw

Re: [OSM-dev] need some javascript help

2010-02-24 Thread Iván Sánchez Ortega
El 24/02/2010 15:25, jamesmikedup...@googlemail.com escribió: > Hi all, I am not a real javascript developer, can you give me some > advice on this ; [...] > How can I connect two windows to each other, I would like to call a > different url in what would its own sub window. so when you click on >

[josm-dev] deleted new primitives

2010-02-24 Thread Matthias Julius
Ticket #4522 is about conflicts when merging new primitives that have been deleted in one dataset. I am wondering why do we keep deleted new primitives around in the first place? They are not stored on disk anyway. The only reason I can think of is that it makes undo easier. But, for merging th

[OSM-dev] need some javascript help

2010-02-24 Thread jamesmikedup...@googlemail.com
Hi all, I am not a real javascript developer, can you give me some advice on this ; 1. I have a url that will return the map for a location string 2. I have a browser for a database browser. How can I connect two windows to each other, I would like to call a different url in what would its own su

[OSM-dev] Choice between different geodata sources

2010-02-24 Thread Alexander Sidorov
Hello! I'm choosing geodata source for my web service. My service users need to select some objects in their city (cinema, theater and so on). At the moment am looking at LinkedGeoData (Open Street Map information converted to RDF). As I have no experience in this field, I would like to ask you is

Re: [OSM-dev] Inconsistency in database?

2010-02-24 Thread Tom Hughes
On 24/02/10 05:44, Frank Bielig wrote: > Unfortunately these node references are not valid. This inconsistency > seems to be in planet file too. Does anybody has an idea of the reason? > Should be a foreign key constraint in database schema? Currently only > way id is checked: There is no constra