Re: [OpenLayers-Dev] Re: Multiple maps on a page

2011-03-03 Thread Gael Lafond
Wow! Thanks! I'm actually trying to do the same thing. This example is very nice! Gael On Wed, 2011-03-02 at 22:21 -0800, dr wrote: > I'm personally never works with two maps, but I think the following links may > be helpfully for you: > http://tools.geofabrik.de/mc/ > http://tools.geofabrik.de/

Re: [OpenLayers-Dev] Re: Multiple maps on a page

2011-03-03 Thread Luke Roth
Thanks, that's just what I'm trying to do! At first glance, I can't see what we're doing differently with the nav controls, but that's given me a lot to look at. Luke On Thu, Mar 3, 2011 at 1:21 AM, dr wrote: > I'm personally never works with two maps, but I think the following links may > be he

Re: [OpenLayers-Dev] android browsers, pan and select controls

2011-03-03 Thread Richard Duivenvoorde
christopher.schm...@nokia.com wrote: > On Mar 3, 2011, at 8:25 AM, ext Richard Duivenvoorde wrote: >> 1) opera running/selecting fine as long as the touchnavigation control >> is not used. > > Opera does not currently have any support for touch events. I can pan the map on my Android phone, which

Re: [OpenLayers-Dev] Issue with TMS - works for 2.7, but not 2.10

2011-03-03 Thread Phil Scadden
> Yes, this method moved up to the parent (Layer.Grid) instead of existing > directly on Layer.TMS. As I said in my previous email: your example works > for me in 2.10 and trunk. What is the problem you are having? Problem was dangerous mix of trunk and 2.10. I have so many patches for the 180 li

Re: [OpenLayers-Dev] android browsers, pan and select controls

2011-03-03 Thread christopher.schmidt
On Mar 3, 2011, at 8:25 AM, ext Richard Duivenvoorde wrote: > List, > > I'm trying out OpenLayers/PhoneGap on my Android Phone. > > Internally it uses the native Android Browser, and I have troubles with > selecting features. > > Setting this page on a webserver and trying it out on my phone u

Re: [OpenLayers-Dev] Re: OSM layer panning at trunk

2011-03-03 Thread christopher.schmidt
There are two changes in OpenLayers that explain this: 1. We only request new tiles when the mouse has stopped for a short delay. (This is tileLoadingDelay on the Layer, defaults to 100). This is to prevent constant shifting of tiles while panning, which was hurting performance. This can be chang

Re: [OpenLayers-Dev] Issue with TMS - works for 2.7, but not 2.10

2011-03-03 Thread christopher.schmidt
On Mar 2, 2011, at 3:15 PM, ext Phil Scadden wrote: > >> 1. OpenLayers 2.10 (at least my copy) has an addTile method. On Layer.TMS. >>Does yours not? > No it does! Argh! I had updated to truck version to see whether it fixed > an issue I was having when > it requested tiles that were out of

[OpenLayers-Dev] android browsers, pan and select controls

2011-03-03 Thread Richard Duivenvoorde
List, I'm trying out OpenLayers/PhoneGap on my Android Phone. Internally it uses the native Android Browser, and I have troubles with selecting features. Setting this page on a webserver and trying it out on my phone using: native browser, opera, firefox I find: 1) opera running/selecting fine

Re: [OpenLayers-Dev] Re: OSM layer panning at trunk

2011-03-03 Thread Andreas Hocevar
Hi, it's two changes that explain this behavior: 1) http://trac.osgeo.org/openlayers/ticket/3111 - As Bart already said, buffer is 0 now by default 2) http://trac.osgeo.org/openlayers/ticket/2998 - Tiles load after a 100ms delay when dragging stops now, not on moveend as you said. So if you r