Re: [OpenLayers-Users] Symbolize wfs using sld?

2010-09-01 Thread Adam Ratcliffe
This page may help if you're using a vector layer: http://docs.openlayers.org/library/feature_styling.html Cheers Adam On 2/09/2010, at 12:02 AM, Robert Buckley wrote: Hi, I am actually trying to load a shapefile into openlayers and have all the attributes listed into a table under the

Re: [OpenLayers-Users] Google layers

2010-08-24 Thread Adam Ratcliffe
Hi Pablo, I'm using Google layers under 2.9.1 with no issues so far. Cheers Adam On 25/08/2010, at 8:04 AM, Pablo Cabrera wrote: Hello, Have you guys noticed something strange happening with the google layer on OL? I mean, when use it, it stays in front of everything, even the

Re: [OpenLayers-Users] edit points in Geometry of a vector?

2010-08-12 Thread Adam Ratcliffe
Are you wanting to edit the geometry programatically or allow a user to modify the feature through direct manipulation? If the latter case then you can use the ModifyFeature control. There's an example on the OpenLayers website here: http://openlayers.org/dev/examples/modify-feature.html Cheers

Re: [OpenLayers-Users] Can't get the WFS running

2010-08-10 Thread Adam Ratcliffe
You're probably not proxying your XHR requests so the WFS requests are being blocked by the browser's security model. You can find out how to configure a proxy here: http://trac.openlayers.org/wiki/FrequentlyAskedQuestions#WhydoIneedaProxyHost Cheers Adam On 10/08/2010, at 10:37 PM, andreia

Re: [OpenLayers-Users] export map components to an image

2010-08-10 Thread Adam Ratcliffe
If you're serving your feature data from GeoServer you could take a look at the Print module: http://geoserver.org/display/GEOS/Printing+2.0+HOWTO Cheers Adam On 11/08/2010, at 12:02 AM, Imran Rajjad wrote: Hi list, I was wondering if it is possible to export the map view to an image, for

[OpenLayers-Users] Highlighting Features in Vector Layers

2010-08-03 Thread Adam Ratcliffe
Hi, I have a map with several vector layers. The application allows the user to execute a proximity search around a point, targeting one or more of the vector layers on the map - this is implemented as a WFS request with a DWITHIN filter. I would like to highlight all features displayed on

Re: [OpenLayers-Users] Problems embedding OpenLayers in a Blog

2009-12-23 Thread Adam Ratcliffe
Images are not subject to the same-origin policy that applies to data loaded via XHR which is why the map tiles load fine. One way to circumvent the browser's same-origin policy when loading data from another domain is by dynamically inserting a script tag in the DOM and using it to load

Re: [OpenLayers-Users] First try with html5 canvas for layers

2009-11-23 Thread Adam Ratcliffe
Message- From: users-boun...@openlayers.org [mailto:users-boun...@openlayers.org ] On Behalf Of Adam Ratcliffe Sent: Saturday, November 21, 2009 12:45 AM To: users@openlayers.org Subject: Re: [OpenLayers-Users] First try with html5 canvas for layers Hi Kris, Am I correct in thinking

Re: [OpenLayers-Users] First try with html5 canvas for layers

2009-11-20 Thread Adam Ratcliffe
Hi Kris, Am I correct in thinking this technique would be useful for displaying read-only vector data only? Or are you considering an approach such as overlaying a transparent image map to allow interactivity? Cheers Adam On Thu, Nov 19, 2009 at 8:58 PM, Kris Geusebroek kgeusebr...@xebia.com

Re: [OpenLayers-Users] First try with html5 canvas for layers

2009-11-20 Thread Adam Ratcliffe
real time. Perhaps I misunderstood your remark. If so feel free to contact me Cheers Kris -Original Message- From: users-boun...@openlayers.org [mailto:users-boun...@openlayers.org] On Behalf Of Adam Ratcliffe Sent: Saturday, November 21, 2009 12:45 AM To: users@openlayers.org