[GeoNode-devel] Cannot upload simple KML from Google Earth
Jonathan Doig
j.doig at unsw.edu.au
Wed Feb 8 22:25:23 PST 2017
Hi all
In Geonode 2.4, I'm experimenting with KML upload after setting:
UPLOADER = {
'BACKEND' : 'geonode.importer',
'OPTIONS' : {
'TIME_ENABLED': False,
'GEOGIT_ENABLED': False,
}
Using KML with Google Earth 7.1.7.2606 on Windows 7, I created a trivial KML with <Point>, <LineString>and <Polygon>: Temporary Places.kml<https://github.com/GeoNode/geonode/files/762710/Temporary.Places.kml.txt> (added '.txt' suffix so I can link it here)
The upload completes OK but the polygons and lines are not loaded.
It only seems to work with points, and only then after I strip the <LookAt> elements from the KML with an editor: Temporary Places - points only no lookat.kml<https://github.com/GeoNode/geonode/files/762708/Temporary.Places.-.points.only.no.lookat.kml.txt>
The Geoserver log shows an error, but that appears even when it works OK (i.e. with points and no LookAt):
ERROR [geoserver.rest] - No such layer: Temporary_Places
Full stack trace<https://github.com/GeoNode/geonode/files/762711/geoserver_error.log.txt>
Logged as issue #2897<https://github.com/GeoNode/geonode/issues/2897>.
Jonathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-devel/attachments/20170209/9af5bfea/attachment.html>
More information about the geonode-devel
mailing list