<?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: Display selective features from a layer? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197104#M18262</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Ken!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Aug 2013 14:35:31 GMT</pubDate>
    <dc:creator>JatinPatel</dc:creator>
    <dc:date>2013-08-29T14:35:31Z</dc:date>
    <item>
      <title>Display selective features from a layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197102#M18260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a layer (Not a feature layer). Is it possible to display only a few selected (based on a query) features from that layer on the map?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 17:10:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197102#M18260</guid>
      <dc:creator>JatinPatel</dc:creator>
      <dc:date>2013-08-12T17:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Display selective features from a layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197103#M18261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The layerDefinitions property can be used to filter the features of the individual layers in a map service. Take a look at the &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/en/javascript/jsapi/arcgisdynamicmapservicelayer-amd.html#setlayerdefinitions" rel="nofollow" target="_blank"&gt;code snippet&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 18:20:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197103#M18261</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2013-08-12T18:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Display selective features from a layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197104#M18262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Ken!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 14:35:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197104#M18262</guid>
      <dc:creator>JatinPatel</dc:creator>
      <dc:date>2013-08-29T14:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Display selective features from a layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197105#M18263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The layerDefinitions property can be used to filter the features of the individual layers in a map service. Take a look at the &lt;A href="https://developers.arcgis.com/en/javascript/jsapi/arcgisdynamicmapservicelayer-amd.html#setlayerdefinitions"&gt;code snippet&lt;/A&gt;.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ken,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to set a criteria using geometry in this case?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 15:14:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197105#M18263</guid>
      <dc:creator>JatinPatel</dc:creator>
      <dc:date>2013-08-29T15:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Display selective features from a layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197106#M18264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you mean selection by location? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can define a QueryTask and in your Query definition you can set your query geometry and type of relationship, and display only the features you want in a graphic layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this will help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 16:26:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197106#M18264</guid>
      <dc:creator>ZachLiu1</dc:creator>
      <dc:date>2013-08-29T16:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Display selective features from a layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197107#M18265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Do you mean selection by location? &lt;BR /&gt;&lt;BR /&gt;You can define a QueryTask and in your Query definition you can set your query geometry and type of relationship, and display only the features you want in a graphic layer.&lt;BR /&gt;&lt;BR /&gt;Hope this will help.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Querytask will not work. It can only create a dummy graphic on top of the layer, I would like to actually display the layer itself with only the features that fall inside a certain geometry, just like layerDefinitions for an attribute criteria.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 16:43:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197107#M18265</guid>
      <dc:creator>JatinPatel</dc:creator>
      <dc:date>2013-08-29T16:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Display selective features from a layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197108#M18266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is no easy solution for what you need. One option I can think of is like the following workflow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Create a feature layer&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Set its renderer to blank symbol so that no features will be displayed.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;setSelectionSymbol to symbols for the selected features.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Use selectFeatures to apply the criteria defined by both attributes and geometries.&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;SPAN&gt;This way, it will only display the features filtered by attributes and geometries.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 17:40:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197108#M18266</guid>
      <dc:creator>JasonZou</dc:creator>
      <dc:date>2013-08-29T17:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Display selective features from a layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197109#M18267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is no direct solution. Other option can be....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Use querytask to get the objectIds of the features of layer within the geometry.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And then set the layerDefinitionExpression for the the layer by passing the returned ObjectIds. Like OBJECTID IN (1,2,3.......)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But there might be the limitations of number of objectid's to be passed to the layerdefinition expression. If records returned are more...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 11:42:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197109#M18267</guid>
      <dc:creator>VinayBansal</dc:creator>
      <dc:date>2013-08-30T11:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Display selective features from a layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197110#M18268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;There is no direct solution. Other option can be....&lt;BR /&gt;&lt;BR /&gt;Use querytask to get the objectIds of the features of layer within the geometry.&lt;BR /&gt;And then set the layerDefinitionExpression for the the layer by passing the returned ObjectIds. Like OBJECTID IN (1,2,3.......)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But there might be the limitations of number of objectid's to be passed to the layerdefinition expression. If records returned are more...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Vinay... I think that will solve my problem...!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 11:25:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197110#M18268</guid>
      <dc:creator>JatinPatel</dc:creator>
      <dc:date>2013-09-04T11:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Display selective features from a layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197111#M18269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;There is no direct solution. Other option can be....&lt;BR /&gt;&lt;BR /&gt;Use querytask to get the objectIds of the features of layer within the geometry.&lt;BR /&gt;And then set the layerDefinitionExpression for the the layer by passing the returned ObjectIds. Like OBJECTID IN (1,2,3.......)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But there might be the limitations of number of objectid's to be passed to the layerdefinition expression. If records returned are more...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using exactly this approach to obtain a server-side response to a buffer query. The problem is that it works until the returned features (points, in my case) are 999. Then arcgis server returns a blank image in my arcgisoutput directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I already set the maxRecordCount variable to 5000.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 12:49:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197111#M18269</guid>
      <dc:creator>AlessioDi_Lorenzo</dc:creator>
      <dc:date>2013-09-19T12:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Display selective features from a layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197112#M18270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;maxRecordCount is a read-only property which is carried over from the map service. The only way you can increase the limit is to change maxRecordCount of a map service using ArcGIS Server Manager or ArcCatalog. Once set and published, maxRecordCount cannot be changed. In addition, maxRecordCount can only be set at the map service level, not the feature layer level. I've had a hard time to find it out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To ESRI development team: it's truely beneficial to be able to change maxRecordCount at both map service and feature layer level via JSAPI. One scenario we have experienced is that our app has to support both IE8 and other modern browsers. Since IE8 is much slower in Javascript execution, we have the need to limit maxRecordCount to 500 for IE8 users, and keep 1000 or even 2000 for other users.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 14:14:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197112#M18270</guid>
      <dc:creator>JasonZou</dc:creator>
      <dc:date>2013-09-19T14:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Display selective features from a layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197113#M18271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;maxRecordCount is a read-only property which is carried over from the map service. The only way you can increase the limit is to change maxRecordCount of a map service using ArcGIS Server Manager or ArcCatalog.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hi zj_zou,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this is what I've done and infact my queryTask returns results for more than 1000 features (the default value). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My problem is that when I use the objectids returned by the query in the layerDefinitions expression ( OBJECTID IN ('1','2',...) ) and the result of this filtering operation is grater than 1000, the respose from the server is a blank image&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;739 objectids passed in the definition expression:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]27585[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1160 objectids passed in the definition expression:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]27586[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 14:45:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197113#M18271</guid>
      <dc:creator>AlessioDi_Lorenzo</dc:creator>
      <dc:date>2013-09-19T14:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Display selective features from a layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197114#M18272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The feature limit does not apply to featureLayer.queryIds. Here is the description of the method on ESRI API description.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Query for ObjectIds. There is no limit on the number of ObjectIds that are returned from the server.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I believe the feature limit does apply to setDefinitionExpression.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 14:51:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197114#M18272</guid>
      <dc:creator>JasonZou</dc:creator>
      <dc:date>2013-09-19T14:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Display selective features from a layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197115#M18273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, does exist a way to go beyond this limitation?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For various reasons I have to use a dynamic map service layer to represent the buffer response&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thx&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 15:29:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197115#M18273</guid>
      <dc:creator>AlessioDi_Lorenzo</dc:creator>
      <dc:date>2013-09-19T15:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Display selective features from a layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197116#M18274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not I know of. As far as I know, the only way is to increase the limit using ArcGIS Server Manager.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 15:40:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197116#M18274</guid>
      <dc:creator>JasonZou</dc:creator>
      <dc:date>2013-09-19T15:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Display selective features from a layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197117#M18275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;As far as I know, the only way is to increase the limit using ArcGIS Server Manager.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course, but this is NOT the problem, because the maxrecordcount variable affects the queryTask, while I'm trying to understand what happens using the query task results, in the form of a string, as argument of the IN clause in a layerDefinitions object.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Later I will try to post some code...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 16:38:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197117#M18275</guid>
      <dc:creator>AlessioDi_Lorenzo</dc:creator>
      <dc:date>2013-09-19T16:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Display selective features from a layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197118#M18276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Solved using geoprocessing service with a result map&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 16:36:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-selective-features-from-a-layer/m-p/197118#M18276</guid>
      <dc:creator>AlessioDi_Lorenzo</dc:creator>
      <dc:date>2013-09-24T16:36:27Z</dc:date>
    </item>
  </channel>
</rss>

