Unverified Commit c448d0ea authored by Kaitlyn Lee's avatar Kaitlyn Lee Committed by GitHub
Browse files

Merge pull request #101 from scottaames/master

fixed fullscreen
parents 1067f094 55e0c6f0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -48,8 +48,6 @@ export default class MapContainer extends Component {
    );

    map.addControl(new L.Control.Scale({ imperial: false }));

    //new newAutocomplete();
  }

  /**
+1 −0
Original line number Diff line number Diff line
import AstroProj from "./AstroProj";
import LayerCollection from "./LayerCollection";
import L from "leaflet";
import "leaflet-fullscreen";
import { MY_JSON_MAPS } from "./layers";

/**