Tagged Questions
2
votes
3answers
632 views
How can I transform some KML data to Sql Server 2008 using FME?
I've just downloaded FME 14 day trial. I'm trying to see how easy/hard it is to transform some KML data (a simple neighbourhood shape) into my Sql Server 2008 database using FME.
I sorta don't even ...
3
votes
2answers
168 views
Sort feature type order in FME KMZ writer
I have 4 feature types I am writing to a single kmz file using FME. Currently, these feature types are written as folders in the kmz file and appear in alphabetical order.
Is there any way to sort ...
0
votes
1answer
183 views
How to use the transformer KMLRegionSetter ? (Python/FME)
I use Python and FME.
I would like to use a transformer "KMLRegionSetter_2" for KML file.
I use a fmi file for the transformation.
reader=FMEReader("OGCKML",{'USER_PIPELINE':"C:\\arcfactory.fmi"})
...
