I'm working on a D6 port of the KML module, and will use this issue to track remaining issues.

Comments

geodaniel’s picture

Status: Active » Needs work

An initial port for D6 has been committed to CVS (in branch DRUPAL-6--1) and the dev release should show up on the project page soon. This will work with location v3 thanks to a modified version of the patch in #272143: Location3 support.

Remaining issues I've come across:

  • SQL error in the logs when trying to set cache
  • No views support yet, need to update to use the 2.x API from the 1.x one we use currently
  • KML placemarks don't link back to the site
geodaniel’s picture

Version: master » 6.x-1.x-dev
Status: Needs work » Fixed

I've fixed the caching issues (missed an argument out of the cache_set function) and also the placemarks so that they now show the content of a node and link back to the site. I've opened #306528: Views 2.x support for KML module for the Views 2.x support.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.