Changes between Version 28 and Version 29 of DeveloperGuidelines/GIS


Ignore:
Timestamp:
08/21/10 16:14:25 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/GIS

    v28 v29  
    6565        [{
    6666         name   : "Query",      # A string: the label for the layer
    67          query  : query,        #A gluon.sql.Rows of gis_locations, which can be from a simple query or a Join. Extra fields can be added for 'marker' or 'shape' (with optional 'color' & 'size')
     67         query  : query,        #A gluon.sql.Rows of gis_locations, which can be from a simple query or a Join. Extra fields can be added for 'marker' or 'shape' (with optional 'color' & 'size') & 'popup_label'
    6868         active : False,        # Is the feed displayed upon load or needs ticking to load afterwards?
    6969         popup_url : None,      # The URL which will be used to fill the pop-up. it will be appended by the Location ID.