Unverified Commit 585eb3a4 authored by gsn9's avatar gsn9 Committed by GitHub
Browse files

Merge branch 'master' into MeataDataSearchLink

parents 154a9651 0f638979
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -132,7 +132,10 @@ export default L.Map.AstroMap = L.Map.extend({
    getItemCollection(name, queryString).then(result => {
      if (result != undefined) {
        this._name = name;
        this._geoLayer = L.geoJSON().addTo(this);
        this._geoLayer = L.geoJSON()
          .on('click', function(e){
            console.log(e);
        }).addTo(this);
        this._footprintCollection["Footprints"] = this._geoLayer;
        for (let i = 0; i < result.length; i++) {
          for (let j = 0; j < result[i].features.length; j++) {