<?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 Only basemap visible on internet facing page in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/only-basemap-visible-on-internet-facing-page/m-p/405071#M37290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a map that has one polygon layer, and a few feature layers that are controlled by the user with checkboxes. The page is on a server that allows browsing from within my company's network, and also anonymous access browsing from the internet. Within our network, I can see the polygon overlay, and any feature layer. But at home, using internet access, only the basemap works. I am calling the other layers using the convention of calling the service using the server name, such as &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;var somename= new esri.layers.FeatureLayer ("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://mygisserver02/arcgis/rest/services/amenities/blahblah/MapServer/15" rel="nofollow" target="_blank"&gt;http://mygisserver02/arcgis/rest/services/amenities/blahblah/MapServer/15&lt;/A&gt;&lt;SPAN&gt;");&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using ArcGIS JavaScript API to build the maps. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Question: do you guys use this convention to call map services on internet facing web sites? I do not know too much about networking, and the networking guys here cannot help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any advice is appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jan 2013 18:38:19 GMT</pubDate>
    <dc:creator>DavidLetz</dc:creator>
    <dc:date>2013-01-16T18:38:19Z</dc:date>
    <item>
      <title>Only basemap visible on internet facing page</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/only-basemap-visible-on-internet-facing-page/m-p/405071#M37290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a map that has one polygon layer, and a few feature layers that are controlled by the user with checkboxes. The page is on a server that allows browsing from within my company's network, and also anonymous access browsing from the internet. Within our network, I can see the polygon overlay, and any feature layer. But at home, using internet access, only the basemap works. I am calling the other layers using the convention of calling the service using the server name, such as &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;var somename= new esri.layers.FeatureLayer ("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://mygisserver02/arcgis/rest/services/amenities/blahblah/MapServer/15" rel="nofollow" target="_blank"&gt;http://mygisserver02/arcgis/rest/services/amenities/blahblah/MapServer/15&lt;/A&gt;&lt;SPAN&gt;");&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using ArcGIS JavaScript API to build the maps. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Question: do you guys use this convention to call map services on internet facing web sites? I do not know too much about networking, and the networking guys here cannot help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any advice is appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 18:38:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/only-basemap-visible-on-internet-facing-page/m-p/405071#M37290</guid>
      <dc:creator>DavidLetz</dc:creator>
      <dc:date>2013-01-16T18:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Only basemap visible on internet facing page</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/only-basemap-visible-on-internet-facing-page/m-p/405072#M37291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you can abstract away the JS API from this question and just focus on the REST endpoints for your services.&amp;nbsp; Mygisserver02 has to be exposed to the public internet in order for you to load a map service in REST outside your work network using a url like the following directly in the browser.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mygisserver02/arcgis/rest/services/amenities/blahblah/MapServer"&gt;http://mygisserver02/arcgis/rest/services/amenities/blahblah/MapServer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Usually this is accomplished by standing up a reverse proxy which forwards specific requests from the the outside world to an internal machine in a controlled manner.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 17:19:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/only-basemap-visible-on-internet-facing-page/m-p/405072#M37291</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-01-17T17:19:33Z</dc:date>
    </item>
  </channel>
</rss>

