geosolutions-it / MapStore

The code of the most recent version of mapstore is hosted as geosolutions-it/MapStore2
https://github.com/geosolutions-it/MapStore2
GNU General Public License v3.0
31 stars 43 forks source link

Deprecate "enableTilt" on GoogleSource #810

Closed Gnafu closed 8 years ago

Gnafu commented 8 years ago

With the latest Openlayers Google layer v3.js version, the enableTilt property has been removed in favor of the official useTiltImages property.

The default is the same (disabled by default) but configurations with enableTilt: true will not work.

We should add support for the old property while deprecating it. Also update all the examples with the new property name useTiltImages