Unverified Commit ea0d1c76 authored by brittainjackson7's avatar brittainjackson7 Committed by GitHub
Browse files

Merge pull request #14 from ausvat/filterFootprintCard

recent small changes
parents 6be8fcb0 b3797433
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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)
+4 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ export function FootprintCard(props){
  let stacAPIFlag = false;
  let pyGeoAPIFlag = false;
 
  
  console.log(props);
   // Metadata Popup
  const geoTiffViewer = new GeoTiffViewer("GeoTiffAsset");

@@ -242,6 +242,9 @@ export function FootprintCard(props){
              <div className="resultSub">
                <strong>ID:</strong>&nbsp;{props.feature.id}
              </div>
              <div className="resultSub">
                <strong>centerlat:</strong>{props.feature.properties.centerlat}
              </div>
            </div>
          </div>
        </CardContent>