agvmap-react 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -35945,11 +35945,9 @@ async function NJ(e, { accessToken: t, startDate: n, endDate: r }) {
35945
35945
  geometry: {
35946
35946
  type: "Polygon",
35947
35947
  coordinates: e.geometry.coordinates
35948
- // Ensure this is correctly structured
35949
35948
  },
35950
35949
  properties: {
35951
35950
  crs: "http://www.opengis.net/def/crs/EPSG/0/4326"
35952
- // crs: 'http://www.opengis.net/def/crs/EPSG/0/32633',
35953
35951
  }
35954
35952
  },
35955
35953
  data: [
@@ -35967,7 +35965,7 @@ async function NJ(e, { accessToken: t, startDate: n, endDate: r }) {
35967
35965
  to: s
35968
35966
  },
35969
35967
  aggregationInterval: {
35970
- of: "P30D"
35968
+ of: "P7D"
35971
35969
  },
35972
35970
  evalscript: IL,
35973
35971
  resx: 10,