Re: [mapserver-users] Check layer status in Geomoose

2009-05-13 Thread Dan Little

GeoMOOSE 1.6.X (and 2.0) suffer some documentation difficulties... it's a 
learn by example setup right now.  We're trying to get better with GM2.0 and 
its documentation is arguably better (http://www.geomoose.org/geomoose2/docs/) 
than GM1.6 but I still need to do more work documenting the different input 
options.


- Original Message 
 From: Leonidas Liakos leonidas_lia...@yahoo.gr
 To: mapserver-users@lists.osgeo.org; Dan Little danlit...@yahoo.com
 Sent: Tuesday, May 12, 2009 1:08:54 PM
 Subject: Re: [mapserver-users] Check layer status in Geomoose
 
 
 Thank you, I found it just looking at default identify tool.Is that option 
 documented?
 
 
 --- Στις Τρίτ., 12/05/09, ο/η Dan Little έγραψε:
 
  Από: Dan Little 
  Θέμα: Re: [mapserver-users] Check layer status in Geomoose
  Προς: leonidas , mapserver-users@lists.osgeo.org
  Ημερομηνία: Τρίτη, 12 Μάιος 2009, 19:59
  You need to have an input type that sends the visiblelayers
  input to your script.
  
  Are you using GeoMOOSE 1.6.X or GeoMOOSE 2.0 beta?
  
  
  - Original Message 
   From: leonidas 
   To: mapserver-users@lists.osgeo.org
   Sent: Monday, May 11, 2009 8:00:03 AM
   Subject: [mapserver-users] Check layer status in
  Geomoose
   
   
   I'm writing a custom tool in geomoose based on
  php/mapscript. 
   I'm trying to get the layer status for each on of
  my layers using
   $qlayer-status property.
   Always and for each layer it returns the value 2. But
  there aren't all the
   layers checked in the treeview of geomoose (and
  according displayed in the
   map). I think that  $qlayer-status property always
  return 2 because it
   checks the status in the mapfile (for my layers the
  status is DEFAULT) and
   not what is displayed in the map. So how can I get
  only the layers that are
   displayed in the map (or are checked in the treeview
  of Geomoose)? I also
   checked the $qlayer-isVisible() property but it
  also works with the same
   logic (it returns 1 for all layers, displayed or
  not).Thank you.
   -- 
   View this message in context: 
  
  http://n2.nabble.com/Check-layer-status-in-Geomoose-tp2862814p2862814.html
   Sent from the Mapserver - User mailing list archive at
  Nabble.com.
   
   ___
   mapserver-users mailing list
   mapserver-users@lists.osgeo.org
  
  http://lists.osgeo.org/mailman/listinfo/mapserver-users
 
 
   
 ___ 
 Χρησιμοποιείτε Yahoo!; 
 Βαρεθήκατε τα ενοχλητικά μηνύματα (spam); Το Yahoo! Mail 
 διαθέτει την καλύτερη δυνατή προστασία κατά των ενοχλητικών 
 μηνυμάτων http://login.yahoo.com/config/mail?.intl=gr 




___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Check layer status in Geomoose

2009-05-12 Thread Dan Little

You need to have an input type that sends the visiblelayers input to your 
script.

Are you using GeoMOOSE 1.6.X or GeoMOOSE 2.0 beta?


- Original Message 
 From: leonidas leonidas_lia...@yahoo.gr
 To: mapserver-users@lists.osgeo.org
 Sent: Monday, May 11, 2009 8:00:03 AM
 Subject: [mapserver-users] Check layer status in Geomoose
 
 
 I'm writing a custom tool in geomoose based on php/mapscript. 
 I'm trying to get the layer status for each on of my layers using
 $qlayer-status property.
 Always and for each layer it returns the value 2. But there aren't all the
 layers checked in the treeview of geomoose (and according displayed in the
 map). I think that  $qlayer-status property always return 2 because it
 checks the status in the mapfile (for my layers the status is DEFAULT) and
 not what is displayed in the map. So how can I get only the layers that are
 displayed in the map (or are checked in the treeview of Geomoose)? I also
 checked the $qlayer-isVisible() property but it also works with the same
 logic (it returns 1 for all layers, displayed or not).Thank you.
 -- 
 View this message in context: 
 http://n2.nabble.com/Check-layer-status-in-Geomoose-tp2862814p2862814.html
 Sent from the Mapserver - User mailing list archive at Nabble.com.
 
 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users



  
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Check layer status in Geomoose

2009-05-12 Thread Leonidas Liakos

Thank you, I found it just looking at default identify tool.Is that option 
documented?


--- Στις Τρίτ., 12/05/09, ο/η Dan Little danlit...@yahoo.com έγραψε:

 Από: Dan Little danlit...@yahoo.com
 Θέμα: Re: [mapserver-users] Check layer status in Geomoose
 Προς: leonidas leonidas_lia...@yahoo.gr, mapserver-users@lists.osgeo.org
 Ημερομηνία: Τρίτη, 12 Μάιος 2009, 19:59
 You need to have an input type that sends the visiblelayers
 input to your script.
 
 Are you using GeoMOOSE 1.6.X or GeoMOOSE 2.0 beta?
 
 
 - Original Message 
  From: leonidas leonidas_lia...@yahoo.gr
  To: mapserver-users@lists.osgeo.org
  Sent: Monday, May 11, 2009 8:00:03 AM
  Subject: [mapserver-users] Check layer status in
 Geomoose
  
  
  I'm writing a custom tool in geomoose based on
 php/mapscript. 
  I'm trying to get the layer status for each on of
 my layers using
  $qlayer-status property.
  Always and for each layer it returns the value 2. But
 there aren't all the
  layers checked in the treeview of geomoose (and
 according displayed in the
  map). I think that  $qlayer-status property always
 return 2 because it
  checks the status in the mapfile (for my layers the
 status is DEFAULT) and
  not what is displayed in the map. So how can I get
 only the layers that are
  displayed in the map (or are checked in the treeview
 of Geomoose)? I also
  checked the $qlayer-isVisible() property but it
 also works with the same
  logic (it returns 1 for all layers, displayed or
 not).Thank you.
  -- 
  View this message in context: 
 
 http://n2.nabble.com/Check-layer-status-in-Geomoose-tp2862814p2862814.html
  Sent from the Mapserver - User mailing list archive at
 Nabble.com.
  
  ___
  mapserver-users mailing list
  mapserver-users@lists.osgeo.org
 
 http://lists.osgeo.org/mailman/listinfo/mapserver-users


  
___ 
Χρησιμοποιείτε Yahoo!; 
Βαρεθήκατε τα ενοχλητικά μηνύματα (spam); Το Yahoo! Mail 
διαθέτει την καλύτερη δυνατή προστασία κατά των ενοχλητικών 
μηνυμάτων http://login.yahoo.com/config/mail?.intl=gr 

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users