Hi Steve,

RE: the ability to specify the initial LookAt stuff in an output KML
file, I'm told that the current writer can't do it (but I could imagine
writing an END_TCL that could inject it later, but it's a bit of a
hack).

However, for FME 2007 we are making some significant changes to the KML
writer and as part of that, this functionality will be added.  I'll make
sure you get notified when there's a beta that does this.  Should be
soonish.
 
Dale
 
----------------------------------------------------------------------
Dale Lutz              Safe Software Inc.                 [EMAIL PROTECTED]
VP Development         Surrey, BC, CANADA        phone: (604) 501-9985
                       http://www.safe.com         fax: (604) 501-9965
----------------------------------------------------------------------
 
>       I now have a pretty slick output to KML.  Using data from our
> Automatic Passenger Counting system (GPS and IR enabled buses) we can
now
> use FME to automatically update and visualize average passenger ons
and
> offs for every stop in the city every morning, along with bus loads
for
> every route.  Using the fanout, I have separate 'layers' for each
> route/key.
> 
>       So my last question is really just about how to fine tune the
> output.
> 
>       I'd like to fly in to GoogleEarth and end up looking at the city
> from a certain height and angle instead of from directly above.  I've
> added the KML text manually to the output KML file and it works when
> loaded to GE, but I can't see how to have FME automatically enter this
> info each time it's run each morning:
> 
>       <?xml version="1.0" encoding="windows-1252"?>
>       <kml xmlns=" http://earth.google.com/kml/2.0
> <http://earth.google.com/kml/2.0> ">
> 
>        <Document>
> 
>       <LookAt>
>       <longitude>-114.080082</longitude>
>       <latitude>51.0369273</latitude>
>       <tilt>60</tilt>
>       <range>15000</range>
>       <heading>0</heading>
>       </LookAt>
> 
>       Using FME help, there's info on the Writer Keywords page for
KML,
> but I don't see how to add these keywords in using WB.  I've tried
just
> adding user attributes (DOCUMENT_LOOKAT_HEADING, DOCUMENT_LOOKAT_TILT,
> etc) and adding the constant values above, but that doesn't work.  The
key




For insights into what's up at Safe Software and what's on the development 
horizon, visit Safe's blog at spatial-etl.blogspot.com.

Safe Software has also made slides available that outline enhancements planned 
for FME 2007. The slides are from the "Road Ahead" presentation given on Day 2 
of the FME Worldwide Users Conference. To view these slides, visit 
www.safe.com/2006uc.

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/fme/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/fme/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> 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/
 

Reply via email to