KmlCache::FetchKmlAbsolute does not cache a KML file?
10 views
Skip to first unread message
Bruce Forsberg
unread,
Sep 30, 2010, 11:29:23 PM9/30/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to libkml
I am passing a network Kml file to FetchKmlAbsolute and it is
returning a NULL pointer.
In KmlCache::FetchKmlAbsolute (just calls FetchKmlRelative) it will
check if the Kml file is in the cache first. Then if it is a Kmz file
it will get the Kml file and store the kml file cache in the cache. If
one passes in a network Kml file it will not open it and put it in the
file cache. Why not?