Re: [OpenLayers-Users] Grouping Features into one feature using Styles or other means

2009-10-13 Thread Asle Benoni
Hi, I had a similar problem. I have over 6000 markers in a page with popups and tried different solutions. Since I wanted a popup for every marker, using WFS was just killing my page. I ended up (with great help from CampToCamp) with a solution of getting the layers as WMS and using a WMS

Re: [OpenLayers-Users] Overzoom of tiled layers

2009-10-13 Thread Mika Lehtonen
Hi all, I know Jukka is using TMS-layer as an overlay on top of Google or what so ever layer. I think that the overzooming effect could be accomplished by doubling the layer's tile size and doing a little fake in order to fit 256x256 tile in 512x512 or 1024x1024 div. Maybe there are some more

[OpenLayers-Users] Multiple KML overlays (Firefox problem)

2009-10-13 Thread Ludwig
I have a map that is closely modelled on the Openstreetmap/KML overlay example. The only difference, I believe, is that I add two KML overlays (as to enable a user to see only the bits he's interested in). This works fine, AFAIK, on IE8, Safari and Chrome. However, the lower (first) layer does

Re: [OpenLayers-Users] Support for ArcGIS Server Tiled Map services

2009-10-13 Thread Christopher Schmidt
On Mon, Oct 12, 2009 at 01:08:58AM -0700, regioGIS wrote: Hello David, While the XYZ layer is still going through the REST service, there is also something called the ARCGISCache layer, which directly accesses the cached tiles ( I tested this with 9.3, but not yet with 9.3.1 ) see link

Re: [OpenLayers-Users] Featureserver + Openlayers

2009-10-13 Thread Alexandre Dube
Hi, Here's a working OpenLayers+FeatureServer demo : http://dev4.mapgears.com/bdga-fs/ It uses the MapFish protocol since MapFish server can be talked to pretty much the same way as FeatureServer. Hope this helps, Alexandre goliah wrote: Dear list, I'm trying to use OpenLayers and Feature

Re: [OpenLayers-Users] getFeatureInfo event.text

2009-10-13 Thread Alexandre Dube
Monty wrote: Alexandre, I have some news running geoserver in verbose mode, when clicking my object I have : parameter FORMAT is required Oh, then it must be related to this issue (fixed in trunk) : http://trac.openlayers.org/ticket/2201 so you could try trunk or the patch in the

Re: [OpenLayers-Users] Moveend event results in endless loop

2009-10-13 Thread Alexandre Dube
Hi Dragan, Using firebug and putting a breakpoint to your map.zoomToExtent(bbox), what does it looks like ? Alexandre Dragan Podvezanec wrote: Hi all. I have small problem with moveend event: I have two layers, WMS (as base layer), and WFS. Both are served by Geoserver. What I want to do is:

[OpenLayers-Users] Search with a layer Wms

2009-10-13 Thread Arturo Juárez Lima
Hi, I have only layers wms, Are there a method for make a search in this layer? Thanks Arturo Juárez Lima ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

[OpenLayers-Users] How to create a control

2009-10-13 Thread David Alda Fernandez de Lezea
Hello, I'd like to develope my own control for OL and I don't know how to start. Once I've achieved selecting a feature from a WFS layer, I'd like to link this functionality to a tool inside a panel. Should I start doing something like this?? var control = new OpenLayers.Control();

[OpenLayers-Users] addUniqueValueRules and selection circles

2009-10-13 Thread Jelmer Baas
Dear List, I'm stuck with the addUniqueValueRules function and editable geometry. Basicly, I wanted to be able to color different polygons, which I do now by : controls.polygon.events.register(featureadded,'' , roadFeatureAdded); function roadFeatureAdded(object){ var t =

[OpenLayers-Users] Layer reordering

2009-10-13 Thread Mario Nuñez Jimenez
Hello list, anybody knows if openlayers allows through any control to reorder the active layers with a visual interface… Is there any control to do that? Thank you in advance! -- This e-mail and the documents attached are

Re: [OpenLayers-Users] Layer reordering

2009-10-13 Thread Arturo Juárez Lima
maybe this help you new OpenLayers.Control.LayerSwitcher({'ascending':false}), Arturo Juárez Lima El mar, 13-10-2009 a las 17:12 +0200, Mario Nuñez Jimenez escribió: Hello list, anybody knows if openlayers allows through any

[OpenLayers-Users] Control access to WMS

2009-10-13 Thread Steve . Toutant
Hi, I don't know where I should post this thread since it implies mapServer and OpenLayers. I defined a WMS Raster layer that I use in my OpenLayers/GeoExt apps, I would like to control the access to this WMS, so people can use it via my application, but can not call the WMS to use it in their

Re: [OpenLayers-Users] Tokens for secure ArcGIS Server layers

2009-10-13 Thread David Wright
Thanks David and Bart for your suggestions. It is an interesting approach to tap the WMS capability of ArcGIS Server services for use in OpenLayers. I was looking for a way to hit the ArcGIS Service interface directly (for best performance). If I'm not mistaken, once you secure an ArcGIS Server

Re: [OpenLayers-Users] Control access to WMS

2009-10-13 Thread Christopher Schmidt
On Tue, Oct 13, 2009 at 10:56:26AM -0400, steve.tout...@inspq.qc.ca wrote: Hi, I don't know where I should post this thread since it implies mapServer and OpenLayers. I defined a WMS Raster layer that I use in my OpenLayers/GeoExt apps, I would like to control the access to this WMS, so

Re: [OpenLayers-Users] Layer reordering

2009-10-13 Thread Christopher Schmidt
On Tue, Oct 13, 2009 at 05:12:29PM +0200, Mario Nuñez Jimenez wrote: Hello list, anybody knows if openlayers allows through any control to reorder the active layers with a visual interface… I believe GeoExt has tools to do something like this. Regards, -- Christopher Schmidt MetaCarta

Re: [OpenLayers-Users] Control access to WMS

2009-10-13 Thread Daniel Morissette
Christopher Schmidt wrote: On Tue, Oct 13, 2009 at 10:56:26AM -0400, steve.tout...@inspq.qc.ca wrote: I would like to control the access to this WMS, so people can use it via my application, but can not call the WMS to use it in their client application. The reason is there is a context

Re: [OpenLayers-Users] Control access to WMS

2009-10-13 Thread Daniel Morissette
Daniel Morissette wrote: First add this to your Apache config: # Force MapServer to accept mapfiles refs only using env vars SetEnv MS_MAP_NOPATH yes Small typo: The name of the variable should be MS_MAP_NO_PATH -- Daniel Morissette http://www.mapgears.com/

[OpenLayers-Users] How do I create my University Map

2009-10-13 Thread James Bond
I got the U project that create a school map portlet I use OpenLayer for display it, but how can I create my own base title (base layer) without install any map server. -- thЄ rЄAl sPy jamЄs bOnd spyjamesbond0072...@gmail.com ___ Users mailing list

Re: [OpenLayers-Users] Control access to WMS

2009-10-13 Thread Christopher Schmidt
On Tue, Oct 13, 2009 at 02:23:18PM -0400, Daniel Morissette wrote: Christopher Schmidt wrote: On Tue, Oct 13, 2009 at 10:56:26AM -0400, steve.tout...@inspq.qc.ca wrote: I would like to control the access to this WMS, so people can use it via my application, but can not call the WMS to

[OpenLayers-Users] Text in Markers

2009-10-13 Thread David Lozzi
Hello, I'm very new to OpenLayers but I have a map up using MassGIS WMS and pulling points from a database. So far so good. What I would like to do next is to have the map display text when someone clicks on the marker, like name and street address. How can I do this? I see the option for

Re: [OpenLayers-Users] Text in Markers

2009-10-13 Thread Christopher Schmidt
On Tue, Oct 13, 2009 at 03:30:47PM -0400, David Lozzi wrote: Hello, I'm very new to OpenLayers but I have a map up using MassGIS WMS and pulling points from a database. So far so good. What I would like to do next is to have the map display text when someone clicks on the marker, like

Re: [OpenLayers-Users] Featureserver + Openlayers

2009-10-13 Thread goliah
Thanks Alexandre, I'll check it out. Do you think I should switch to a mapfish server for a production app? It seems like it is more mantained. Thanks again Mauro Alexandre Dube wrote: Hi, Here's a working OpenLayers+FeatureServer demo : http://dev4.mapgears.com/bdga-fs/ It uses

Re: [OpenLayers-Users] Featureserver + Openlayers

2009-10-13 Thread Eric Lemoine
On Tuesday, October 13, 2009, goliah bianchi...@gmail.com wrote: Thanks Alexandre, I'll check it out. Do you think I should switch to a mapfish server for a production app? It seems like it is more mantained. Hi. I guess it depends on your needs. If FeatureServer just does the job for you

[OpenLayers-Users] Setting bounds disables map

2009-10-13 Thread David Lozzi
Hello, See my code below. When I specify maxExtent: bounds in the new map, my maps don't appear. All of the added controls appear but no maps. IE shows download 75 items then down to Done, but there is nothing to see. var lon = 50; var lat = 0; var zoom = 0;

[OpenLayers-Users] the differences between getfeature from WFS and WMS

2009-10-13 Thread zhoujian_ab
Dear list, I want to achieve a goal that clicking the object to get its attributes, however, I have a puzzle on the differences between wfsgetfeature and wmsgetfeature. If I intent to practice that goal, which I should choose? So what is theirs differences? When I change the attribute of

Re: [OpenLayers-Users] Setting bounds disables map

2009-10-13 Thread Michael Shishcu
Hi, David well, just thought: your extent is 16617, 777514, 348089, 959747, but center you are setting as (-71.1491479425792,42.5394078098106), which does not fall into your extent regards, michael 2009/10/14 David Lozzi dlo...@delphi-ts.com Hello, See my code below. When I specify