Re: [OpenLayers-Users] Using OpenLayers with Google, Vector and Geoscopio layers

2010-05-21 Thread Willy
I've tried also in that way (and in many others), but the Tuscany map is not properly shown (it's very small and moved respect the others). 2010/5/20 cdobell cdob...@meteostar.com Your Tuscany Map url has SRS=EPSG:3003 which is not your map displayProjection. Change that to SRS=EPSG:4326.

[OpenLayers-Users] loading panel question

2010-05-21 Thread Chris Green
Hi list I have been trying to make the loading panel work, as per http://trac.openlayers.org/wiki/Addins/LoadingPanel but can't seem to make it work. I am using OL 2.8 (also tried 2.9 - same problem) which is referenced in my code as: script

Re: [OpenLayers-Users] loading panel question

2010-05-21 Thread Bart van den Eijnden (OSGIS)
Hi Chris, if you do it this way, you need to add an entry to your OpenLayers.js: if(!singleFile) { var jsfiles = new Array( .. OpenLayers/Control.js, OpenLayers/Control/LoadingPanel.js, .. Best regards, Bart Hi list I have been

[OpenLayers-Users] IE7 and Firefox draws icons to different places

2010-05-21 Thread ahlah
Hi, I have some icons in my map ponting to interesting places. Points are vector features and icon path is in styleparameters of the feature. There is also graphicWidth and graphicHeight values but no graphicXOffset and no graphicYOffset in styleparameters. Left picture is from Firefox and

Re: [OpenLayers-Users] loading panel question

2010-05-21 Thread Chris Green
Hi Bart Thanks for the help. I found if(!singleFile) {var jsfiles = new Array(. in OpenLayers.js and added OpenLayers/Control.js, OpenLayers/Control/LoadingPanel.js, at the end of the (very long) list of controls. Unfortunately I still get the same result:

[OpenLayers-Users] Control.SelectFeature issue on FF (but not on Chrome)

2010-05-21 Thread Alessandro Pasotti
Hello, I've discovered a strange behaviour (bug?) with FF and select control. Basically, it happens when you already have an active control Control.SelectFeature attached to a layer and you add a new layer with its own Control.SelectFeature, on FF the control attached to the first layer will

Re: [OpenLayers-Users] Control.SelectFeature issue on FF (but not on Chrome)

2010-05-21 Thread Frederic Junod
Hello, Same behavior here. But it works when the 2 vector layers are passed to the SelectFeature control: new OpenLayers.Control.SelectFeature([vectorLayer, vectorLayer2], { clickout: true, hover: false }); Is that what you used ? fredj On Fri, May 21, 2010 at 12:08 PM, Alessandro Pasotti

Re: [OpenLayers-Users] Control.SelectFeature issue on FF (but not on Chrome)

2010-05-21 Thread Alessandro Pasotti
In data venerdì 21 maggio 2010 12:19:37, Frederic Junod ha scritto: : Hello, On Fri, May 21, 2010 at 12:08 PM, Alessandro Pasotti ale@tiscali.it wrote: Hello, I've discovered a strange behaviour (bug?) with FF and select control. Basically, it happens when you already have an

Re: [OpenLayers-Users] loading panel question

2010-05-21 Thread Bart van den Eijnden (OSGIS)
Hi Chris, only add the line wrt to the LoadingPanel.js, not an extra line for Control.js. Install Firebug in Firefox and see if the file actually gets loaded in the scripts tab. Best regards, Bart Hi Bart Thanks for the help. I found if(!singleFile) {var jsfiles = new Array(. in

Re: [OpenLayers-Users] loading panel question

2010-05-21 Thread Chris Green
Bart I changed the entry so it only adds OpenLayers/Control/LoadingPanel.js, but still the same result. The Firefox script tab shows a list of controls but LoadingPanel.js is not there. Could it be a problem with the LoadingPanel.js file? Chris -Original Message- From: Bart van den

[OpenLayers-Users] Large Dataset

2010-05-21 Thread Yurka
Hi, I need an advice. I have a dataset of about 1.5Mil locations that i need to display within OpenLayers. Also currently i'm displaying results as a WMS layer at the moment (there is geoserver running in the background). There are number of filters that i'm applying to minimize number of

Re: [OpenLayers-Users] Large Dataset

2010-05-21 Thread Mapmaker
Yurka, What format are you storing your data in? Shapefile... PostGIS? I doubt there is a much more efficient way of handling that size dataset than your current GeoServer/WMS method. You may be able to optimize your current setup by utilizing PostGIS Views rather than WMS Filters. You may

Re: [OpenLayers-Users] Large Dataset

2010-05-21 Thread Yurka
Well it may sound weird but the data is stored in MYSql ... Transfer to PostGIS was my next step to try. If i understood you correctly, in my case its impossible to use views since some of the input comes from user. I will try to use singe tiled WMS see if its better. Thanks for quick

Re: [OpenLayers-Users] Large Dataset

2010-05-21 Thread Adam Eskreis
Pretty standard question, but do you have any indexes on the data? On Fri, May 21, 2010 at 3:27 PM, Yurka yuratse...@gmail.com wrote: Well it may sound weird but the data is stored in MYSql ... Transfer to PostGIS was my next step to try. If i understood you correctly, in my case its

Re: [OpenLayers-Users] Large Dataset

2010-05-21 Thread Yurka
Yes, each field i filter by is indexed, Also i couldn't create GIS-Index on MySQL due to non-null constrain but I should be able to once i remove all nulls. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Large-Dataset-tp5085920p5086038.html Sent from the OpenLayers

[OpenLayers-Users] Dateline panning

2010-05-21 Thread Brian Russo
The nabble archive search is down so there may have been prior discussion on this. Are there any plans to support (or is it possible now) to do 'infinite' panning around the dateline w/OL? I.e. how google and bing's map apis let you keep panning east/west indefinitely. thanks, - bri -- Brian