POST
|
Hi Jennifer, Thanks. It helped! We missed on ToArray() method. Thanks again! Miri
... View more
07-26-2017
10:40 PM
|
0
|
0
|
103
|
POST
|
Hi everybody, We are using ArcGIS Runtime 100.1 and we want to retrieve records from a related table in a FeatureService. We are able to perform QueryRelatedFeaturesAsync and get the number of features by using NumberOfFeatures but we cannot find any method/property to retrieve the data itself. Here is the code we are using: // Select the features based on query parameters defined above var selectedFeatures = await idLayer.SelectFeaturesAsync(queryParams, Esri.ArcGISRuntime.Mapping.SelectionMode.New); var feature = selectedFeatures.First() as ArcGISFeature; var relatedResult = await table.QueryRelatedFeaturesAsync(feature); var relatedTbl = relatedResult[0].RelatedTable; var num = relatedTbl.NumberOfFeatures; What next?? Thanks a lot, Miri
... View more
07-25-2017
07:01 AM
|
0
|
20
|
1629
|
POST
|
Hi, One of our clients asks about installation on Amazon S3 : Is it better to install using cloudberry OR directly through ArcGIS Admin? What are the advantages and disadvantages of each way. Thanks, Miri
... View more
07-23-2017
12:28 AM
|
0
|
1
|
319
|
POST
|
Hi Kevin, Have you ever solved the problem with the duplicate entries? I also enforced 'unique track ID' selected on the stream output. I have assigned the unique event number as the track ID. But that doesn't seem to avoid duplicates. Thanks, Miri
... View more
11-24-2016
04:49 AM
|
0
|
0
|
21
|
POST
|
Hi Alex, Thank you for your reply. I tried it but it did not work. I think it is because it works fine with http, only https causes problems. So I tried {"WebSocketContextURL": "wss://yourserver:6143"} but that did not help either. My client has a problem also with http so I'll try it there and let you know. Thanks, Miri
... View more
11-11-2016
12:23 PM
|
0
|
1
|
191
|
POST
|
Hi, I have a StreamService that works fine when ArcGIS Server is configuted with HTTP. When I change it to HTTPS, it gives an error. Upon Subscribe: A web socket connection to the stream service running at https://mirie-pc.stltd.co.il/arcgis/rest/services/cars_Feed/StreamServer could not be established. Please inform the GIS Administrator. Upon watching service in JavaScript: Stream service url: https://mirie-pc.stltd.co.il/arcgis/rest/services/cars_Feed/StreamServer A web socket connection to the stream service running at https://mirie-pc.stltd.co.il/arcgis/rest/services/cars_Feed/StreamServer could not be established. Please inform the GIS Administrator. The Firewall is turned off. My browser supports WebSocket. How do I fix this problem? It is urgent.... Thanks a lot, Miri
... View more
11-08-2016
01:45 AM
|
0
|
10
|
3237
|
DOC
|
Hi Glenn, Thanks again. The Popup Panel widget is nice but I don't want to touch the Popup system, only the display of t he enhanced search results but maybe I can combine them both? The result should look like the attach picture (the text is in Hebrew but it doesn't matter). What do you think that will be easier: 1. To use the Popup Panel widget not for popup, but for the query results. 2. To change the CSS of the Query results and display them in the Tab theme. It looks like the second option is easier, but I'm not sure. Thanks, Miri
... View more
02-23-2016
07:06 AM
|
0
|
0
|
112
|
DOC
|
Hi Glenn, Thank you for your reply. Which different templates do you mean? Where exactly? I'm not sure I understand you. Thanks again, Miri
... View more
02-23-2016
04:32 AM
|
0
|
0
|
112
|
DOC
|
Hi Robert, I'm looking for a way to display the results of the query in a differnt DIV than the one it displays it now in the Widget. I'm looking for a display similar to Popup - Sidebar . I don't want it to influence the regular popup of the feature. What is the best and shortest way to do it? Is it better to adjust the size of your result display and change its css, position etc. to make it similar to the example OR to create a different DIV, where I can put my results the way I want it. There is no need to connect between the feature and the display result (e.g. double click the panel and zoom to the feature consequently). Thanks a lot, Miri
... View more
02-23-2016
01:58 AM
|
0
|
0
|
112
|
DOC
|
Hi Robert, I use the option ALL in these dropdowns because I want to use all the criterias that I select value for them in their ComboBox. Criterias that I don't select value in their ComboBox and they stay empty, I don't want to include in my query. That gives a lot of flexibility because: in query1 I want to ask about A and B and C so I select only values in ComboBox A, B ,C. in query2 I want to ask about D and E so I select only values in ComboBox D, E. If I would have select the option ANY, it would have select A or B or C but I don't want that. I want A and B and C (without D and E). Did I explain myself better now? Thanks a lot, Miri
... View more
10-21-2015
09:55 AM
|
0
|
0
|
58
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|