Nyall Dawson a9a7d3c3d9 Swap QgsMapLayer min/max scale API definitions
setMaximumScale() and setMinimumScale(), maximumScale() and
minimumScale() had the opposite meaning to other min/max scales
in the API, and were the opposite to how these settings were
exposed in the GUI. This lead to very confusing API!!

Their definitions have now been swapped. setMaximumScale
now sets the maximum (i.e. largest scale, or most zoomed in)
at which the layer will appear, and setMinimumScale now sets
the minimum (i.e. smallest scale, or most zoomed out) at
which the layer will appear. The same is true for the
maximumScale and minimumScale getters.
2017-06-04 09:31:10 +10:00
..
2017-04-30 16:58:15 +02:00
2017-03-15 07:21:48 +01:00
2017-04-30 16:58:15 +02:00
2017-01-12 22:01:50 +01:00
2017-04-29 23:34:27 +02:00
2017-04-20 09:23:27 +02:00