Loading app/src/components/presentational/QueryConsole.jsx +0 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ import { alpha } from "@mui/material/styles"; import Button from "@mui/material/Button"; import ButtonGroup from "@mui/material/ButtonGroup"; import ContentCopyIcon from '@mui/icons-material/ContentCopy'; import PolylineIcon from '@mui/icons-material/Polyline'; import PlayArrowIcon from '@mui/icons-material/PlayArrow'; import SwitchLeftIcon from '@mui/icons-material/SwitchLeft'; import SwitchRightIcon from '@mui/icons-material/SwitchRight'; Loading Loading @@ -65,7 +64,6 @@ export default function QueryConsole() { size="small" variant="contained"> <Button id="copyCodeButton" sx={css.button} startIcon={<ContentCopyIcon />}>Copy Code</Button> <Button id="wktButton" sx={css.button} startIcon={<PolylineIcon />}>Draw WKT String</Button> <Button id="runQueryButton" sx={css.button} startIcon={<PlayArrowIcon />}>Run STAC Query</Button> </ButtonGroup> </div> Loading app/src/js/AstroDrawControl.js +0 −3 Original line number Diff line number Diff line Loading @@ -69,9 +69,6 @@ export default L.Control.AstroDrawControl = L.Control.Draw.extend({ this.wkt = new Wkt.Wkt(); this.myLayer = L.Proj.geoJson().addTo(map); this.wktButton = L.DomUtil.get("wktButton"); L.DomEvent.on(this.wktButton, "click", this.mapWKTString, this); L.DomEvent.on( L.DomUtil.get("applyChip"), "click", Loading Loading
app/src/components/presentational/QueryConsole.jsx +0 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ import { alpha } from "@mui/material/styles"; import Button from "@mui/material/Button"; import ButtonGroup from "@mui/material/ButtonGroup"; import ContentCopyIcon from '@mui/icons-material/ContentCopy'; import PolylineIcon from '@mui/icons-material/Polyline'; import PlayArrowIcon from '@mui/icons-material/PlayArrow'; import SwitchLeftIcon from '@mui/icons-material/SwitchLeft'; import SwitchRightIcon from '@mui/icons-material/SwitchRight'; Loading Loading @@ -65,7 +64,6 @@ export default function QueryConsole() { size="small" variant="contained"> <Button id="copyCodeButton" sx={css.button} startIcon={<ContentCopyIcon />}>Copy Code</Button> <Button id="wktButton" sx={css.button} startIcon={<PolylineIcon />}>Draw WKT String</Button> <Button id="runQueryButton" sx={css.button} startIcon={<PlayArrowIcon />}>Run STAC Query</Button> </ButtonGroup> </div> Loading
app/src/js/AstroDrawControl.js +0 −3 Original line number Diff line number Diff line Loading @@ -69,9 +69,6 @@ export default L.Control.AstroDrawControl = L.Control.Draw.extend({ this.wkt = new Wkt.Wkt(); this.myLayer = L.Proj.geoJson().addTo(map); this.wktButton = L.DomUtil.get("wktButton"); L.DomEvent.on(this.wktButton, "click", this.mapWKTString, this); L.DomEvent.on( L.DomUtil.get("applyChip"), "click", Loading