<?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 WMTS Layer as custom layer example not working in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/wmts-layer-as-custom-layer-example-not-working/m-p/248814#M5911</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;As above has anyone got this sample to work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/flex/sample-code/create-wmts-layer.htm"&gt;https://developers.arcgis.com/flex/sample-code/create-wmts-layer.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seem to be going round in circles trying to get a non-ESRI WMTS working for either KVP or RESTful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Oct 2014 11:11:29 GMT</pubDate>
    <dc:creator>leecollier</dc:creator>
    <dc:date>2014-10-27T11:11:29Z</dc:date>
    <item>
      <title>WMTS Layer as custom layer example not working</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/wmts-layer-as-custom-layer-example-not-working/m-p/248814#M5911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;As above has anyone got this sample to work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/flex/sample-code/create-wmts-layer.htm"&gt;https://developers.arcgis.com/flex/sample-code/create-wmts-layer.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seem to be going round in circles trying to get a non-ESRI WMTS working for either KVP or RESTful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 11:11:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/wmts-layer-as-custom-layer-example-not-working/m-p/248814#M5911</guid>
      <dc:creator>leecollier</dc:creator>
      <dc:date>2014-10-27T11:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: WMTS Layer as custom layer example not working</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/wmts-layer-as-custom-layer-example-not-working/m-p/248815#M5912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; It looks like OpenGeo has changed the available layers since this samples was made. All you need to do is change line 113 in the WMTSLayer.as to (important part is &amp;amp;LAYER):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14144231487782878 jive_text_macro" jivemacro_uid="_14144231487782878"&gt;
&lt;P&gt;+ "?SERVICE=WMTS&amp;amp;VERSION=1.0.0&amp;amp;REQUEST=GetTile" + "&amp;amp;LAYER=usa:states" + "&amp;amp;STYLE=_null" + "&amp;amp;FORMAT=image/png" + "&amp;amp;TILEMATRIXSET=EPSG:900913"&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also change the _baseURL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14144232066966450 jive_text_macro" jivemacro_uid="_14144232066966450"&gt;
&lt;P&gt;&lt;SPAN&gt;private var _baseURL:String = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://suite.opengeo.org/geoserver/gwc/service/wmts" rel="nofollow" target="_blank"&gt;http://suite.opengeo.org/geoserver/gwc/service/wmts&lt;/A&gt;&lt;SPAN&gt;";&lt;/SPAN&gt;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And zoom way out as the WMTS layer is now states.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 15:20:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/wmts-layer-as-custom-layer-example-not-working/m-p/248815#M5912</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-10-27T15:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: WMTS Layer as custom layer example not working</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/wmts-layer-as-custom-layer-example-not-working/m-p/248816#M5913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks as ever for your help. We struggled to get RESTful non-esri WMTS to work and eventually went with &lt;SPAN style="font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;extending the TiledMapServiceLayer object (?) as per the ESRI example. The only problem now is intergrating this solution into flex viewer.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 10:16:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/wmts-layer-as-custom-layer-example-not-working/m-p/248816#M5913</guid>
      <dc:creator>leecollier</dc:creator>
      <dc:date>2014-11-03T10:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: WMTS Layer as custom layer example not working</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/wmts-layer-as-custom-layer-example-not-working/m-p/248817#M5914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using WebTiled layer is probably better than extending the API, as it would make it work directly in the Flex Viewer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/WMS_WMTS_ArcIMS_WebTiled_and_Bing_Maps_layer_types/01m300000052000000/"&gt;http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/WMS_WMTS_ArcIMS_WebTiled_and_Bing_Maps_layer_types/01m300000052000000/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 23:43:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/wmts-layer-as-custom-layer-example-not-working/m-p/248817#M5914</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2014-11-06T23:43:41Z</dc:date>
    </item>
  </channel>
</rss>

