Commit 387fb688 authored by Gavin's avatar Gavin
Browse files

removedPolygon and Line Controls

parent 74603985
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -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
  },