Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] (UDIG-1888) KML Export Wizard does not wokr

Luc Peeters created UDIG-1888:
---------------------------------

             Summary: KML Export Wizard does not wokr
                 Key: UDIG-1888
                 URL: https://jira.codehaus.org/browse/UDIG-1888
             Project: uDIG
          Issue Type: Bug
          Components: tools and editing
    Affects Versions: UDIG 1.3.1
         Environment: OS X 10.7.3
            Reporter: Luc Peeters
         Attachments: Screen Shot 2012-02-27 at 12.15.30.png

When trying to export a feature layer to kml, I run into these issues:

- if I try to enter a filename in the wizard screen (cfr attachment), I cannot enter any text
- if I create an empty .kml file, I can select it (using the ... button), but when exporting a WFS or WMS layer, I get this error: 

java.io.IOException: The selected resource is not a feature layer: fietsknooppunten
	at eu.udig.tools.jgrass.kml.wizard.KmlExportWizard$1.run(KmlExportWizard.java:109)
	at net.refractions.udig.ui.PlatformGIS$3$2$1.run(PlatformGIS.java:389)
	at net.refractions.udig.ui.PlatformGIS$1.call(PlatformGIS.java:111)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:680)

- if I first export the layer to a shapefile and then try to export to kml, I get no errors, but the .kml file remains empty.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


Back to the top