Re: [OpenLayers-Users] Using Vector Layer with OSM

2008-11-23 Thread Christopher Schmidt
On Sun, Nov 23, 2008 at 11:46:24PM +0100, Christian Hackl wrote: > Christopher Schmidt ha scritto: > > >On Sun, Nov 23, 2008 at 11:20:56PM +0100, Christian Hackl wrote: > >> > >>How does one use a Vector layer upon an OSM base layer? > >> > >>[...] > >> > >>// the following uses OSM and does *not*

Re: [OpenLayers-Users] Using Vector Layer with OSM

2008-11-23 Thread Christian Hackl
Christopher Schmidt ha scritto: > On Sun, Nov 23, 2008 at 11:20:56PM +0100, Christian Hackl wrote: >> >> How does one use a Vector layer upon an OSM base layer? >> >> [...] >> >> // the following uses OSM and does *not* work: >>map.addLayer(new OpenLayers.Layer.OSM.Osmarender("Osmarender")); >

Re: [OpenLayers-Users] Using Vector Layer with OSM

2008-11-23 Thread Christopher Schmidt
On Sun, Nov 23, 2008 at 11:20:56PM +0100, Christian Hackl wrote: > Hi, > > This is probably a newbie question, but since I cannot figure out the > answer even after days of reading docs, searching the archives and > studying examples, I thought I'd just ask, so here we go: > > How does one use

[OpenLayers-Users] Using Vector Layer with OSM

2008-11-23 Thread Christian Hackl
Hi, This is probably a newbie question, but since I cannot figure out the answer even after days of reading docs, searching the archives and studying examples, I thought I'd just ask, so here we go: How does one use a Vector layer upon an OSM base layer? All the working Vector examples I've se

Re: [OpenLayers-Users] How can we add diffrent feature sets into a single layer?

2008-11-23 Thread Eric Lemoine
On Fri, Nov 21, 2008 at 8:53 AM, S.Reena <[EMAIL PROTECTED]> wrote: > > Is it that you want all the three point,polygon and point as a layer ?? If > yes then a commas separated list will do as: > > var layer = new OpenLayers.Layer.WMS.Untiled( > "Natural Resources", "http://gis.rtbi-iitm.i

Re: [OpenLayers-Users] How to select on CTRL key + click

2008-11-23 Thread Eric Lemoine
On Fri, Nov 21, 2008 at 10:23 PM, Alexandre Dube <[EMAIL PROTECTED]> wrote: > I'm been scratching my head for a while on this : how can I add select a > feature using this customized control on click + ctrl key down only ? > I've tried to add a keyMask but the checkModifiers never seems to trigger.