NOAA-PMEL / LAS

Live Access Server
https://ferret.pmel.noaa.gov/LAS/
The Unlicense
13 stars 5 forks source link

Ferret property land_type is ignored #515

Open karlmsmith opened 6 years ago

karlmsmith commented 6 years ago

Reported by @AnsleyManke on 1 May 2008 22:04 UTC The ferret scripts are set to look for a Ferret property land_type, which can take on values contour, fill or none, and directs the xy scripts to outline or fill continents, or not add them at all.

No matter how I configure this in my xml, the value ''contour'' is passed to the backend Ferret script:

   DEFINE SYMBOL ferret_land_type = contour

For instance, in the NVODS server, we would like to have this set to none for topo/bathymetry datasets.

Migrated-From: http://dunkel.pmel.noaa.gov/trac/las/ticket/509

karlmsmith commented 6 years ago

Comment by @noaaroland on 6 Jan 2010 22:29 UTC This plot option from the plot options menu works in the v7 interface in r4644.

karlmsmith commented 6 years ago

Comment by @AnsleyManke on 9 Mar 2010 23:05 UTC ... But I would like to be able to set a land_type property in the xml configuration, for instance so that the initial plot would not have the fairly coarse land contour lines when the data is very fine, for instance. Or to set a style for some data so it uses FILLED land instead of lines

I think this used to work from the xml configuration. I see that we had land_type properties are all over the place in the NVODS xml files. Does the product machinery override the setting somehow?

karlmsmith commented 6 years ago

Modified by @noaaroland on 6 Jan 2011 18:57 UTC