[OpenLayers-Users] problems with zoom and resolutions

2010-07-28 Thread Francesco Angi
Hi everybody, I'm building an application based on OpenLayers but, strange enough, I'm facing a problem with zoom and resolutions. Though I googled a lot and searched through the mailing list, I still haven't found the correct answer to how to calculate resolutions. Here's how I calculate th

Re: [OpenLayers-Users] Popup over GPX track

2010-05-17 Thread Francesco
ot;Waze Mobile Ltd (1.4.0.1) - http://roadmap.digitalomaha.net/editor.html"; xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd";> 2010-05-16T10:46:10Z 0 . I would like to display inside the popu

[OpenLayers-Users] Fwd: Re: Popup over GPX track

2010-05-12 Thread Francesco
Galpin A: Francesco Francesco, the feature attributes will be in feature.attributes (feature.attributes.name etc) hth, charles On May 11, 2010, at 12:43 PM, Francesco wrote: Hi, I'm trying to display a popup on mouse over GPX track. This is the code used to load the track:

[OpenLayers-Users] Popup over GPX track

2010-05-11 Thread Francesco
egment and extract attributes to display inside the popup. Any idea? Tnx Francesco ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

[OpenLayers-Users] ZK and openlayer.....

2010-03-24 Thread Francesco D'Amore
with Openlayers, such as integration between GWT and openayer, are very important for many users working web application... Thank you for your halp and suggestions and I hope that this post not appears so OT -- Ing. Francesco D'Amore blog: www.marinajonica.org link

[OpenLayers-Users] WMSGetFeatureInfo

2010-03-23 Thread Francesco D'Amore
... and not "undefined". In the OpenLayer examples coming in the downloaded package, the reguest is without any style and the systems works. Any suggestions How can I get the request string without Style "undefined"? -- Ing. Francesco D'Amore blog: www.m

Re: [OpenLayers-Users] "srs" contains unacceptable value with WMS from ARCGIS server

2010-02-10 Thread Francesco Pennica
I had the same problem; a simple way is to force OL to send the request with "EPSG:102113" instead of "EPSG:900913", so you can either modify the "getFullRequestString" function in OpenLayers.Layer.WMS class or override it. I used this override with Ext JS and added a boolean option in the layer de

Re: [OpenLayers-Users] Loading asynchronous data

2009-12-14 Thread Carlo Francesco Romano
Hi try this OpenLayers.loadURL("url", GetParameter, null (for unhandled not ok callback function) , Function); refernces here http://dev.openlayers.org/docs/files/OpenLayers/Ajax-js.html#Ope

Re: [OpenLayers-Users] switching default layer before initial map display

2009-08-31 Thread Francesco Pennica
Hello, I think you just have to change the order when you add layers to map: map.addLayers([googlestreetsLayer,googlephysicalLayer,...]); to: map.addLayers([googlephysicalLayer,googlestreetsLayer,...]); 2009/8/31 > Hi All, > > With the following code, I created a few google layers. Google