<?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 Issue with adding both GeoWebCache WMTS and ArcGIS Tiled services to Flexviewer 3.5 in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/issue-with-adding-both-geowebcache-wmts-and-arcgis/m-p/300466#M8865</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The issue I am dealing with is tiled services, when I add a WMTS from GeoWebcache none of the MapServices work. I imagine it has something to do with the tileset matrix, but what would need to be set so both work in unison.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is my config.xml entry&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
&amp;lt;map wraparound180="false" esrilogovisible="false" initialextent="-49.5 -14.3 99.4 75.1" top="40" portalurl="some_portalurl" addarcgisbasemaps="false" wkid="4326" bottom="25"&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;basemaps&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer type="wmts" label="GWC Test" url="http://hostname/geowebcache/service/wmts" imageformat="png"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; visible="true" style="_null" servicemode="KVP" layerid="test_gwc_layer" tilematrixsetid="EPSG:4326" /&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer type="tiled" label="AGS Test" url="http://hostname/ArcGIS/rest/services/Basemap/test_ags_layer/MapServer" 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; visible="false" /&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;/basemaps&amp;gt;
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Both are 4326, but if the wmts is set to visible="true" then only wmts services work and if tiled is set to visible="true" then only tiled services work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: dynamic and wms services work in both cases. The issue only is with tiled services (ArcGIS tiled and GeoWebCache wmts)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;flexviewer 3.5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Server 9.3.1 and 10.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GeoWebCache 1.5.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;crossdomain.xml has been added to the GeoWebCache web root&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;....any suggestions? I would expect both to work, especially one being an OGC standard.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Respectfully,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Daniel Berry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jan 2014 14:11:05 GMT</pubDate>
    <dc:creator>DanielBerry</dc:creator>
    <dc:date>2014-01-08T14:11:05Z</dc:date>
    <item>
      <title>Issue with adding both GeoWebCache WMTS and ArcGIS Tiled services to Flexviewer 3.5</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/issue-with-adding-both-geowebcache-wmts-and-arcgis/m-p/300466#M8865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The issue I am dealing with is tiled services, when I add a WMTS from GeoWebcache none of the MapServices work. I imagine it has something to do with the tileset matrix, but what would need to be set so both work in unison.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is my config.xml entry&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
&amp;lt;map wraparound180="false" esrilogovisible="false" initialextent="-49.5 -14.3 99.4 75.1" top="40" portalurl="some_portalurl" addarcgisbasemaps="false" wkid="4326" bottom="25"&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;basemaps&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer type="wmts" label="GWC Test" url="http://hostname/geowebcache/service/wmts" imageformat="png"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; visible="true" style="_null" servicemode="KVP" layerid="test_gwc_layer" tilematrixsetid="EPSG:4326" /&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer type="tiled" label="AGS Test" url="http://hostname/ArcGIS/rest/services/Basemap/test_ags_layer/MapServer" 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; visible="false" /&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;/basemaps&amp;gt;
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Both are 4326, but if the wmts is set to visible="true" then only wmts services work and if tiled is set to visible="true" then only tiled services work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: dynamic and wms services work in both cases. The issue only is with tiled services (ArcGIS tiled and GeoWebCache wmts)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;flexviewer 3.5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Server 9.3.1 and 10.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GeoWebCache 1.5.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;crossdomain.xml has been added to the GeoWebCache web root&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;....any suggestions? I would expect both to work, especially one being an OGC standard.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Respectfully,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Daniel Berry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 14:11:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/issue-with-adding-both-geowebcache-wmts-and-arcgis/m-p/300466#M8865</guid>
      <dc:creator>DanielBerry</dc:creator>
      <dc:date>2014-01-08T14:11:05Z</dc:date>
    </item>
  </channel>
</rss>

