POST
|
Hello, Can you poste your source code ? Also send me detail error message. In my case there are few KMZ which are posing same error but others are displaying correctly. Try to open one by one KMZ to check is there any error with any specific KMZ.
... View more
10-07-2013
07:36 AM
|
0
|
0
|
24
|
POST
|
I have tried this and the kmz layer does not render in either the ArcGIS web part or the ESRI wed part. The map does render. I am on an SP site with HTTPS enabled and I have followed the instructions to set things up for this scenario but there is a Layer Initialization error - the language in the error references a security exception. Has anyone come across this? Thanks Paul Hi, Have you tried on SP site without HTTPS ? If it's work, then something to do with security exception.
... View more
10-06-2013
11:27 PM
|
0
|
0
|
24
|
POST
|
Hello, Adding kmz/kml directly to Esri Maps for SharePoint is not supported, but you could create a map in ArcGIS Online and then open/add that map in either the Esri Maps Web Part (JavaScript) or ArcGIS Map Web Part (Silverlight). Hope that helps, Katy Hello, I wanted to open KMZ using extensibility Silverlight API which I succeed. Thanks again for your reply. Satyam
... View more
10-06-2013
11:26 PM
|
0
|
0
|
24
|
POST
|
You made my day and saved a lot of time. It works. I don't understand yet that what you proposed me I had tried once but it was not worked. Once again thank you very much. Satyam
... View more
10-02-2013
07:21 AM
|
0
|
0
|
12
|
POST
|
Hello, I am developming custom Behavior for "ArcGIS for SharePoint". I have started by selecting "ArcGIS viewer for Silverlight project". In this project, there are two files .xaml and MyBhavaior.cs file. I am using Silverlight client object model to get SharePoint list data in MyBhavaior.cs file, but my ClientContext is always null and throws an error even though I get right URL of SharePoint site. Anyone can help me to resolve it ? Please find implemented code below. #region Behavior Overrides protected override void OnAttached() { base.OnAttached(); List<string> KMZUrls = new List<string>(); ClientContext _clientContext = new ClientContext(ApplicationContext.Current.Url); Web rootWeb = _clientContext.Site.RootWeb; _clientContext.Load(rootWeb); List list = rootWeb.Lists.GetByTitle("SharePoint List"); CamlQuery query = new CamlQuery(); query.ViewXml = "<View><Query></Query></View>"; //List<string> KMZUrls = new List<string>(); ListItemCollection items = list.GetItems(query); ....... } Thanks, Satyam
... View more
09-30-2013
05:57 AM
|
0
|
2
|
433
|
POST
|
Hello, As we know that ESRI Maps for SharePoint does not have direct support for adding kmz files, I would like to display / add .kmz file on the map inside webpart. I guess that it's possible by doing custom development. My kmz files are stored in SharePoint list. Has anyone has done this before ? Thanks in advance, Satyam
... View more
09-19-2013
10:58 PM
|
0
|
7
|
3127
|
POST
|
Hello again, No reply from anyone. Any help on this subject is appreciated. Thanks again, Satyam
... View more
09-19-2013
04:23 AM
|
0
|
0
|
27
|
POST
|
Hello, We are using ArcGIS for SharePoint version 2.1 and have ArcGIS for Server standard license. As we know that ArcGIS for SharePoint does not have direct support for adding kmz files, I would like to display / add .kmz file on the map inside webpart. I guess that it's possible by doing custom development. My kmz files are stored in SharePoint list. How can I achieve this ? Any help from anyone ? Thanks in advance, Satyam
... View more
09-17-2013
01:53 AM
|
0
|
1
|
666
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|