Changes between Version 54 and Version 55 of DeveloperGuidelines/GIS


Ignore:
Timestamp:
09/13/15 10:31:30 (10 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/GIS

    v54 v55  
    42423. feature_queries
    4343These are only supported in custom maps & always get loaded with the page...so cannot be refreshed via AJAX
     44
     45=== Custom Popups ===
     46{{{
     47if r.representation == plain:
     48   xxxx
     49}}}
     50
     51I usually do this in postp, which is a bit inefficient as it throws away the work done in prep/rest but it allows fuill customisation:
     52* https://github.com/flavour/eden/blob/master/modules/templates/ARC/config.py#L913
    4453== Guidelines for Developers wishing to extend the functionality of the core GIS ==
    4554=== !OpenLayers ===