Changeset 377

Show
Ignore:
Timestamp:
07/06/06 02:20:51
Author:
chervol
Message:

updated indexing function to support native geo markers

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • geolocation/trunk/adapter.py

    r376 r377  
    4747def geoLocation(obj, portal, **kw): 
    4848    """ return the location list """ 
     49    if hasattr('geoLocation', obj): 
     50        return obj.geoLocation() 
    4951    adapter = IGEOLocated(obj, None) 
    5052    if adapter: