Not visible OSM layer on some machines

2489
1
Jump to solution
04-30-2015 05:00 AM
AnatoliiTerentiev
Occasional Contributor III

Dear Gurus!

In silverlight project  I use OSM layer and my GIS service as follows

<esri:Map x:Name="myMap" Background="White" WrapAround="true" 
          Extent="3200000,8500000,4250000,10130000" MouseClick="Map_MouseClick" >
         <esri:OpenStreetMapLayer ID="OSMLayer" Style="Mapnik" />
         <esri:ArcGISDynamicMapServiceLayer ID="My layer" 
                            Url="http://Computer:6080/ArcGIS/rest/services/karelia/MapServer" />
</esri:Map>

The site is running on IIS server. And from some computers from internet or  intranet all works fine, but on some ones OSM layer not visible, when layer of my gis service - is visible. What may be the reason?

0 Kudos
1 Solution

Accepted Solutions
AnatoliiTerentiev
Occasional Contributor III

I solved the problem by adding external dns address.

"Some" computers were in intranet and uses only internal dns server.

View solution in original post

0 Kudos
1 Reply
AnatoliiTerentiev
Occasional Contributor III

I solved the problem by adding external dns address.

"Some" computers were in intranet and uses only internal dns server.

0 Kudos