<?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: Access ArcGIS JS API from external JS file? in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/access-arcgis-js-api-from-external-js-file/m-p/843746#M9648</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No the index.html is the page where the map is loaded in, so if you download you're map from the WAB the index.html page which is included there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The workflow of the system to try and put it short is as follow:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The user logs into the system.&lt;/LI&gt;&lt;LI&gt;Chooses a filter e.g. Africa - the map opens then with Africa's extent.&lt;/LI&gt;&lt;LI&gt;Dropdown is above the map with a list of African countries.&lt;/LI&gt;&lt;LI&gt;As soon as a country is chosen the system zooms to that country and a list of mines appear on the next dropdown.&lt;/LI&gt;&lt;LI&gt;The user selects a mine and the system zooms to that mine.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what I have done is the following, adding my script to this index.html page and then whenever the dropdowns change my .net server page responds with the filtered results for the next dropdown. So this is why I have followed this route and not a widget, if however you can tell me how I can use widgets here I would love to of course.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Nov 2016 13:21:02 GMT</pubDate>
    <dc:creator>BrettKruger</dc:creator>
    <dc:date>2016-11-02T13:21:02Z</dc:date>
    <item>
      <title>Access ArcGIS JS API from external JS file?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/access-arcgis-js-api-from-external-js-file/m-p/843742#M9644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have created my map with the webapp builder and plugged it into a system. When displaying the map I use the index.html file from the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I load my script like this at the bottom of the index.html file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;lt;script type="text/javascript" src="*.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My script does a basic thing like a zoom using the CentreAndZoom function of the map, but I do however create a point by using legacy code such as:&amp;nbsp;point = new esri.geometry.Point(lng, lat);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it seems I cannot access anything else in the JS api, any ideas why or how to enable my js file to have access to the functions provided by the API?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My js file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//map object&lt;BR /&gt;var esriMap;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;function zoomTo(lat, lng, factor) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var point;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; point = new esri.geometry.Point(lng, lat);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; esriMap.centerAndZoom(point, factor);&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;function setZoom(faktor) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; esriMap.setZoom(faktor);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happens so far is that I have dropdowns on my html page and this calls my zoomTo function which zooms to a point on the map. I am trying now to highlight the point with the &lt;SPAN style="color: #636363; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; font-size: 20.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #fefefe; display: inline !important; float: none;"&gt;SimpleMarkerSymbol&lt;/SPAN&gt; function but I cannot get any access to it at all, says undefined now this could be that I do not declare it but if my point is declared in this matter and works should a markersymbol not work the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking forward to you're responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brett&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 12:17:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/access-arcgis-js-api-from-external-js-file/m-p/843742#M9644</guid>
      <dc:creator>BrettKruger</dc:creator>
      <dc:date>2016-11-02T12:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Access ArcGIS JS API from external JS file?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/access-arcgis-js-api-from-external-js-file/m-p/843743#M9645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Brett,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp;I am pretty confused why you would go this route or still be using ANY legacy code. The issue may be that your script is getting added before the JS api is loaded but I can not say for sure. Why are you not just creating a widget t do this?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 12:42:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/access-arcgis-js-api-from-external-js-file/m-p/843743#M9645</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-02T12:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Access ArcGIS JS API from external JS file?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/access-arcgis-js-api-from-external-js-file/m-p/843744#M9646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the fast reply, the system itself is a .net system with the map created and downloaded from the webapp builder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the map gets loaded I have created dropdowns on the index.html page. I guess I followed this route because I am most probably not too sure how I would do it in a widget, I know widgets are the correct route to follow. I am still very inexperienced when it comes to the widgets interacting with dropdowns/buttons on a page as I have tried using JS to access them but always tend to not get it to work : / not in the html page of the widget itself but rather in the page where the map is loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically what would happen is that after a dropdown option is selected I call my js file with my zoom function and use the map object to zoom to the point. I know in a widget this is very simple even the highlight it as I have done it in other widgets (which you actually helped me with the calculations of segments &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt; )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 13:05:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/access-arcgis-js-api-from-external-js-file/m-p/843744#M9646</guid>
      <dc:creator>BrettKruger</dc:creator>
      <dc:date>2016-11-02T13:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Access ArcGIS JS API from external JS file?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/access-arcgis-js-api-from-external-js-file/m-p/843745#M9647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brett,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;OK so the index.html is not the WAB index.html then right? So you are using an iframe of something to load the WAB app or just the map to your index.html? So am still pretty confused on the workflow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 13:10:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/access-arcgis-js-api-from-external-js-file/m-p/843745#M9647</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-02T13:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Access ArcGIS JS API from external JS file?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/access-arcgis-js-api-from-external-js-file/m-p/843746#M9648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No the index.html is the page where the map is loaded in, so if you download you're map from the WAB the index.html page which is included there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The workflow of the system to try and put it short is as follow:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The user logs into the system.&lt;/LI&gt;&lt;LI&gt;Chooses a filter e.g. Africa - the map opens then with Africa's extent.&lt;/LI&gt;&lt;LI&gt;Dropdown is above the map with a list of African countries.&lt;/LI&gt;&lt;LI&gt;As soon as a country is chosen the system zooms to that country and a list of mines appear on the next dropdown.&lt;/LI&gt;&lt;LI&gt;The user selects a mine and the system zooms to that mine.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what I have done is the following, adding my script to this index.html page and then whenever the dropdowns change my .net server page responds with the filtered results for the next dropdown. So this is why I have followed this route and not a widget, if however you can tell me how I can use widgets here I would love to of course.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 13:21:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/access-arcgis-js-api-from-external-js-file/m-p/843746#M9648</guid>
      <dc:creator>BrettKruger</dc:creator>
      <dc:date>2016-11-02T13:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Access ArcGIS JS API from external JS file?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/access-arcgis-js-api-from-external-js-file/m-p/843747#M9649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brett,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Are you using .net to query the database because there is no ArcGIS service with the data that you can query?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 13:44:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/access-arcgis-js-api-from-external-js-file/m-p/843747#M9649</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-02T13:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Access ArcGIS JS API from external JS file?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/access-arcgis-js-api-from-external-js-file/m-p/843748#M9650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No I am using .NET because that is my background and I am still new to widgets only recently really started getting into it and the methodology and how it works. Also because I have control then over my SQL queries to my DB - so its easier for me to populate the dropdowns with those results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So to answer your question it is a feature service with points on the map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 13:56:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/access-arcgis-js-api-from-external-js-file/m-p/843748#M9650</guid>
      <dc:creator>BrettKruger</dc:creator>
      <dc:date>2016-11-02T13:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Access ArcGIS JS API from external JS file?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/access-arcgis-js-api-from-external-js-file/m-p/843749#M9651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brett,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;OK no time like the present to dive in then. What you are wanting to do is not to hard in a custom widget. So start by&amp;nbsp;following this page&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/web-appbuilder/sample-code/create-custom-in-panel-widget.htm" title="https://developers.arcgis.com/web-appbuilder/sample-code/create-custom-in-panel-widget.htm"&gt;Create a custom in-panel widget—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to get a panel widget going or if you would like the comboboxes to be in the header of the Foldable theme then let me know that and I can provide guidance for that route.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 14:09:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/access-arcgis-js-api-from-external-js-file/m-p/843749#M9651</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-02T14:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Access ArcGIS JS API from external JS file?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/access-arcgis-js-api-from-external-js-file/m-p/843750#M9652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen that tutorial and understand the basics such as those so far. Please correct me if I am not understanding you correct, so you suggest that I add my dropdowns into the widget's HTML page and have it as an in-panel widget? So what will happen then is to modify the config file to have the widget openAtStart? These dropdowns will then still query my .NET server pages and return with results to populate the values of the dropdowns?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 06:44:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/access-arcgis-js-api-from-external-js-file/m-p/843750#M9652</guid>
      <dc:creator>BrettKruger</dc:creator>
      <dc:date>2016-11-03T06:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Access ArcGIS JS API from external JS file?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/access-arcgis-js-api-from-external-js-file/m-p/843751#M9653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have got it working in the way which I originally wanted to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my marker I was using this page on the API: &lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jsapi/simplemarkersymbol-amd.html" title="https://developers.arcgis.com/javascript/3/jsapi/simplemarkersymbol-amd.html"&gt;https://developers.arcgis.com/javascript/3/jsapi/simplemarkersymbol-amd.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jsapi/simplemarkersymbol-amd.html" title="https://developers.arcgis.com/javascript/3/jsapi/simplemarkersymbol-amd.html"&gt;SimpleMarkerSymbol | API Reference | ArcGIS API for JavaScript 3.18&lt;/A&gt; &lt;/P&gt;&lt;P&gt;After including it like this from the legacy example it actually became a JS object and I could start using and adding to the map.&lt;/P&gt;&lt;PRE class="" style="margin: 0px; white-space: pre-wrap; line-height: normal; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 14px; word-wrap: break-word; tab-size: 4; max-width: 100%; border-radius: 3px; padding: 0.5em 0px 0.5em 0.5em; background: #fafafa; color: #4d4d4d; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; border: 2px solid #dddddd;"&gt;&lt;SPAN class="" style="margin: 0px; color: #dd1144;"&gt;marker = new esri.symbol.SimpleMarkerSymbol();&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know you are not encouraging the way I am using the API (outside of widgets) but perhaps if you ever get a gap in your schedule I can perhaps show you the system and how I am coding it. I am sure you could perhaps give me extremely valuable pointers and tips on how to rather improve my coding and where/what I should rather have done instead of how I have done it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks as always for you're rapid responses and valuable input. Please do let me know if you would like to see the system and code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brett Kruger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 09:14:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/access-arcgis-js-api-from-external-js-file/m-p/843751#M9653</guid>
      <dc:creator>BrettKruger</dc:creator>
      <dc:date>2016-11-03T09:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Access ArcGIS JS API from external JS file?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/access-arcgis-js-api-from-external-js-file/m-p/843752#M9654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brett,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;So you suggest that I add my dropdowns into the widget's HTML page and have it as an in-panel widget? Yes&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;So what will happen then is to modify the config file to have the widget openAtStart? Yes&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;hese dropdowns will then still query my .NET server pages and return with results to populate the values of the dropdowns? I you have to but you said that you have this data available as a map service so you can use a QueryTask to get the info instead.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 11:52:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/access-arcgis-js-api-from-external-js-file/m-p/843752#M9654</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-03T11:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Access ArcGIS JS API from external JS file?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/access-arcgis-js-api-from-external-js-file/m-p/843753#M9655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brett,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I have a custom&amp;nbsp;JS API sample already created to use a .net service to get US state names and their counties that I can easily convert to a widget or I can update it to use a map service instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 12:48:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/access-arcgis-js-api-from-external-js-file/m-p/843753#M9655</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-03T12:48:11Z</dc:date>
    </item>
  </channel>
</rss>

