I am trying to write a tool that will let users upload a KML/KMZ file and then be able to view it in a client application (something like an esri js api or Flex app).
I am ok with storing the data in a feature class (file, personal, sde) once it is uploaded.
I have tried writing a Python script using the KMLToLayer geoprocessing tool (I'm in 10.04) but I'm getting spotty results.
My test kmz has two vector layers and two raster layers but my output has only one vector layer and nothing else.
Are there other tools I could use?
No comments:
Post a Comment