如何根据缩放级别在矢量图层上显示特征?
例如:我只想在缩放两次时才能看到矢量图层上的特征。
提前致谢!
看看这个文档
您也可以使用 minResolution 和 maxResolution,但似乎使用比例更好。
minScale - float -- the minimum scale value at which the layer should display
maxScale - float -- the maximum scale value at which the layer should display
maxResolution - float -- the maximum resolution value at which the layer should display
minResolution - float -- the minimum resolution value at which the layer should display