|
POST
|
We have requirement to develop a RUI web application [simple - non editing - with reports and printing] which should be accessible in desktop , tablets and mobile devices. Application should be rich user interface and attracts customers and works in all browsers. I need to which ESRI API suits for this ?. We are ESRI shop and data reside in Oracle 10g - ArcSDE. Can any one point me right direction on correct technology stack and architecture.
... View more
07-26-2013
09:14 AM
|
0
|
1
|
623
|
|
POST
|
Hi, We use geoprocessing service in our application and one of the tool we are using is Aggregate Polygon tool in Cartography. This tool is being used to union two or more geometries which are at a particular distance from each other and these geometries can contain exclusions(inner ring). But the issue we are facing is if the exclusion polygon(inner ring) contains 3 vertices, then Aggregate Polygon is removing the exclusion polygon. We tried with so many parameters and even tried with giving some values in Minimum_Hole_Size but no success. Any help would be very much appreciated. Please find attached document which explains the issue using ArcMap. Please let me know if you need more information. Thanks SR
... View more
07-11-2013
09:37 AM
|
0
|
2
|
1067
|
|
POST
|
For 1) http://forums.arcgis.com/threads/55698-How-to-export-web-map-include-graphic-layer-in-ArcGIS-10.1 For 2 ) Yes, you can do it by creating PDF from server side. Pass the visible layer ids, extent, graphics (in JSON format) and recreate everything from mxd and create a PDF. I am doing this and it works fine. But some issues exists we cannot avoid though. Otherwise use some sliverlight (assume) get an image of web map and convert to PDF. This is another thought process. Hope this helps bit.
... View more
05-16-2013
06:34 AM
|
0
|
0
|
365
|
|
POST
|
All, I am looking for good solution for the custom printing reqmt. We have sliverlight application which does printing using Arcobjects (using mxd template) using Geoprocessing Tool which has lot of issues. Print functionality outputs the PDF file (as attached PrintPDF.jpg) which has custom graphics layers with shapes and texts. We also need to print other header information and vertices (A,B..N) coordinates details. As a first step, I need to create a map with graphics layer in PDF format and then edit the PDF to add header and cooridnates detail. a) ESRI Sliverlight API 3.1 does not able to print custom graphic layer and text symbols. How to do it? b) How to save the PDF generated in server Please help me on these above two questions?
... View more
05-15-2013
05:45 AM
|
0
|
0
|
2014
|
|
POST
|
In our sliverlight application for many work flows we are changing map extents. Below method has been called multiple times , application throws stack over flow exception. We could not find reason for this issue, Can any one provide me best way to handle this issue ? Please help this is urgent production issue public void SetMapExtent(Envelope envelope) { if (envelope.SpatialReference == null) envelope.SpatialReference = mapSection.SpatialReference; mapSection.Extent = envelope; }
... View more
04-29-2013
12:21 PM
|
0
|
2
|
824
|
|
POST
|
Hi Dave, Thanks for your response. Now, this is getting tougher, if these changes brings performance impact then we may not able to do this. Do we have any other solution for this case?. Sorry to bother you, but any impact on performance surely not an acceptable solution for end users.
... View more
04-19-2013
06:27 AM
|
0
|
0
|
1175
|
|
POST
|
We have plans to migrate to 10.1, but not immedetialy, can you give me a solution using 10.0. I am asking end users to increase zoom % and work on but that does not help other people. Do you want me to create a ticket with ESRI on this?
... View more
04-18-2013
10:04 AM
|
0
|
0
|
1175
|
|
POST
|
I am sorry, that was typo. I am using ArcGIS server 10 SP4. Please let me know how to resolve the issue.
... View more
04-18-2013
08:10 AM
|
0
|
0
|
1175
|
|
POST
|
All, We are facing an issue on ESRI sliverlight (v 3.1) based web applcication. Few of the users complaining that map is not being displayed in their machine. When I investigated fiddler log, map service (using 10.1) request throws 404 error . Below is the detailed Error Specified format is not supported Code: 400 Image width is not in range. Valid range is from 1 to 2048. Users are using dual monitors and different browser zoom levels, so few people are ok and few other facing trouble in viewing map layers, how to fix this issue for different screen resolutions and browser zoom levels?? I am looking for comprehensive solution for this issue. Thanks in advance
... View more
04-17-2013
12:07 PM
|
0
|
7
|
3416
|
|
POST
|
All, I am using Geoprocessing tools which is written using Arcobjects (in C#) - which makes heavy compuations and returns result to my client (sliverligt application). These compuation process takes huge memory when multiple users access the services. I want to know if we can convert Arobjects to python and publish the service will it improve the performance?. Is there direct way to convert AO code to python? I use ArcGIS 10 SP2. Any suggestions are welcome.
... View more
03-28-2013
01:53 PM
|
0
|
0
|
582
|
|
POST
|
Broux - Thank you. I dont see this timeout issue, this just simple feature layer with 700 polygons. This error is random, as you said I will handle this error, but would like to find the reason for the issue.
... View more
02-20-2013
03:03 AM
|
0
|
0
|
451
|
|
POST
|
We are using ESRI SL 2.4 API- and our application has one dynamic service and one feature layer. Only few of the users getting below error, not sure whether this is issue with Microsoft sliver light version. Any quick help on this. Error: Layer not found: -1 at ESRI.ArcGIS.Client.Layer.OnInitializationFailed(EventArgs e) at ESRI.ArcGIS.Client.Layer.Initialize() at ESRI.ArcGIS.Client.FeatureLayer.info_Error(Object sender, TaskFailedEventArgs e) at ESRI.ArcGIS.Client.FeatureService.FeatureLayerInfo.OnError(Exception err) at ESRI.ArcGIS.Client.FeatureService.FeatureLayerInfo.Execute_Completed(Object sender, DownloadStringCompletedEventArgs e) at System.Net.WebClient.OnDownloadStringCompleted(DownloadStringCompletedEventArgs e) at System.Net.WebClient.DownloadStringOperationCompleted(Object arg)
... View more
02-15-2013
07:37 AM
|
0
|
2
|
982
|
|
POST
|
Let me rewrite my question. My sliverlight application I will sending list of geometries as featureset to Aggregate Tool which aggregates the polygon and result will be passed to another Geoprocessing tool (second tool) which takes input as feature set. Result from aggregate tool is feature class which am not able to edit the property to change to feature set . I want output of aggregate tool in form feature so that i can send as input and process. is that clear?
... View more
11-20-2012
09:04 AM
|
0
|
0
|
762
|
|
POST
|
you shouldn't must change output. At client it returns a feature set I want to pass this output to another model which takes featureset as input, how to go about?
... View more
11-20-2012
04:27 AM
|
0
|
0
|
762
|
|
POST
|
Thank you. It helped me. But I cannot change the output parameter (which is of type feature class). When I open the model and edit the type - it is freezed. How to change this specifically?.
... View more
11-20-2012
02:08 AM
|
0
|
0
|
762
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-13-2020 11:23 AM | |
| 1 | 02-25-2019 01:00 PM | |
| 1 | 04-29-2021 08:33 AM | |
| 1 | 04-12-2018 02:50 PM | |
| 1 | 05-19-2014 11:23 AM |
| Online Status |
Offline
|
| Date Last Visited |
07-25-2022
11:27 AM
|