Changes between Version 1 and Version 2 of Release/1.2/Notes


Ignore:
Timestamp:
Jan 26, 2012, 9:07:42 AM (12 years ago)
Author:
adube
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/1.2/Notes

    v1 v2  
    110110 * mapfishlayertree
    111111 * mapfishrecenter
     112
     113
     114=== Migration Guide ===
     115
     116'''API widget'''
     117
     118The API is a new widget that was added (#389). It is automatically added to the UI and doesn't need to be defined in the configuration file.  However, it must still be included in the .xslt template file
     119
     120'''!GoogleMaps'''
     121
     122!GoogleMaps v2 is no longer supported in 1.2 (#176). You must change all source tags in your gymo services with google provider to point to a v3 url instead.
     123
     124'''!InitialView'''
     125
     126The !InitialView widget was changed in 1.2.  Make sure you take a look at its new documentation.  See the changes details in the ticket #399.
     127
     128
     129=== Other Notes ===
     130
     131'''!ApplyFilter'''
     132
     133If you're using the !ApplyFilter widget, make sure its container has the "animCollapse" property set to false.  For an example, see the samples.xslt template file used by the samples.
     134
     135'''XMLWorkspaceConfig widgets tag'''
     136
     137The XMLWorkspaceConfig driver can now defines a list of unbound widgets using the new '''widgets''' tag.  To know the possible widget types that can be used use in that new config, see the ticket #393.
     138
     139
     140=== HISTORY.TXT ===
     141
     142todo