Re: [OpenLayers-Users] WMS - GeoServer

2010-03-12 Thread Piero Campa
I have a similar problem too: I want to retrieve a GeoTiff Map from Geoserver. My map projection is EPSG:900913, while the native projection of the GeoTiff map is EPSG:32633. If I make a direct HTTP request, my browser shows the reprojected GeoTiff map,

Re: [OpenLayers-Users] WMS - GeoServer

2010-03-12 Thread Piero Campa
(Just a note: I'm trying to add that WMS layer in a map with the same EPSG:32633 projection, but still no GeoTiff is returned. There is simply some kind of error in the new OpenLayers.Layer.WMS( ), independently of the reprojection issue) -- View this message in context:

Re: [OpenLayers-Users] WMS - GeoServer

2010-03-12 Thread Piero Campa
After hours of pure pleasure I found a correct syntax for the Geotiff to be visualized: var pmmap = new OpenLayers.Layer.WMS( 'MEEO PM10', 'http://localhost:8080/geoserver/wms', {layers: 'myWorkspace:myGeoTiff.geo',

[OpenLayers-Users] Need help on the best way to approach feature attribute editing

2010-03-12 Thread Stephen Woodbridge
Hi all, I'm stuck on the best conceptual approach to editing feature attributes and could really use some feedback or other ideas. In part because I think I'm too tangled in all the code parts and have lost the big picture. So at a high level I need: 1) base map - check works fine 2) vector

Re: [OpenLayers-Users] Filtering a WFS Layer

2010-03-12 Thread Ivan Grcic
Hi, OpenLayers.Filter.FeatureId should recieve object with fids property, like this: new OpenLayers.Filter.FeatureId({ fids: [feature.fid] }) On Fri, Mar 12, 2010 at 11:23 AM, Andrew Haigh haighaj+oll...@googlemail.com wrote: I'm attempting to work out how to

Re: [OpenLayers-Users] Change the color palette of a raster image

2010-03-12 Thread Ivan Grcic
Hi, you can change pallete on ur wms server, not on client (although it can maybe be possbile with canvas) Check: http://geoserver.org/display/GEOSDOC/Paletted+images+tutorial http://www.google.com/search?q=geoserver+pallete cheers On Fri, Mar 12, 2010 at 5:11 PM, Piero Campa

Re: [OpenLayers-Users] Vector text labels with offsets?

2010-03-12 Thread Brad Spencer
Stephen, Yes. This can be used to 'explode' several text items clustered around a single point. For example, stacking several text items vertically as the same point say at centroid of a polygon feature. Cheers, Brad -Original Message- From: users-boun...@openlayers.org

[OpenLayers-Users] BING and OpenLayers

2010-03-12 Thread Roger André
Hi All, I'm trying to resolve some strange behavior in my OpenLayers map. I am using a BING maps base layer, and a GeoJson feature collection layer. Both layers display in the map, but the GeoJson layer acts funny. For one thing, it is slightly offset from where it should be located, and for

Re: [OpenLayers-Users] BING and OpenLayers

2010-03-12 Thread Eric Lemoine
On Saturday, March 13, 2010, Roger André ran...@gmail.com wrote: Hi All,I'm trying to resolve some strange behavior in my OpenLayers map.  I am using a BING maps base layer, and a GeoJson feature collection layer.  Both layers display in the map, but the GeoJson layer acts funny.  For one