RE: [mapserver-users] WMS GetFeatureInfo beyond scale

2009-10-07 Thread seis4web
Hi David, thank you very much for your help! Your suggestion worked very well for me! Regards, Nina -Ursprüngliche Nachricht- Von: Fawcett, David david.fawc...@state.mn.us Gesendet: 06.10.09 16:24:45 An: mapserver-users@lists.osgeo.org Betreff: RE: [mapserver-users] WMS

[mapserver-users] Mapserver Tutorial - Section 3 and Section 4

2009-10-07 Thread Ted Spradley
http://mapserver.org/tutorial/index.html#tutorial Paragraph two references 'Section three introduces the use of HTML templates to provide a “query” interface. Finally, section four introduces some advanced user interface concepts.' I am unable to find links to Sections 3 and 4. Are these

[mapserver-users] Print template and WMS

2009-10-07 Thread Ruby
Greetings, I employ a print function via javascript button in an HTML map template. The print template produces a higher resolution version of the existing map in a new window. The print form I am using works perfectly except for my single WMS client layer, all other layers display except this

[mapserver-users] Button / Automaticly run

2009-10-07 Thread Jay Kapalczynski
I have this button which I am running from a button in a php page, which is simply zooming to a new extent. Is there any way to automatically run this code...instead of assigning it to a button? echo h5 style=\margin:0px; padding:0px;\bZoom to View String:/ba

[mapserver-users] As you can calculate the area of a ShapeObj type POLYGON?

2009-10-07 Thread joel ml
Here part of the code that was trying to do : code java: --- public double calcularArea(){ shapeObj s=new shapeObj(MS_SHAPE_TYPE.MS_SHAPE_POLYGON.swigValue()); int n=ListaCoordenadas.size(); if(n3)return 0.0d; for