jquery
MyKML filter module for Drupal
Submitted by chrishaller on Thu, 08/02/2007 - 17:54.in a project that I'm doing for CU right now, I needed an easy way to
display custom maps in Drupal, the content management platform of our choice, and the gmap module macros just didn't cut
it. I ended up creating a filter module, that allows users to insert
their Google MyMap or kml file in square brackets which will then be replaced by a
google map with the kml overlayed. It's built on the great jquery jmaps
extension by Tane Piper. I finished a first beta today and its working pretty well, http://playground.placematters.org/?q=node/1, you can also download the source code there.Any feedback is more than welcome.