[OpenLayers-Users] ZoomTo Object

2007-12-12 Thread R. Ortner
Hi, I made a Query on an ka-map layer and the result is the information from my database + a zoomTo button like in ka-map. Now I´d like to take this zoomTo to zoom to the queryobjekt. My problem is now, when I click on the zoomTo from the query, something from an map_query_float.php is called (i

[OpenLayers-Users] getFeatureInfo

2007-12-11 Thread R. Ortner
hi, is there a way to expand the area of getFeatureInfo. If I click on a feature in a scale of e.g. 1:1M i have to click very precisely on the object to get a result (in a scale of 1:1 it´s basically ok). -- View this message in context: http://www.nabble.com/getFeatureInfo-tp14273029p142

[OpenLayers-Users] several getFeatureInfo requests

2007-12-11 Thread R. Ortner
Hi, when I use the getFeatureInfo request i have a little problem: When I query the fist layer the layer is queried korrekt, when I go to the next layer and query the second, the request is send for the first and the second layer. When I query the 3rd layer the query is send for the first, secon

Re: [OpenLayers-Users] different coords format

2007-12-10 Thread R. Ortner
van den Eijnden (OSGIS)-2 wrote: > > You're passing in the object, try something like: > > var coords = window[id].map.getLonLatFromPixel(e.xy.x, e.xy.y); > > var request = window[id].getFullRequestString({ > q_type: "0", > extent: window[id].map.getExten

Re: [OpenLayers-Users] different coords format

2007-12-10 Thread R. Ortner
--- Bart van den Eijnden (OSGIS)-2 wrote: > > You're passing in the object, try something like: > > var coords = window[id].map.getLonLatFromPixel(e.xy.x, e.xy.y); > > var request = window[id].getFullRequestString({ > q_type: "0", > extent: window[id]

Re: [OpenLayers-Users] different coords format

2007-12-10 Thread R. Ortner
; >> Best regards, >> Bart >> >> -- >> Bart van den Eijnden >> OSGIS, Open Source GIS >> http://www.osgis.nl <http://www.osgis.nl/> >> >> >> >> - Oorspronkelijk bericht >> Van: Christopher Schmidt <[EMA

Re: [OpenLayers-Users] different coords format

2007-12-10 Thread R. Ortner
gt; -- > Bart van den Eijnden > OSGIS, Open Source GIS > http://www.osgis.nl > > > - Oorspronkelijk bericht > Van: R. Ortner <[EMAIL PROTECTED]> > Naar: users@openlayers.org > Onderwerp: [OpenLayers-Users] different coords format > Datum: 10/

[OpenLayers-Users] different coords format

2007-12-10 Thread R. Ortner
hi, I´m trying to change the GetFeatureInfo request a little bit (to display a ka-map layer query) but have some trouble with the coordinate. I´m using basically this source code: var request = window[id].getFullRequestString({ REQUEST: "GetFeatureInfo",

Re: [OpenLayers-Users] character encoding

2007-12-05 Thread R. Ortner
ngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im > Auftrag von R. Ortner > Gesendet: Dienstag, 4. Dezember 2007 12:15 > An: users@openlayers.org > Betreff: [OpenLayers-Users] character encoding > > > hi, > > I´ve still trouble with my special chara

Re: [OpenLayers-Users] Exception Error

2007-12-04 Thread R. Ortner
hmmm thats very frustrating! what will help me? any idea? Christopher Schmidt-4 wrote: > > On Tue, Dec 04, 2007 at 05:31:43AM -0800, R. Ortner wrote: >> >> Thats the error in the error_log: >> [Tue Dec 04 13:19:01 2007] [error] [client 172.21.18.99] (2)No such file >

Re: [OpenLayers-Users] Exception Error

2007-12-04 Thread R. Ortner
be basically the same in that case? Pierre GIRAUD wrote: > > Firstly, you should probably take a look at the apache error log to > exactly see what the server error is due to. > Secondly, you may try to install and/or load the apache2 mod_pyhton > module. > > Regards, > Pi

[OpenLayers-Users] character encoding

2007-12-04 Thread R. Ortner
hi, I´ve still trouble with my special character encoding. -The database is in Latin1 and in Win-1252 (both capable of special caracters like ö,ä,ü,²,...) -the OL.php file is defined in the head sectoin as Iso-8859-1 -the template.html specified in the mapfile is defined as Iso-8859-1 when I ca

Re: [OpenLayers-Users] Exception Error

2007-12-04 Thread R. Ortner
I tried "which phyton" and get /usr/bin/python. So i changed the first line in proxy.cgi in my /var/www/cgi-bin/proxy.cgi file to #!/usr/bin/python but i still get an internal server error when i try to call this file?!! David E. Reksten wrote: > > On 04/12/2007, R. Ortner &

Re: [OpenLayers-Users] Exception Error

2007-12-04 Thread R. Ortner
> > Is your server able to connect to remote services? Does it need proxy > settings etc. to connect to outside services? Did you check your Apache > error log? > > For your javascript you should use: > > OpenLayers.ProxyHost = "/cgi-bin/proxy.cgi?url=" > &g

Re: [OpenLayers-Users] Exception Error

2007-12-03 Thread R. Ortner
your Apache config file. > > Best regards, > Bart > > R. Ortner schreef: >> need some configuration help please! >> >> i copied the proxy.cgi in my cgi-bin dir. and put the >> >> < OpenLayers.ProxyHost = "/cgi-bin/proxy.cgi?url="; > >&

Re: [OpenLayers-Users] Exception Error

2007-12-03 Thread R. Ortner
ess given] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Christopher Schmidt-4 wrote: > > On Mon, Dec 03, 2007 at 04:31:59AM -0800, R.

[OpenLayers-Users] Exception Error

2007-12-03 Thread R. Ortner
Hi, I´m using some wms layers from an PostGis DB and some wms layers from an ArcIMS server. When I request a getFeatureInfo from the PostGIS DB the Info is displayed correctly, when i try to request the getFeatureInfo on the ArcIMS layer i get the following errormessage in firebug: *

Re: [OpenLayers-Users] ISO-8859-1

2007-11-30 Thread R. Ortner
some server-side trick, since if you look in their GetFeatureInfo responses the special characters have been translated to htmlentities: Gletscherkessel Präg Best regards, Bart R. Ortner wrote: > > Hi, > > i´m now a little confused... > I looked at > http://r

Re: [OpenLayers-Users] ISO-8859-1

2007-11-30 Thread R. Ortner
yers.Util.getElement('nodeList').innerHTML = response.responseText; } Bart van den Eijnden (OSGIS)-2 wrote: > > You can use an iframe and set it's source (src) to the GetFeatureInfo URL. > > Best regards, > Bart > > -- > Bart van den Eijnden >

Re: [OpenLayers-Users] ISO-8859-1

2007-11-29 Thread R. Ortner
t; Best regards, > Bart > > -- > Bart van den Eijnden > OSGIS, Open Source GIS > http://www.osgis.nl > > > - Oorspronkelijk bericht > Van: R. Ortner <[EMAIL PROTECTED]> > Naar: users@openlayers.org > Onderwerp: Re: [OpenLayers-Users] ISO-88

Re: [OpenLayers-Users] ISO-8859-1

2007-11-29 Thread R. Ortner
ow you perform the GetFeatureInfo request? > > If the code uses responseText instead of responseXML, it can only work in > UTF-8. > > See also some threads in september titled loading XML problem, e.g.: > > http://openlayers.org/pipermail/users/2007-September/003001.html > >

Re: [OpenLayers-Users] ISO-8859-1

2007-11-28 Thread R. Ortner
Charset is set "wrong"! If i try to open the template file (template file for a getFeatrueInfo request the characters displayed correctly! only wrong when OL is involved) hope some developer can tell me how to change the default charset of OL thx R. Ortner wrote: > > Hi, &g

[OpenLayers-Users] ISO-8859-1

2007-11-28 Thread R. Ortner
Hi, where to tell OL to show the getFeatureInfo request in ISO-8859-1? (i need special character support) so far i get as a result of my request for every special character like ä or ö -> � (FF) /? (in IE). regards R. Ortner -- View this message in context: http://www.nabble.com/ISO-885

[OpenLayers-Users] query

2007-11-28 Thread R. Ortner
Hi, i was wondering if someone ever tried to implement the ka-map query funktion into OL? I have several ka-map layers loaded in my OL application and would like to query them (wms getfeatureinfo in OL is no problem but to query the ka layers are, for me). maybe someone know how to do that or k

Re: [OpenLayers-Users] Choropleth / Proportional Symbols

2007-11-28 Thread R. Ortner
tat.js. The code there should allow you > to get choropleths programmaticaly (no UI). > Sorry if it's not well documented for the moment. > > Also, don't hesitate to post your messages on mapfish lists. > > Regards, > Pierre > > On Nov 28, 2007 8:30 AM,

[OpenLayers-Users] Choropleth / Proportional Symbols

2007-11-27 Thread R. Ortner
Hi, is it possible to use funktions like Choropleth or Proportional Symbols like in this MapFish demo in OL? http://demo.mapfish.org/stable/demos/world_factbk/geostat.html -- View this message in context: http://www.nabble.com/Choropleth---Proportional-Symbols-tf4886808.html#a13987273 Sent from

[OpenLayers-Users] getFeatureInfo for ka-map layer

2007-11-27 Thread R. Ortner
oldimgid = null; } else { oldimgid = imgid; } document.getElementById('nodeList').innerHTML = ""; infobox = 0; document.getElementById(imgid).src = "img/treeme

Re: [OpenLayers-Users] theme: null = vanished buttons!?

2007-11-15 Thread R. Ortner
** Add Layers into LayerSwitcher map.addLayers([lg_wms, l_wms, b_wms, g_wms, /*l_st_wms,*/ vlayer]); map.zoomToMaxExtent(); //at startup }

Re: [OpenLayers-Users] LayerSwitcher

2007-11-15 Thread R. Ortner
, it changes color; > > map.addControl(new > OpenLayers.Control.LayerSwitcher({'div':OpenLayers.Util.getElement('layerswitcher'),activeColor:'green'})); > > But you can off course also roll you own one. > > Richard > > > > > > > > R. Or

[OpenLayers-Users] ie6 problems

2007-11-14 Thread R. Ortner
hi, i have a application which works fine in Firefox but in IE6 i get the java errof: "lon is null or no object" anybody know that problem? when i remove the layerswitcher the error is gone! map.addControl(new OpenLayers.Control.LayerSwitcher({'div':OpenLayers.Util.getElement('layerswitcher')

Re: [OpenLayers-Users] Antw: LayerSwitcher

2007-11-13 Thread R. Ortner
ms_viewer/openlayer_test/OpenLayers.php > > > >>>> "R. Ortner" <[EMAIL PROTECTED]> 11/13/07 9:58 >>> > > Hi, > > i tried to change the position of the LayerSwitcher but were not really > successfully! > first, I placed the layerswitcher o

Re: [OpenLayers-Users] LayerSwitcher

2007-11-13 Thread R. Ortner
that? HuubAtGeodan wrote: > > Hi R. > > The position of mapcontrols can be changed by editing and including the > style.css file in for instance > > .\OpenLayers\theme\default\ > > > Regards, Huub > > On 11/13/2007 9:58 AM, R. Ortner wrote: >> H

[OpenLayers-Users] LayerSwitcher

2007-11-13 Thread R. Ortner
Hi, i tried to change the position of the LayerSwitcher but were not really successfully! first, I placed the layerswitcher outside the map and I tried to change the position within the div tag but that had no effect, it still remained top right. next, I changed the layerswitcher.js, that worked

Re: [OpenLayers-Users] theme: null = vanished buttons!?

2007-11-11 Thread R. Ortner
-- End Layers -- //* Add Layers into LayerSwitcher map.addLayers([lg_wms, l_wms, b_wms, g_wms, /*l_st_wms,*/ vlayer]);

Re: [OpenLayers-Users] theme: null = vanished buttons!?

2007-11-11 Thread R. Ortner
ntainer} ); map.addControl(panel); //END --- Edit Toolaber -- // Layers -// . . . . // ------- End Layers -- geol

Re: [OpenLayers-Users] theme: null = vanished buttons!?

2007-11-10 Thread R. Ortner
: > > On Fri, Nov 09, 2007 at 01:11:45AM -0800, R. Ortner wrote: >> >> Hi, >> >> I have a really annoying problem with my map. >> >> I have a application where I have nearly every mapcontrol outside the >> map. >> Everything worked fine (exce

[OpenLayers-Users] theme: null = vanished buttons!?

2007-11-09 Thread R. Ortner
Hi, I have a really annoying problem with my map. I have a application where I have nearly every mapcontrol outside the map. Everything worked fine (except the black background behind the overview) till i used {theme:null} within my options to remove the background from my overviewmap. After th

Re: [OpenLayers-Users] OverviewMap Container

2007-11-08 Thread R. Ortner
var panel = new OpenLayers.Control.EditingToolbar( vlayer, {div: container} ); map.addControl(panel); . . is gone! I see the white background but the buttons are disappeared!?! any idea why? R. Ortner wrote: > > Great, Thank Your Richard that worked perfect

Re: [OpenLayers-Users] OverviewMap Container

2007-11-08 Thread R. Ortner
me: null}. This will disable the default method of loading > the stylesheet and allow you to declare style rules in your own linked > stylesheets or style tags. > << end cut > > Richard Duivenvoorde > > > R. Ortner wrote: >> hi, >> >>

Re: [OpenLayers-Users] OverviewMap Container

2007-11-08 Thread R. Ortner
hi, no, i only use my own stylesheet, here is the beginning of my html file: http://www.w3.org/1999/xhtml";> .olControlOverviewMapElement { background-color: green; }

[OpenLayers-Users] OverviewMap Container

2007-11-08 Thread R. Ortner
Hi, i put the Overviewmap outside my map with the http://www.nabble.com/OverviewMap-Container-tf4770009.html#a13644174 Sent from the OpenLayers Users mailing list archive at Nabble.com. ___ Users mailing list Users@openlayers.org http://openlayers.org/

Re: [OpenLayers-Users] search/query

2007-11-07 Thread R. Ortner
site with the "I" button and the seach bar I found today: http://www.microimages.com/ogc/maps/nebraskaopen.htm? Eric Lemoine-3 wrote: > > On Nov 7, 2007 8:31 AM, R. Ortner <[EMAIL PROTECTED]> > wrote: >> >> hi, >> >> how i can make a serch and qu

[OpenLayers-Users] PanZoomBar position

2007-11-07 Thread R. Ortner
hi, How can i change the position in % of the page not in px? i finaly made it to change the position of the PanZoomBar but have anyone an idea how i can change it to a relative position. I´d like to give the position in % of the page not absolute in px!?! // - PanZoo

[OpenLayers-Users] search/query

2007-11-06 Thread R. Ortner
hi, how i can make a serch and query function in openlayers to seach attributes from my layers? thx -- View this message in context: http://www.nabble.com/search-query-tf4763135.html#a13622544 Sent from the OpenLayers Users mailing list archive at Nabble.com.

Re: [OpenLayers-Users] drag zoom control images

2007-11-06 Thread R. Ortner
I´ve exactly the same problem. When i move the slider with the mouse, the slider stick to my cursor. When i move away from the slider and then go back with the mouse the slider is still pending on the mousecursor and moves also out of range. don´t know how to fix that Eric Jarvies wrote: > >

Re: [OpenLayers-Users] PanZoomBar position

2007-11-06 Thread R. Ortner
seems to be overwrite the styles from the html file bradleyspencer wrote: > > This is how I do it with no real problems. > > http://demo.cubewerx.com.au/test.html > > Cheers, > > Brad Spencer > > > -Original Message- > From: [EMAIL PROTECTED] [ma

[OpenLayers-Users] PanZoomBar position

2007-11-06 Thread R. Ortner
hi, i set the panzoombar outside the map, but now i cant change the position of the panzoombar. It allways remain in the left upper corner of the page. Where can I change the position? i tried this and this works for the layerswitche and the editingtoolbar but not for the panzoombar! why? map

Re: [OpenLayers-Users] editingtoolbar position in custom application

2007-11-05 Thread R. Ortner
height: 70%; border: 0px solid black; top: 100; left: 0px; now i have to find this for the editingtoolbar R. Ortner wrote: > > Hi, > > i tried to implement the editingtoolbar-outside example into my > application. > Basically it worked

[OpenLayers-Users] editingtoolbar position in custom application

2007-11-05 Thread R. Ortner
Hi, i tried to implement the editingtoolbar-outside example into my application. Basically it worked to put the toolbar outside my map but the toolbar is displayed on the top right of my html page. How/Where can i change that? I expected that the position is managed by the style section with .olC

Re: [OpenLayers-Users] image format

2007-10-24 Thread R. Ortner
t; -- > Bart van den Eijnden > OSGIS, Open Source GIS > http://www.osgis.nl > > > - Oorspronkelijk bericht > Van: R. Ortner <[EMAIL PROTECTED]> > Naar: users@openlayers.org > Onderwerp: [OpenLayers-Users] image format > Datum: 24/10

[OpenLayers-Users] image format

2007-10-24 Thread R. Ortner
hi, i tried to load data from an arcims server. when i load my countryboundaries i get some strange lines i wont like. here is my call in the openlayers javascript section: var g_wms = new OpenLayers.Layer.WMS( "PolitischeGemeinden WMS", "http://gis.ktn.gv.at/wmsconnecto

[OpenLayers-Users] ecw image problem

2007-10-17 Thread R. Ortner
hi, i tried again to show my orthophotos correctly but it didn´t worked out. i had 24bit jpg with .jgw worldfiles and 24 bit ecw files with georeference embedded. my next attemp was to reduce the 24 bit ecw with embedded georeference to 8 bit but the ermapper software cant do that (no option for

Re: [OpenLayers-Users] how to save polygons or lines

2007-10-17 Thread R. Ortner
at 12:51:27AM -0700, R. Ortner wrote: >> >> i addet the EditingToolbar to my map and now i like to save the drawn >> polygons and lines to a file so that i can racall them when i reload the >> map. is that possible? > > It's possible to serialize f

[OpenLayers-Users] how to save polygons or lines

2007-10-15 Thread R. Ortner
i addet the EditingToolbar to my map and now i like to save the drawn polygons and lines to a file so that i can racall them when i reload the map. is that possible? -- View this message in context: http://www.nabble.com/how-to-save-polygons-or-lines-tf4625017.html#a13208182 Sent from the OpenLa

[OpenLayers-Users] 8 bit images

2007-10-12 Thread R. Ortner
hi, i´m loading my orthophotos in my openlayers file with 2 methodes. 1. with wms 2. with ka-map when i load it with wms i can display them prefectly as png24 in 24bit when i load it with ka-map i only geht 8 bit images (with png of course, but when i change it to jpeg or png24 i only get "a ca

Re: [OpenLayers-Users] preload layers

2007-10-11 Thread R. Ortner
This is what OpenLayers is supposed to do. If something else is happening, it is either a misconfiguration or a bug. Can you share the HTML this is happening with? Regards, -- Christopher Schmidt MetaCarta ___ http://www.w3.org/1999/xhtml";>

[OpenLayers-Users] preload layers

2007-10-11 Thread R. Ortner
hi, i made a map with 10 layers (wms and ka-map), 2 of them visible at the beginning. it looks like that openlayers is preloading every 10 layers (more than 200 elements) at startup. is it possible to restrict the loading elements only to the 2 active layers and loading the rest after klicking t

[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] ka-map with openlayers; pink tiles; no images

2007-10-08 Thread R. Ortner
Hi, i made a ka-map application with orthophotos which basically works fine with ka-map. now i tried to show that with openlayers but i get only pink tiles and no images are displayed. http://www.nabble.com/file/p13096780/pink_tiles.jpg --