Loading app/src/js/AstroDrawControl.js +7 −2 Original line number Diff line number Diff line Loading @@ -26,7 +26,12 @@ import {getCurrentPage} from "./ApiJsonCollection"; */ export default L.Control.AstroDrawControl = L.Control.Draw.extend({ options: { draw: { circle: false, marker: false, circlemarker: false }, draw: { circle: false, marker: false, circlemarker: false, polyline: false, polygon:false }, edit: false }, Loading Loading
app/src/js/AstroDrawControl.js +7 −2 Original line number Diff line number Diff line Loading @@ -26,7 +26,12 @@ import {getCurrentPage} from "./ApiJsonCollection"; */ export default L.Control.AstroDrawControl = L.Control.Draw.extend({ options: { draw: { circle: false, marker: false, circlemarker: false }, draw: { circle: false, marker: false, circlemarker: false, polyline: false, polygon:false }, edit: false }, Loading