Loading src/components/presentational/FootprintResults.jsx +0 −3 Original line number Diff line number Diff line Loading @@ -119,9 +119,6 @@ export default function FootprintResults(props) { let isInPyAPI = collection.hasOwnProperty("itemType"); let queryUrl = collection.links.find(link => link.rel === "queryables").href; console.log(queryUrl); // check for pygeo api if (isInPyAPI) Loading src/components/presentational/ResultsAccessories.jsx +4 −1 Original line number Diff line number Diff line Loading @@ -120,7 +120,7 @@ export function FootprintCard(props){ let stacAPIFlag = false; let pyGeoAPIFlag = false; console.log(props); // Metadata Popup const geoTiffViewer = new GeoTiffViewer("GeoTiffAsset"); Loading Loading @@ -242,6 +242,9 @@ export function FootprintCard(props){ <div className="resultSub"> <strong>ID:</strong> {props.feature.id} </div> <div className="resultSub"> <strong>centerlat:</strong>{props.feature.properties.centerlat} </div> </div> </div> </CardContent> Loading Loading
src/components/presentational/FootprintResults.jsx +0 −3 Original line number Diff line number Diff line Loading @@ -119,9 +119,6 @@ export default function FootprintResults(props) { let isInPyAPI = collection.hasOwnProperty("itemType"); let queryUrl = collection.links.find(link => link.rel === "queryables").href; console.log(queryUrl); // check for pygeo api if (isInPyAPI) Loading
src/components/presentational/ResultsAccessories.jsx +4 −1 Original line number Diff line number Diff line Loading @@ -120,7 +120,7 @@ export function FootprintCard(props){ let stacAPIFlag = false; let pyGeoAPIFlag = false; console.log(props); // Metadata Popup const geoTiffViewer = new GeoTiffViewer("GeoTiffAsset"); Loading Loading @@ -242,6 +242,9 @@ export function FootprintCard(props){ <div className="resultSub"> <strong>ID:</strong> {props.feature.id} </div> <div className="resultSub"> <strong>centerlat:</strong>{props.feature.properties.centerlat} </div> </div> </div> </CardContent> Loading