Hi developers
my problem is The Map does not display anything when entering the site from the ios-telephone (iPhone)
please help.
Map does not display anything
Hi Zaid,
Are you using our IOS edition or web edition?
If you are using web edition, what’s the browser you are using?
And please show us your code for reproduce that.
Regards,
Don
Are you using our IOS edition or web edition?
- web edition 4.5 .
-from any browser in iPhone.
you want the code in the new track for reproduce the map
that’s it:-
WmsOverlay wms = new WmsOverlay(MapData.Rows[0][“MapDataName”].ToString());
wms.ServerUris.Add(new Uri(serverPath));
wms.Parameters.Add(“MAPDATANAME”, MapData.Rows[0][“MapDataName”].ToString());
wms.Parameters.Add(“SRS”, “EPSG:900913”);
CygnusMap.CustomOverlays.Add(wms);
Hi Zaid,
Sorry that I was unable to reproduce the issue because I couldn’t get more information from the code you attached here. I browsed our wmsoverlay samples (samples.thinkgeo.com/webedition/howdoisamples/ -> click the Overlays -> Load a WmsOverlay) from ios-telphone and it works well. I guess it may be caused by the incorrect parameters which pass to the Wms Service. Please try browsing from PC if it still doesn’t work please attach a sample here. It’ll help us to find out the problem quickly.
Regards,
Peter