Have solved this problem by using for example MGA94-56 instead of EPSG:28356 - which appears to be the same coordinate system just grouped within AUSNZ instead of EPSG
What you suggested below is exactly what i wanted to do, however replacing the coordinate system code with other text content without a coordinate system definition means that at the line IGDS_IN_COORDINATE_SYSTEM $(_IN_COORDSYS) the coordinate system is not understood. So what i was thinking was that i would need define descriptive text by assigning it to the coordinate system code but was not sure how to do it ie OtherTextContent1 == EPSG:28356 OtherTextContent2 == EPSG:28355 GUI CHOICE _IN_COORDSYS OtherTextContent1%OtherTextContent2 Input Coordinate System: IGDS_IN_COORDINATE_SYSTEM $(_IN_COORDSYS) Or have i answered my own question here? Is == used for assignment? --- In [email protected], "mark2atsafe" <[EMAIL PROTECTED]> wrote: > > If you're creating a GUI in this way why not simply replace the > EPSG:xxxxx part in the GUI CHOICE line with the content you'd like > instead? > > Just be careful not to include a space in any of the choices since I > don't believe that is supported. > > In FME2007 we're hoping there'll be a transformer that lets you create > a pick list in this way w/o resorting to editing the header. > > Mark > > Mark Ireland, Product Support Engineer > Safe Software Inc. Surrey, BC, CANADA > [EMAIL PROTECTED] http://www.safe.com > Solutions for Spatial Data Translation, Distribution and Access > > --- In [email protected], "clambert_aamh" <c.lambert@> wrote: > > > > Hello > > > > I have created a GUI which includes a GUI CHOICE to select between > > coordinate system names. However some of the listed coordinate > > systems are not easily identifiable from the FME Coordinate System > > Names such as EPSG:28351 which represent GDA94-MGAZ56 - can you > > advise of a way i might assign a more meaningful name to include in > > my list? > > > > ================================================================= > > # Input Coordinate System > > > > GUI CHOICE _IN_COORDSYS EPSG:28351%EPSG:28352%EPSG:28353% EPSG:28354% > > EPSG:28355%EPSG:28356 Input Coordinate System: > > __ > > > > IGDS_IN_COORDINATE_SYSTEM $(_IN_COORDSYS) > > ================================================================= > > > > Many Thanks, > > Carly > > > Get the maximum benefit from your FME, FME Objects, or SpatialDirect via our Professional Services team. Visit www.safe.com/services for details. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/fme/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
