Changes between Version 19 and Version 20 of BluePrintGISAPI
- Timestamp:
- 05/27/10 19:36:17 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintGISAPI
v19 v20 37 37 }}} 38 38 39 !MapFish have an API in JavaScript to allow their apps to be embedded in CMSs:39 !MapFish have an API in !JavaScript to allow their apps to be embedded in CMSs: 40 40 * http://mapfish.org/doc/contribs/mapfishapi.html 41 41 … … 90 90 * variable sized markers (image, circle, bar) 91 91 I'm not sure if this is the right way to do it. But this is the sort of functionality I'd want.[[BR]] 92 In fact, this function should be included with the API above, or I think that parts of the API above should be included with this.92 In fact, this function should be included with the API above, or I think that parts of the API above should be included with this. 93 93 {{{ 94 94 Args: … … 99 99 Code Values - list - either of marker images to use, or colour values. *Predefined code values could be included in the code. 100 100 popup_url = <default>, # The URL which will be used to fill the pop-up. it will be appended by the Location ID. 101 }}} 101 102 102 }}} 103 Want to be able to change the selection of Features without reloading the map. 104 * Suggests that there is a single Feature Layer defined 105 * The controls to filter need to hook directly into the Map to reload the Features Layer over the (static) Base Layer 106 * Catch Event & call [http://dev.openlayers.org/releases/OpenLayers-2.9.1/doc/apidocs/files/OpenLayers/Map-js.html#OpenLayers.Map.removeLayer map.removeLayer()] then a new [http://dev.openlayers.org/releases/OpenLayers-2.9.1/doc/apidocs/files/OpenLayers/Map-js.html#OpenLayers.Map.addLayer map.addLayer()] 107 * Filters in main HTML & hence using jQuery: http://api.jquery.com/change/ or 108 * Filters in map window & hence using Ext: http://www.extjs.com/deploy/dev/docs/source/Observable.html#method-Ext.util.Observable-addListener 109 103 110 ---- 104 111 [wiki:BluePrintGeographicInformationSystems GIS BluePrints]