Re: [OpenLayers-Users] Loading Panel issue with IE

2009-05-13 Thread Alessio Di Lorenzo
Bart van den Eijnden (OSGIS)-2 wrote: > > Hi, > > do you have an example which I can use to reproduce the issue? > Sure :) http://oiebtnet.izs.it/OieMaps2/ -- View this message in context: http://n2.nabble.com/Loading-Panel-issue-with-IE-tp2879617p2886654.html Sent from the OpenLayers

[OpenLayers-Users] Loading Panel issue with IE

2009-05-13 Thread Alessio Di Lorenzo
Hi all, I have a problem with the loading panel in my webmapping application when using microsoft IE. I have Google maps layers for base and some WMS overlays via tilecache. The loading panel works very well in Firefox but in IE it does not disappear even if all my layers are loaded... I use Op

Re: [OpenLayers-Users] Problem alternating google bases with my own wms bases

2009-05-11 Thread Alessio Di Lorenzo
Sorry... but I have to UP! :) Does exist a way to sync the zoom levels of Google base layers and WMS base layers without removing numZoomLevels and maxZoomLevel? Alessio Di Lorenzo wrote: > > Hi List, > > I have a map that uses Google layers as default base layers and I de

Re: [OpenLayers-Users] distances in spherical mercator

2009-03-20 Thread Alessio Di Lorenzo
t expects > coordinates in decimal degrees. > > - Bill Thoen > > Alessio Di Lorenzo wrote: >> Hi all, >> >> I'm using the measurement tool in an application that uses google maps as >> base. >> My problem is that the measurement tool calculate the pl

[OpenLayers-Users] distances in spherical mercator

2009-03-19 Thread Alessio Di Lorenzo
Hi all, I'm using the measurement tool in an application that uses google maps as base. My problem is that the measurement tool calculate the planar distance (instead geodesic)... I tried to use the Util.distVincenty and it works (very good) only if my map projection is 4326. Snippet: function

Re: [OpenLayers-Users] asking the same layer to mapserver and tilecache depending on resolution

2009-02-16 Thread Alessio Di Lorenzo
olution connected to > MapServer? > > Cheers, > > Eric > > 2009/2/13, Alessio Di Lorenzo : >> >> Hi guys, >> >> I'm developing a little webgis and I need to use some wms layer that are >> requested in two different ways: >> >> - whe

[OpenLayers-Users] asking the same layer to mapserver and tilecache depending on resolution

2009-02-13 Thread Alessio Di Lorenzo
Hi guys, I'm developing a little webgis and I need to use some wms layer that are requested in two different ways: - when the map resolution is <= 305.7481130859375 I want to request the cached layer (with TileCache) - when the resolutione is > 305.7481130859375 I want to send directly the wms

[OpenLayers-Users] Problem alternating google bases with my own wms bases

2009-02-06 Thread Alessio Di Lorenzo
Hi List, I have a map that uses Google layers as default base layers and I defined some options to avoid zooming too close or too far on the map options = { controls:[], maxExtent: bounds, restrictedExtent: restrBounds, maxResolutio

[OpenLayers-Users] FramedCloud autoSize in IE6/7

2008-08-29 Thread Alessio Di Lorenzo
Hi list, I'm working on an application using kml placemarks and showing the point description in a framed cloud popup. It works fine in FF but not in IE (6 and 7). The problem is that popups do not autosize properly and they look very "lengthened" on the y direction and disproportionate... You

Re: [OpenLayers-Users] GetFeatureInfo in a FrameCloud popup

2008-06-09 Thread Alessio Di Lorenzo
,min_ll.lat), > new OpenLayers.Size(400,500), > innerhtmlgoeshere, null, true); > map.addPopup(popup); > > > Hope that helps, > Regina > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTE

Re: [OpenLayers-Users] New site that uses OpenLayers: ridethecity.com

2008-06-09 Thread Alessio Di Lorenzo
The routing feature is simply grate! very good job alessio Tim Schaub ha scritto: > Hey- > > Jordan Anderson wrote: > >> Hi all, >> >> I just launched a website that provides that provides point-to-point >> bicycle routing instructions in New York City. Its backend is PostGIS, >> uses pgRout

Re: [OpenLayers-Users] GetFeatureInfo in a FrameCloud popup

2008-06-08 Thread Alessio Di Lorenzo
Thank you a lot Eric > > (untested) this will be my care! :) ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] GetFeatureInfo in a FrameCloud popup

2008-06-08 Thread Alessio Di Lorenzo
Hi Eric > You probably mean: . > Yes... sorry for the wrong link > >> Is it possible? >> > > Sure, just create a framedcloud popup in the OpenLayers.loadURL() callback. > Thank you very much. I'll try as soon as! Could you sh

[OpenLayers-Users] GetFeatureInfo in a FrameCloud popup

2008-06-08 Thread Alessio Di Lorenzo
Hi list, I'd like to obtain the WMS GetFeatureInfo response in a framecloud popup instead in a separate frame/div (as displayed in the example at http://openlayers.org/dev/examples/example-list.html ). Is it possible? Are there any working examples that I can view? thaks in advance, alessio _

Re: [OpenLayers-Users] overviewmap style properties

2008-05-19 Thread Alessio Di Lorenzo
s not necessary. > > The !important declaration is useful where style is declared in the > code. This exists in many places in the library - it is an > acknowledged problem waiting for a champion. The overview map is > already styled with css. > > Again, if you properly link

Re: [OpenLayers-Users] overviewmap style properties

2008-05-19 Thread Alessio Di Lorenzo
apElement class can't overwrite >> the correspondent class in the default style.css if using IE (I hate >> IE...) >> >> >> >> >> Alessio Di Lorenzo ha scritto: >> >>> Hi and thanks for your answer Christian. >>> Your suggestio

Re: [OpenLayers-Users] overviewmap style properties

2008-05-19 Thread Alessio Di Lorenzo
(I hate IE...) Alessio Di Lorenzo ha scritto: > Hi and thanks for your answer Christian. > Your suggestion works well in Firefox :-) > ...but not with IE. > I added this css definition to my custom stylesheet: > > .olControlOverviewMapElement{ >-moz-border-radius-bottom

Re: [OpenLayers-Users] overviewmap style properties

2008-05-19 Thread Alessio Di Lorenzo
te a new css and link it in your page, or put a style section > in your page's head after the inclusion of the OL css.. > There you override the styles that you want to change. > > HTH > > On Sun, May 18, 2008 at 6:10 PM, Alessio Di Lorenzo > <[EMAIL PROTECTED]> wrot

[OpenLayers-Users] overviewmap style properties

2008-05-18 Thread Alessio Di Lorenzo
Hi list, I'm working on the overview map outside the map viewport and everything is going fine but I don't uderstand if it is possible to restyle the overview map (by deleting, for example, the blue border) without working directly on the style.css file. I read the online docs concerning the m

Re: [OpenLayers-Users] multiple epsg coordinates display

2008-04-24 Thread Alessio Di Lorenzo
x27;proj4js/lib/'; in the init function to access to projCode/utm.js, that is needed to interpret UTM EPSGs Hope this will be helpful for someone in future, alessio Alessio Di Lorenzo ha scritto: > Hello, > > by reading on the web I noticed that what I want to do is possible &

Re: [OpenLayers-Users] multiple epsg coordinates display

2008-04-23 Thread Alessio Di Lorenzo
Hi Chris, > With a full HTML example, probably someone could. > > Regards, > this is my code: demo 02 var map; //Evita le mattonelle rosa in caso di errore OpenLayers.IMAGE_RELOAD_ATTEMPTS = 3; OpenLayers.Util.onImageLoadErrorColor = "transparent";

Re: [OpenLayers-Users] multiple epsg coordinates display

2008-04-23 Thread Alessio Di Lorenzo
Hi, as explained I need to show the MousePosition coordinates values in epsg 4326 even if my map is in epsg 32633. Well, this topic seems aswer my needs. http://www.nabble.com/How-to-change-displayProjection-for-MousePosition-Control-td16331163.html#a16340730 So, I tried to do the following: 1)

Re: [OpenLayers-Users] multiple epsg coordinates display

2008-04-21 Thread Alessio Di Lorenzo
Hello, by reading on the web I noticed that what I want to do is possible through proj4js library "Support for reprojecting user-facing controls like mouseposition" Cuold someone show me any examples? Alessio Di Lorenzo ha scritto: > Hi list, > > I have a little OL appli

[OpenLayers-Users] multiple epsg coordinates display

2008-04-20 Thread Alessio Di Lorenzo
Hi list, I have a little OL application showing data in utm33-wgs84 (epsg: 32633) and I'm using a separate div to display the mouse position in 32633 with no problems. What I'd like to do is to display the mouse position also in geographical wgs84 (epsg: 4326) in another different div. In this

Re: [OpenLayers-Users] WFS layers loaded are not visible [Solved]

2008-03-05 Thread Alessio Di Lorenzo
You're right Christopher. By changing the allowedHosts var like the following (without 'http://' before 'localhost') allowedHosts = ['www.openlayers.org', 'openlayers.org', 'labs.metacarta.com', 'world.freemap.in', 'prototype.openmnnd.org', 'geo.openplans.org',

Re: [OpenLayers-Users] WFS layers loaded are not visible [Solved]

2008-03-05 Thread Alessio Di Lorenzo
proxy and wfs and I saw all the code > examples, but don't understand why my wfs layers are unaccessible and > generate the bad gateway. > > alessio > > > > Alessio Di Lorenzo ha scritto: >> Hi Christopher, >> >> may be you are talking about this

Re: [OpenLayers-Users] WFS layers loaded are not visible

2008-03-04 Thread Alessio Di Lorenzo
Hi Christopher, may be you are talking about this? allowedHosts = ['www.openlayers.org', 'openlayers.org', 'labs.metacarta.com', 'world.freemap.in', 'prototype.openmnnd.org', 'geo.openplans.org','http://localhost'] the wfs server is in localhost (I added the loca

Re: [OpenLayers-Users] WFS layers loaded are not visible

2008-03-04 Thread Alessio Di Lorenzo
Arnd Wippermann ha scritto: > Hi Alessio, > > When the console tab shows nothing, i would think so. > > You have only one layer in your map, the WFS-layer. It seems, that the > WFS-layer can not be a baselayer. Try to add as baselayer some WMS > (metacarta from examples) and the WFS as overlay. >

Re: [OpenLayers-Users] WFS layers loaded are not visible

2008-03-02 Thread Alessio Di Lorenzo
mmm... my firebug console tab is empty even if I reload my page several times. What does it mean? The wfs request does not start? My OL javascript looks correct and the cgi proxy script works (I suppose...) Arnd Wippermann ha scritto: > Hi Alessio, > > When you open Firebug after the WFS reques

Re: [OpenLayers-Users] WFS layers loaded are not visible

2008-02-29 Thread Alessio Di Lorenzo
Hi Arnd, I had the exactly opposite problem when I tried with geoserver: it worked with IE6 and not in Firefox... Now, I am in a linux localhost environment, generating the service with mapserver and I'm working only with FF. Firefox console and firebug don't show me any errors. I also tried y

Re: [OpenLayers-Users] WFS layers loaded are not visible

2008-02-29 Thread Alessio Di Lorenzo
I'm still fighting against this problem... but without any success. Suggestions will be very appreciated! thx :) Alessio Di Lorenzo ha scritto: > Hi list, > > I have a problem with openlayers 2.5 and WFS layers generated from > umn-mapserver. > > The WFS service is

[OpenLayers-Users] WFS layers loaded are not visible

2008-02-26 Thread Alessio Di Lorenzo
Hi list, I have a problem with openlayers 2.5 and WFS layers generated from umn-mapserver. The WFS service is running and serving the layers properly (I tested it with qgis and udig) but when I try to load the wfs layer in my OL application, even if it doesn't give errors, it is "invisible". I