Removes an incorrect semicolon (#5060)
This commit is contained in:
parent
5fa0bf9750
commit
0b5c12fd65
@ -11772,7 +11772,7 @@ not display properly in some edge cases.</p>
|
||||
|
||||
<p>Use Canvas by default for all paths in the map:</p>
|
||||
<pre><code class="lang-js">var map = L.map('map', {
|
||||
renderer: L.canvas();
|
||||
renderer: L.canvas()
|
||||
});
|
||||
</code></pre>
|
||||
<p>Use a Canvas renderer with extra padding for specific vector geometries:</p>
|
||||
|
Loading…
Reference in New Issue
Block a user