Changes between Version 4 and Version 5 of BluePrint/GIS/ConfigViewportUsingMap
- Timestamp:
- 10/25/12 00:54:06 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/GIS/ConfigViewportUsingMap
v4 v5 51 51 * It is possible to add the ‘Save’ capability to the form using a Python Widget however it may be more useful/make more sense to inject it into the new view using s3.scripts.append() 52 52 * The main map is rendered in gis index(); this can be utilized to render a map on the create configuration page. 53 * When the form is rendered, we have inserted a new button in the config() method of the gis controller that the user can click to bring up the map. This is similar functionality to other buttons that bring up the map. 54 53 55 54 56