Re: [OpenLayers-Users] Maximum number of markers

2010-03-31 Thread Eric Lemoine
On Tuesday, March 30, 2010, Jordi Romagos i Figueras wrote: > > > > > > > Ok, thanks Bart! I'm sorry I belive the problem was about the Openlayers > version not about the browser. > > My problem is that I'm trying to build a tracking system and I have to show a > llot of positions into the map a

Re: [OpenLayers-Users] Proxy problem in GetFeatureInfo -nosolution??

2010-03-31 Thread sunny74
Hi, Thanks for your latest reply. I am showing the map with openlayers on a aspx page. You are right when you say that I am running two web servers.Indeed I am. I have a page called Default.aspx in which I am showing map using mapserver and OL2.8 My scenario is like this: ASP.NET DEvelopment se

[OpenLayers-Users] please help us test OpenLayers 2.9RC1

2010-03-31 Thread Bart van den Eijnden
This is a reminder to everyone that OpenLayers 2.9 RC1 is out (since last Friday), please help us test this release candidate by upgrading your applications to 2.9RC1 and reporting any issues to us. See also: http://trac.openlayers.org/wiki/Release/2.9/Announce/RC1 Thanks in advance! Best rega

Re: [OpenLayers-Users] wfs layer

2010-03-31 Thread Sarah Schuessler
Ok, sorry guys I had a typo,error at my code. I can now confirm that my wfs layer is loaded but my attributestore is all time empty at IE. var styleMap = new OpenLayers.StyleMap({ strokeColor: "red", strokeWidth: 5, strokeOpacity: 0.5,

Re: [OpenLayers-Users] wfs layer

2010-03-31 Thread Sarah Schuessler
Update: my first post was only for Firefox: With IE8 I get my attributeStore but no WFS layer (a error report referencing OpenLayers/Format/XML.js line 128: object does not support this attribute or method. (line 128 is: var index = text.indexOf('<'); ) ). Is this issue a browser one or a codin

Re: [OpenLayers-Users] Proxy problem in GetFeatureInfo -nosolution??

2010-03-31 Thread sunny74
Hi Arnd, Thanks for correcting my errors. I changed from and also OpenLayers.loadURL(url, '', this, setHTML); from OpenLayers.loadUrl(url, '', this, setHTML); But now I am getting an openlayers message which says "Unhandled Request return not found". Also I want to use a relative url in

[OpenLayers-Users] wfs layer

2010-03-31 Thread Sarah Schuessler
Hi list, I´ve noticed a strange behaviour with my wfs layer at my map: my code is at Geoserver www directory (Geoserver 1.7.x comes with Geonetwork and is at webapps directory of my tomcat, so I have to authentificate at tomcat). After I had authentificated my wfs layer and attributestore came u

Re: [OpenLayers-Users] Strategy/Save and Protocol/???

2010-03-31 Thread Alexandre Dube
Hi Jeff, Jeff Dege wrote: > > I've not seen any good examples that showed how Strategy.Save would be > used. Can anyone point me to one? > http://openlayers.org/dev/examples/wfs-protocol-transactions.html > And does anybody have any ideas on why Strategy.Save would be a better > approach, tha

Re: [OpenLayers-Users] KML layer filter

2010-03-31 Thread AlessioDL
Solved usinfg Styles and rules: http://trac.openlayers.org/wiki/Styles Regards -- View this message in context: http://n2.nabble.com/KML-layer-filter-tp4823365p4829793.html Sent from the OpenLayers Users mailing list archive at Nabble.com. ___ Users

Re: [OpenLayers-Users] GeoServer Proxy Extension OpenLayers

2010-03-31 Thread Piero Campa
Any supposition about this? I mean, it's weird that I get the features via WFS without setting the proxy (in OpenLayers), while if I set it no features are returned. Isn't it? Piero -- View this message in context: http://n2.nabble.com/GeoServer-Proxy-Extension-OpenLayers-tp3998936p4829531.htm

[OpenLayers-Users] Login into Geoserver via java

2010-03-31 Thread paweluz
Hi! I am trying to write an login into Geoserver functionality via Java. I use GWT, Geoserver 2.0.1 and Openlayers 2.8. I have configured geoserver (by layer.properties and users.properties) that only admin can do anything. If you are not logged you can not read or write anything. I used 'mode=CH