[OpenLayers-Users] wms coordinates

2010-07-30 Thread sasamil
Hello! Supposing that we have a wms service which converts some vector data (i.e. gml data about road-network) into raster images, is it possible to get coordinates of a certain feature (road) using the standard wms function GetFeatureInfo? Regards! -- View this message in context:

Re: [OpenLayers-Users] WMS Time Example

2010-07-30 Thread Daryl Herzmann
On Thu, Jul 29, 2010 at 5:49 AM, Jakub Rojek kuba.ro...@gmail.com wrote: Hi, I would like to ask how the radar image has to be stored in server. I have set of chronologically ordered images and I  would like to present them exactly like it is done in this example, but I do not know how to

Re: [OpenLayers-Users] wms coordinates

2010-07-30 Thread Arnd Wippermann
If it's your service, then you are responsible for the response of the GetFeatureInfo request. With MapServer I know, that you can get the geometry of matched features [shpminx], [shpminy], [shpmaxx], [shpmaxy] Minimum / maximum X or Y coordinate of shape extent. Available only when processing

[OpenLayers-Users] position: fixed map

2010-07-30 Thread Ciaran Power
Hi all, I want a user to be able to bring a map up by clicking a button, and I want the map in a fixed position (position: fixed in css). This works fine on pages that can't be scrolled. If I have a page containing a lot of text, and the user scrolls down towards the bottom, then the

[OpenLayers-Users] labels on feature help

2010-07-30 Thread ulao
Using this code I see my lines but no labels, what did I miss? var obj = new OpenLayers.Geometry.LineString(points); var newFeature = new OpenLayers.Feature.Vector( obj ); newFeature.style = { strokeWidth: 14, label: test,

[OpenLayers-Users] WMS getFeatureInfo Popup

2010-07-30 Thread Kiks
I followed the OpenLayers dev example Feature info in popup to get info about my Parcels layer, adding these lines to my html working page: info = new OpenLayers.Control.WMSGetFeatureInfo({ url: 'http://+host+/mapserverms4w/mapserv.exe', title: 'Identify features by clicking',

[OpenLayers-Users] RE [Polluriel potentiel] WMS getFeatureInfo Popup

2010-07-30 Thread Steve . Toutant
I guess these lines follow your code... map.addControl(info); info.activate(); If you don't specify any url: parameter does it work? I created this control following this example and it is working well Feature Info Example Steve Kiks enrico.o...@gmail.com@openlayers.org Envoyé par :

Re: [OpenLayers-Users] Vector layer returns entire data set

2010-07-30 Thread Bartłomiej Burkot
Hi Rohan 1) include the Singapore’s projection proj4js definition : script src=proj4js/lib/proj4js.js view-source:http://mapakrakow.pl/%7Ebbarni/mk4/proj4js/lib/proj4js.js/script script src=proj4js/lib/defs/EPSG3414.js

Re: [OpenLayers-Users] labels on feature help

2010-07-30 Thread ulao
Ok I see it, my label is a single pixel. If I max zoom it then goes a way. Backing up one level it is a single pixel. If I change my font to red the pixel is red. Why would it do that? -- View this message in context: