<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error 400 &amp;quot;quantizationExtent parameter is invalid&amp;quot; for a particular layer in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/error-400-quot-quantizationextent-parameter-is/m-p/1235922#M49072</link>
    <description>&lt;P&gt;We've been seeing this issue also.&amp;nbsp; What has worked in the past was to rebuild the spatial indexes of the given layers and wait a bit of time after - it takes time after the process for the layer to start behaving even if the process says it's completed...&amp;nbsp; However, last night the rebuild did not solve this issue...and we are investigating this once more this morning...hoping someone from ESRI will comment...&lt;/P&gt;</description>
    <pubDate>Tue, 29 Nov 2022 15:32:22 GMT</pubDate>
    <dc:creator>SteveDuquette1</dc:creator>
    <dc:date>2022-11-29T15:32:22Z</dc:date>
    <item>
      <title>Error 400 "quantizationExtent parameter is invalid" for a particular layer</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/error-400-quot-quantizationextent-parameter-is/m-p/1235573#M49042</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Our company has an ArcGIS Online account and I am the admin. I&lt;SPAN&gt;&amp;nbsp;tried to add the VT parcel data layer (&lt;A href="https://services1.arcgis.com/BkFxaEFNwHqX3tAw/ArcGIS/rest/services/FS_VCGI_OPENDATA_Cadastral_VTPARCELS_poly_standardized_parcels_SP_v1/FeatureServer" target="_blank"&gt;https://services1.arcgis.com/BkFxaEFNwHqX3tAw/ArcGIS/rest/services/FS_VCGI_OPENDATA_Cadastral_VTPARCELS_poly_standardized_parcels_SP_v1/FeatureServer&lt;/A&gt;) into our web app. When the layer is in the web &lt;STRONG&gt;map&lt;/STRONG&gt;, it is functioning properly, but in the web &lt;STRONG&gt;app&lt;/STRONG&gt;, it doesn't show up.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Upon inspection, I found that when the web app is requesting this layer's data, the response is the following json:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
  "error" : 
  {
    "code" : 400, 
    "message" : "Cannot perform query. Invalid query parameters.", 
    "details" : [
      "'quantizationExtent' parameter is invalid"
    ]
  }
}&lt;/LI-CODE&gt;&lt;P&gt;Which I think is caused by the corresponding request url:&amp;nbsp;&lt;A href="https://services1.arcgis.com/BkFxaEFNwHqX3tAw/arcgis/rest/services/FS_VCGI_OPENDATA_Cadastral_VTPARCELS_poly_standardized_parcels_SP_v1/FeatureServer/0/query?f=pbf&amp;amp;returnGeometry=true&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;geometry=%7B%22xmin%22%3A-8139626.26903582%2C%22ymin%22%3A5445373.896267351%2C%22xmax%22%3A-8139014.772809589%2C%22ymax%22%3A5445985.392493581%2C%22spatialReference%22%3A%7B%22wkid%22%3A102100%7D%7D&amp;amp;geometryType=esriGeometryEnvelope&amp;amp;inSR=102100&amp;amp;outFields=*&amp;amp;outSR=102100&amp;amp;resultType=tile&amp;amp;quantizationParameters=%7B%22mode%22%3A%22view%22%2C%22originPosition%22%3A%22upperLeft%22%2C%22tolerance%22%3A1.1943285668550647%2C%22extent%22%3A%7B%22xmin%22%3Anull%2C%22spatialReference%22%3A%7B%22wkid%22%3A4326%7D%7D%7D" target="_blank"&gt;https://services1.arcgis.com/BkFxaEFNwHqX3tAw/arcgis/rest/services/FS_VCGI_OPENDATA_Cadastral_VTPARCELS_poly_standardized_parcels_SP_v1/FeatureServer/0/query?f=pbf&amp;amp;returnGeometry=true&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;geometry=%7B%22xmin%22%3A-8139626.26903582%2C%22ymin%22%3A5445373.896267351%2C%22xmax%22%3A-8139014.772809589%2C%22ymax%22%3A5445985.392493581%2C%22spatialReference%22%3A%7B%22wkid%22%3A102100%7D%7D&amp;amp;geometryType=esriGeometryEnvelope&amp;amp;inSR=102100&amp;amp;outFields=*&amp;amp;outSR=102100&amp;amp;resultType=tile&amp;amp;quantizationParameters=%7B%22mode%22%3A%22view%22%2C%22originPosition%22%3A%22upperLeft%22%2C%22tolerance%22%3A1.1943285668550647%2C%22extent%22%3A%7B%22xmin%22%3Anull%2C%22spatialReference%22%3A%7B%22wkid%22%3A4326%7D%7D%7D&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After decomposing the query string, the&amp;nbsp;&lt;SPAN&gt;quantizationParameters looks like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{"mode":"view","originPosition":"upperLeft","tolerance":1.1943285668550647,"extent":{"xmin":null,"spatialReference":{"wkid":4326}}}&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;Without further knowledge, I believe the "extent" part should include actual values but not just null. I say so because this happens in the web map, where the&amp;nbsp;&lt;SPAN&gt;quantizationParameters looks like this:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{"extent":{"xmin":-8153690.681237178,"ymin":5277212.432810176,"xmax":-8152467.688784616,"ymax":5278435.425262738},"mode":"view","originPosition":"upperLeft","tolerance":2.388657133911135}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="inherit"&gt;I don't know how to fix this, but I think it needs to be fixed by ESRI. Can someone &lt;/FONT&gt;enlighten&lt;FONT face="inherit"&gt;&amp;nbsp;me?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 19:23:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/error-400-quot-quantizationextent-parameter-is/m-p/1235573#M49042</guid>
      <dc:creator>JINANYI</dc:creator>
      <dc:date>2022-11-28T19:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error 400 "quantizationExtent parameter is invalid" for a particular layer</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/error-400-quot-quantizationextent-parameter-is/m-p/1235922#M49072</link>
      <description>&lt;P&gt;We've been seeing this issue also.&amp;nbsp; What has worked in the past was to rebuild the spatial indexes of the given layers and wait a bit of time after - it takes time after the process for the layer to start behaving even if the process says it's completed...&amp;nbsp; However, last night the rebuild did not solve this issue...and we are investigating this once more this morning...hoping someone from ESRI will comment...&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 15:32:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/error-400-quot-quantizationextent-parameter-is/m-p/1235922#M49072</guid>
      <dc:creator>SteveDuquette1</dc:creator>
      <dc:date>2022-11-29T15:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error 400 "quantizationExtent parameter is invalid" for a particular layer</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/error-400-quot-quantizationextent-parameter-is/m-p/1235929#M49073</link>
      <description>&lt;P&gt;Sorry for my ignorance, but it sound like you either work for ESRI or is Vermont gov's GIS specialist?&lt;/P&gt;&lt;P&gt;Are you saying multiple users of this layer have encountered this before?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 15:37:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/error-400-quot-quantizationextent-parameter-is/m-p/1235929#M49073</guid>
      <dc:creator>JINANYI</dc:creator>
      <dc:date>2022-11-29T15:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error 400 "quantizationExtent parameter is invalid" for a particular layer</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/error-400-quot-quantizationextent-parameter-is/m-p/1235936#M49074</link>
      <description>&lt;P&gt;Not an ESRI employee nor a Vermont GIS person.&amp;nbsp; I work for the Canadian Federal Gov.&amp;nbsp; We've been seeing this error on some layers that we use.&amp;nbsp; &amp;nbsp;Did you try rebuilding the indexes on AGOL ?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 15:45:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/error-400-quot-quantizationextent-parameter-is/m-p/1235936#M49074</guid>
      <dc:creator>SteveDuquette1</dc:creator>
      <dc:date>2022-11-29T15:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error 400 "quantizationExtent parameter is invalid" for a particular layer</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/error-400-quot-quantizationextent-parameter-is/m-p/1235943#M49076</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;No, I am just a consumer of their web service, so I can't do that. I am currently working with ESRI tech support too, hope they can fix it.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 29 Nov 2022 15:51:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/error-400-quot-quantizationextent-parameter-is/m-p/1235943#M49076</guid>
      <dc:creator>JINANYI</dc:creator>
      <dc:date>2022-11-29T15:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error 400 "quantizationExtent parameter is invalid" for a particular layer</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/error-400-quot-quantizationextent-parameter-is/m-p/1236824#M49109</link>
      <description>&lt;P&gt;The GIS person in VT gov suggested that it might be caused by reprojection from&amp;nbsp;Vermont State Plane (EPSG: 32145) spatial reference to Web Mercator. He told me to use another layer (&lt;A href="https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fservices1.arcgis.com%2FBkFxaEFNwHqX3tAw%2FArcGIS%2Frest%2Fservices%2FFS_VCGI_VTPARCELS_WM_NOCACHE_v2%2FFeatureServer&amp;amp;data=05%7C01%7Cjinan%40deloreanpower.com%7Cf2ef076cd10345fc7d6408dad3ae68d6%7C6ceb0ddaf44249f182147fa62d4d3b3f%7C0%7C0%7C638055043916904147%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=VB7yisY2TQz%2BR9Yynd0980gRvqOGLzS%2FbXaWNoQUAm8%3D&amp;amp;reserved=0" target="_blank"&gt;https://services1.arcgis.com/BkFxaEFNwHqX3tAw/ArcGIS/rest/services/FS_VCGI_VTPARCELS_WM_NOCACHE_v2/FeatureServer&lt;/A&gt;), which solved the problem&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 15:40:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/error-400-quot-quantizationextent-parameter-is/m-p/1236824#M49109</guid>
      <dc:creator>JINANYI</dc:creator>
      <dc:date>2022-12-01T15:40:03Z</dc:date>
    </item>
  </channel>
</rss>

