<div dir="ltr">That setting sets the interval in wich the maptiles are generated. 0 appears to be the default value.<div><br></div><div>If you want to turn the maptile generation off just try:</div><div><pre style="color:rgb(0,0,0)">
GenerateMaptiles = false
</pre><pre style="color:rgb(0,0,0)">Then you are almost there, you will also have to add an semicolumn befor e the MapImageServiceModule section in corresponding ini file in the config-include dir. </pre><pre style="color:rgb(0,0,0)">
wich is the corresponding file depends on the mode you run opensim in.</pre><pre style="color:rgb(0,0,0)">it is grid.ini if you run in grid mode</pre><pre style="color:rgb(0,0,0)">GridHypergrid.ini if you run in gridded hypergrid mode</pre>
<pre style="color:rgb(0,0,0)">standalone.ini if you run in standalone mode</pre><pre style="color:rgb(0,0,0)">of maybe StandaloneHypergrid.ini if you in standalone hypergrid mode.</pre><pre style="color:rgb(0,0,0)"><pre> ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true
    ;; Map tile options.
    ;; If true, then maptiles are generated using the MapImageModule below.
    ;; If false then the texture referenced by MaptileStaticUUID is used instead, which can also be overridden
    ;; in individual region config file(s).  If you do not want to upload map tiles at all, then you will need
    ;; both to set this to false and comment out the [Modules] MapImageServiceModule setting in config-include/</pre><pre style><br></pre></pre><pre style="color:rgb(0,0,0)"><br></pre><div><br></div><div><br></div><div><br>
</div></div></div>