Hi Richard Thanks for fast answer! I have still some problems. I encoded this http://integrate.ch/app/tile.php?layer=ams250&z=!&x=!&y=! here: http://www.whatsmyip.org/stringencoder/
Then i got this: http%3A%2F%2Fintegrate.ch%2Fapp%2Ftile.php%3Flayer%3Dams250%26z%3D%21%26x%3D%21%26y%3D%21 When i call this in browser: http://www.openstreetmap.org/edit?lat=31.6026&lon=-5.5894&zoom=13&tileurl=http%3A%2F%2Fintegrate.ch%2Fapp%2Ftile.php%3Flayer%3Dams250%26z%3D!%26x%3D!%26y%3D! Then only this is entered in the "Custom Background" field: http://integrate.ch/app/tile.php?layer=ams250 There is something wrong with url encode/decode? How to proper encode that? Best regards Martin Richard Fairhurst wrote: > > Martin wrote: >> I implemented a tileserver/wms for comparing and vectorizing >> out-of-copyright maps. See viewer here: >> http://integrate.ch/app/openlayers.html?zoom=12&lat=31.60262&lon=-5.58938&layers=000B0000TFFF > > That looks really cool! > >> The link should point to >> http://www.openstreetmap.org/edit?lat=yyy&lon=xxx&zoom=13. Most >> comfortable would be to set the Potlatch Custom Background inside this >> link too: >> http://www.openstreetmap.org/edit?lat=yyy&lon=xxx&zoom=13&background=http://integrate.ch/app/tile.php?layer=ams250&z=!&x=!&y=! > > No problem. > > Just use 'tileurl' instead of 'background' (and, of course, escape the URL > properly). That was something I added the other week at Andy Allan's > request and it's great to see it used elsewhere. > > cheers > Richard > -- View this message in context: http://www.nabble.com/Deeplink-for-Potlatch-Custom-Background-tp25618987p25627655.html Sent from the OpenStreetMap - Dev mailing list archive at Nabble.com. _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

