Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Lower the maximum number of zoom levels to 5
With more zoom levels, we may get over the current limit of 512 active nodes
per entity and the engine would get into a vicious loop of loading tiles
and unloading other tiles (which are also needed) until it all crashes.
  • Loading branch information
wonder-sk committed Jan 15, 2020
1 parent 878dfc1 commit a79c554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/3d/qgsvectorlayer3dpropertieswidget.ui
Expand Up @@ -29,7 +29,7 @@
<number>1</number>
</property>
<property name="maximum">
<number>8</number>
<number>5</number>
</property>
<property name="value">
<number>3</number>
Expand Down

0 comments on commit a79c554

Please sign in to comment.