Re: [OpenLayers-Users] which js files the methods getScale getLength getArea in?

2007-10-10 Thread Eric Lemoine
On 10/11/07, Yang Zhaohui <[EMAIL PROTECTED]> wrote: > > Hello dear sir, > I am very appreciated with the OpenLayers 2.5.I am very like the new > features added. > I have a problem to consult you about the methods >map.getScale() , >feature.geometry.getLength() >

Re: [OpenLayers-Users] OpenLayers in Rails

2007-10-10 Thread staff-gmail
angus scown wrote: > staff-gmail wrote: >> The control icons are not showing up in Rails - I have OpenLayers.js >> from the build directory in the Rails javascripts folder and put the >> /img and /theme also within the javascripts folder but they are not >> being accessed correctly. The contro

[OpenLayers-Users] which js files the methods getScale getLength getArea in?

2007-10-10 Thread Yang Zhaohui
Hello dear sir, I am very appreciated with the OpenLayers 2.5.I am very like the new features added. I have a problem to consult you about the methods map.getScale() , feature.geometry.getLength() and feature.geometry.getArea(). Because the coordinates I us

Re: [OpenLayers-Users] OpenLayers in Rails

2007-10-10 Thread angus scown
staff-gmail wrote: > The control icons are not showing up in Rails - I have OpenLayers.js > from the build directory in the Rails javascripts folder and put the > /img and /theme also within the javascripts folder but they are not > being accessed correctly. The control buttons seem to work ok

Re: [OpenLayers-Users] Problem with transparent PNG's and IE6

2007-10-10 Thread Glen Stampoultzis
On 11/10/2007, jonz <[EMAIL PROTECTED]> wrote: > > I don't know what your code was to generate the image nor do I understand > what was expected, but I too dealt with the transparent PNG IE6 "problem" in > the HTML content of a popup div. What I did was to convert every tag > so for example >

Re: [OpenLayers-Users] [OpenLayers-Dev] Look who's using OpenLayers....

2007-10-10 Thread Eric Lemoine
Their pushpin icons are very cool! -- Eric ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] dynamic markers

2007-10-10 Thread Eric Lemoine
On 10/10/07, Tara Athan <[EMAIL PROTECTED]> wrote: > I should have been more specific in my question. > I would like to create the textfile for the markers, titles and > descriptions dynamically from a database so that users can enter new > markers and they appear on the map with minimal interventi

Re: [OpenLayers-Users] MapServer to OpenLayers line rendition

2007-10-10 Thread Steve Lime
Looking back at the original email Aileen sent there was a reference to this layer creation code: var myqry = new OpenLayers.Layer.MapServer.Untiled("Map", "/cgi-bin/mapserv?", {map: '/home/to/my/map.map', layer:'#qrylayer#', map_#qrylayer#:'classitem+#qryitem#+expression+#q.code#', format: '

[OpenLayers-Users] dynamic markers

2007-10-10 Thread Tara Athan
I should have been more specific in my question. I would like to create the textfile for the markers, titles and descriptions dynamically from a database so that users can enter new markers and they appear on the map with minimal intervention from me. I was planning to do this by the following st

Re: [OpenLayers-Users] icons in Layer.Text

2007-10-10 Thread Linda Rawson
Tara, For SQL Server, Take a look at this article... http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=74882 OR You can set up an ODBC link and connect to that link via Excel to produce a spreadsheet from which you could produce a text file. Linda Rawson On 10/9/07, Tara Athan <[EMAIL PROTEC

Re: [OpenLayers-Users] OpenLayers in Rails

2007-10-10 Thread Michael Quentel
Try modifying the image path in Utils.js to what the Rails application would use for the img and theme directories. Regards, Mike Quentel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Schmidt Sent: Wednesday, 10 October 2007 02:13 To: s

Re: [OpenLayers-Users] Problem with transparent PNG's and IE6

2007-10-10 Thread jonz
I don't know what your code was to generate the image nor do I understand what was expected, but I too dealt with the transparent PNG IE6 "problem" in the HTML content of a popup div. What I did was to convert every tag so for example /img/OpenLayers/pop/ul.png becomes in t

Re: [OpenLayers-Users] wms scalehint and minScale maxScale

2007-10-10 Thread Zac Spitzer
still doesn't seem to work properly... there are very few occurances of minScale in the whol openlayers code base, hmm? z On 10/10/07, Chris Tweedie <[EMAIL PROTECTED]> wrote: > Try maxscale : 1.5mill and minscale : 3500 > > Havent tested it though, but if GA stick to the ESRI recommendations th

Re: [OpenLayers-Users] Line Render 'bug' on drag

2007-10-10 Thread William Bronsema
Hi Andre, I have a similar issue and have found that it only occurs in IE. Is this the same for you? Cheers, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andre Lockhart Sent: Wednesday, October 10, 2007 2:45 AM To: 'Pierre GIRAUD' Cc: users@open

Re: [OpenLayers-Users] wms scalehint and minScale maxScale

2007-10-10 Thread Chris Tweedie
Try maxscale : 1.5mill and minscale : 3500 Havent tested it though, but if GA stick to the ESRI recommendations they use the 3846.15 multiplier. From this number you can kinda of guesstimate the rest. Chris On Wed, 10 Oct 2007 04:56:09 -0700 (PDT), zspitzer <[EMAIL PROTECTED]> wrote: > > using

[OpenLayers-Users] wms scalehint and minScale maxScale

2007-10-10 Thread zspitzer
using this wms server http://mapconnect.ga.gov.au:80/wmsconnector/com.esri.wms.Esrimap/GDA94_MapConnect_SDE_250kmap_WMS? I am trying to set the min and max scale for the layer, the WMS getCapabilites has for example If i set this via maxScale and minScale in the Layer, the layer never shows

Re: [OpenLayers-Users] GUI frameworks

2007-10-10 Thread Claude Philipona
At the time looked at the frameworks, dojo was doing better on the template part. This seems to be a little bi different now. Another issue is the licence. Ext has three kind of license (Commercial, OpenSource LGPL 3.0 and OEM) (see http://extjs.com/license ). Having the Open source licence in

[OpenLayers-Users] using openlayers on a working ka-map

2007-10-10 Thread R. Ortner
Hi, I have a runnig ka-map (data from a postgis server) and now I would like to show the data over OpenLayers by using the ka-map files but I need some help because i do not really know how. can anyone plz. advice me how i do that, how the index.html looks like, ... I tried this for the index.h

[OpenLayers-Users] Problem with transparent PNG's and IE6

2007-10-10 Thread Glen Stampoultzis
I've got a bit of a problem with transparent PNG's in IE6. I'm using the good old transparent PNG fix for IE 6 that is provided in OpenLayers. This works great on my main map but I have a special customized popup that contains it's own little map and I get some very strange problems there. Take