Changes between Version 54 and Version 55 of DeveloperGuidelines/GIS
- Timestamp:
- 09/13/15 10:31:30 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/GIS
v54 v55 42 42 3. feature_queries 43 43 These are only supported in custom maps & always get loaded with the page...so cannot be refreshed via AJAX 44 45 === Custom Popups === 46 {{{ 47 if r.representation == plain: 48 xxxx 49 }}} 50 51 I 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 44 53 == Guidelines for Developers wishing to extend the functionality of the core GIS == 45 54 === !OpenLayers ===