update canvas debug page
This commit is contained in:
parent
366fce6eb8
commit
a024a64a15
@ -15,8 +15,8 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="map" style="width: 800px; height: 600px; border: 1px solid #ccc"></div>
|
||||
<button onclick="map.removeLayer(path)">Remove path</button>
|
||||
<button onclick="map.removeLayer(circle)">Remove circle</button>
|
||||
<button onclick="group.removeLayer(path)">Remove path</button>
|
||||
<button onclick="group.removeLayer(circle)">Remove circle</button>
|
||||
<button onclick="group.clearLayers()">Remove all layers</button>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user