We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f846567 commit 5b24687Copy full SHA for 5b24687
src/vendors/Geo.jsx
@@ -166,7 +166,7 @@ function Geo(props) {
166
var mainbar = new Bar({ className: "mainbar" });
167
mainbar.setPosition("top-left")
168
if (!featureEnabled('menu')) mainbar.element.classList.add('nomenu')
169
- if ((featureEnabled('draw')
+ if ((featureEnabled('modify')
170
&& (featureEnabled('modify:move') || featureEnabled('modify:point') || featureEnabled('modify:line')
171
|| featureEnabled('modify:polygon') || featureEnabled('modify:undo') || featureEnabled('modify:redo')
172
|| featureEnabled('modify:delete')))
0 commit comments