Re: [OpenLayers-Users] filtering WFS layers

2007-11-21 Thread goeserver developer
hi, I want to use the filter option with WFS.('filter':'myfilterstring' ) . But results are not displayed. Can Suggest a way out. Thanks Christopher Schmidt-4 wrote: On Fri, Sep 07, 2007 at 03:11:27PM +0100, David Herbert wrote: I have a requirement to apply a property filter to a WFS

[OpenLayers-Users] Drawing on the fly route

2007-11-21 Thread Matthew Pulis
Hi guys :) I am trying to make an on-the-fly route display. I managed to send the request to the PHP page to generate and XML response and a copy of this response can be found here : http://yancho.pastebin.com/f41432b0d . The URL which is sending the data is :

Re: [OpenLayers-Users] Custom control isn't working properly - how to unregister?

2007-11-21 Thread Pascal Ehlert
Hi Eric! First of all, thank you for your answer, I haven't expected it anymore. You'd also need to declare your control using something like that: OpenLayers.Control.ODAQuery = OpenLayers.Class(OpenLayers.Control, { initialize: function(options) {

Re: [OpenLayers-Users] Custom control isn't working properly - how to unregister?

2007-11-21 Thread Pascal Ehlert
FYI, I've put the current version of the mapping app on my testing server. You can access it from this address: http://odamap.hacksrus.net/map.html ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] OpenLayers demos

2007-11-21 Thread Christopher Schmidt
On Wed, Nov 21, 2007 at 10:28:02AM -0800, Jennifer Strahan wrote: Hello All, I'm interested in seeing demos of the great maps people are making with OpenLayers. A while back Christopher Schmidt made a call for demos to include in his Where 2.0 OpenLayers presentation. Does anyone know if

[OpenLayers-Users] OpenLayers demos

2007-11-21 Thread Jennifer Strahan
Hello All, I'm interested in seeing demos of the great maps people are making with OpenLayers. A while back Christopher Schmidt made a call for demos to include in his Where 2.0 OpenLayers presentation. Does anyone know if a list of URLs has been compiled? Or if a copy of the presentation

[OpenLayers-Users] ArcInfo's coverages

2007-11-21 Thread Xavier Rayo
Hi all! first of all thanks christopher for the video you ha have sent us, it will help me to understand all the things i can do with OL. Now i have a question. I'm trying to use openlayers with a wms service using mapserver to present some arcInfo's coverages i have, but i can't really see

Re: [OpenLayers-Users] ArcInfo's coverages

2007-11-21 Thread Christopher Schmidt
On Wed, Nov 21, 2007 at 08:16:24PM +, Xavier Rayo wrote: Hi all! first of all thanks christopher for the video you ha have sent us, it will help me to understand all the things i can do with OL. Now i have a question. I'm trying to use openlayers with a wms service using mapserver to

[OpenLayers-Users] Tools for cuting TMS tiles..

2007-11-21 Thread Lance Dyas
I have some effectively static data I am wondering what tools people use to generate the the tiles for a TMS layer. ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] Tools for cuting TMS tiles..

2007-11-21 Thread Christopher Schmidt
On Wed, Nov 21, 2007 at 04:50:09PM -0600, Lance Dyas wrote: I have some effectively static data I am wondering what tools people use to generate the the tiles for a TMS layer. http://www.klokan.cz/projects/gdal2tiles/ I personally just serve TMS tiles from TileCache. Regards, --

[OpenLayers-Users] Vector layer - getting error this.renderer has no properties

2007-11-21 Thread Nick Whitelegg
Hello everyone, I'm coming across a problem I can't figure out in osmajax, the OpenLayers Vector-based OSM editor I'm developing, at http://www.free-map.org.uk/freemap/javascript/osmajax-0.5/index.php The problem relates to the search facility, which moves to another location. If you select

[OpenLayers-Users] Selecting a feature - does not always work

2007-11-21 Thread Nick Whitelegg
Hello everyone, Another problem relating to the 'osmajax' editor (http://www.free-map.org.uk/freemap/javascript/osmajax-0.5/index.php - see my last post). Selecting a feature does not always work - the feature always goes blue but sometimes the status message at the top does not read you

[OpenLayers-Users] Help with creating custom controls

2007-11-21 Thread Vish Uma
Hi All, I am pretty new to OpenLayers and am trying to figure out how I can create a custom control in OpenLayers that can be placed in the ToolBar and will be used to query some data from our server. I would appreciate it if somebody could point me towards an example or instructions on how

[OpenLayers-Users] GIS Project

2007-11-21 Thread Bradley McLain
Currently I am working on an Open Source GIS project and was looking for some advice on which way to go with it. What I am trying to do is use an openlayers front end which is queryable and searchable to display custom geodata (raster and vector) of our business using Google Maps as the backdrop.