location, (SAPO can move the marker, but the Horde driver cannot yet, so
it's commented out).
this.go('calendar:' + elt.next().retrieve('calendarclass') + '|' + elt.next().retrieve('calendar'));
e.stop();
return;
+
+ case 'kronolithEventGeo':
+ KronolithEventMap.geocode($F('kronolithEventLocation'));
+ e.stop();
+ return;
}
if (elt.hasClassName('kronolithEvent')) {
onGeocode: function(r) { },
geocode: function(a) {
- var gc = new HordeMap.Geocoder[Kronolith.geocoderType]();
+ var gc = new HordeMap.Geocoder[Kronolith.conf.maps.geocoder]();
gc.geocode(a, function(r) {
r = r.shift();
ll = new OpenLayers.LonLat(r.Longitude, r.Latitude);