6. Plotlayout in GeoShop Produkten

Plotlayouts können auch in GeoShop-Produkten für die Selektion des Ausschnittes im GeoShop Client verwendet werden.

Folgende Anteile sind in einem GeoShop Produkt einzufügen. Beispiel aus

ICS_DIR\user\products\pdf.pro

PRODUCT
   name STRING pdf
   :
   params MAP
      selection_type STRING FORMATBOX
      :
      selection_formats_position STRING TOP
      :

      selection_formats LIST
            MAP
               format                  STRING  'A4'
               orientations            STRING  'hoch,quer'
               scales                  STRING  '1:250,1:500,1:1000'
               format_default          STRING  'ON'
               orientation_default     STRING  'hoch'
               scale_default           STRING  '1:250'
               'layout_itf,A4,quer,*'  STRING   \plot\a4q500.itf
               'layout_itf,A4,hoch,*'  STRING   \plot\a4h500.itf
            }
            MAP
               format                  STRING  'A3'
               orientations            STRING  'hoch,quer'
               scales                  STRING  '1:250,1:500,1:1000'
               orientation_default     STRING  'hoch'
               scale_default           STRING  '1:250'
               'layout_itf,A3,quer,*'  STRING   \plot\a3q500.itf
               'layout_itf,A3,hoch,*'  STRING   \plot\a3h500.itf
            }
      }

Produkte sind detailliert beschrieben in:

GeoShop Konfigurationshandbuch > Konfiguration GeoShop Products