POST
|
Thanks, I had tried q=tags:"tag1" or "tag2" but not q=tags:"tag1" OR "tag2" (uppercase OR). Quotes don't seem to be necessary in this example. This works perfect. BTW shouldn't it be tags:tag1 OR tags:tag2
... View more
08-06-2020
06:22 AM
|
1
|
0
|
33
|
POST
|
Hi, I'm trying to search items in Agol that have one or more tags from a list. For instance, when searching for tag1,tag2, I'd like to find all items that have either tag1 or tag2 (or both). Some things I've tried: q=tags:tag1,tag2 q=tags:tag1 OR tags:tag2 And several permutations of this, but none seem to work. If I search for a single individual tag, it works as expected. The documentation only shows searching for a single tag, but the name of the parameter (tags) suggest multiple tags should be supported. Is this possible at all, or should I do a separate search for each tag?
... View more
08-06-2020
05:43 AM
|
0
|
2
|
63
|
POST
|
It seems that between version 4.9 and 4.10, display of a graphic's symbol was changed so that it's rotation is always relative to the screen rather than the mapview. I have added some features to a graphicslayer that I want to point in a certain compass direction, which obviously does not work now. Is there an option to override the default behavior, and set the angle relative to the mapview's rotation?
... View more
12-18-2019
03:22 AM
|
0
|
1
|
134
|
POST
|
Hi, I'm trying to use dynamic data layers in ArcGIS Server REST to replace the datasource for a layer in a mapservice when making a request to the /export method. What happens is that for certain users, instead of the original featureclass, a view is used in order to limit what they see on the map. This already works. However, when using a dataLayer object, I'm forced to also provide a drawingInfo object that specifies the symbology. But this particular mapservice uses some complicated symbols that cannot be reproduced by the renderer in the drawingInfo. I was wondering if there is a way to tell ArcGIS Server to use the renderer from an existing mapLayer in the service, and only replace the datasource being used. I also noticed there is something called a workspaceLayer that can be used when the service is published by ArcGIS Pro, and which references a .lyrx file. So far I haven't been able to get the proper syntax. For example, setting dynamicLayers to [ { "id" : 1 , "source" : { "type" : "workspaceLayer" , "workspaceId" : "TEST_WS" , "layerId" : "layerfile.lyrx" } } ] gives me: 'Unable to create workspaceLayer with invalid 'layerId' input.'
... View more
12-06-2019
12:29 AM
|
0
|
0
|
79
|
POST
|
I noticed that the native ArcGIS MessageBoxes have their own button on the Windows taskbar (e.g. the 'Do you want to save...' box when closing Pro). This can be somewhat confusing for users, especially when the setting to group taskbar buttons is not enabled, so I was wondering if it it possible to change this behavior. One thing that is very annoying happens when hovering the mouse over the taskbar button, and then hovering over the MessageBox thumbnail; all other windows, including the ArcGIS Main window, will now be hidden (default Windows 10 behavior). The same happens when showing a MessageBox from an add-in. It doesn't seem to matter if I set the parent window or not: ArcGIS . Desktop . Framework . Dialogs . MessageBox . Show ( Application . Current . MainWindow , "Message" ) ; Note that unfortunately I'm still working with 2.2, so if anyone can confirm wether this is fixed in a later version, that's OK too.
... View more
10-02-2019
07:47 AM
|
0
|
0
|
69
|
POST
|
Cool, thanks for the fast reply. I also found this in the mean time: ProGuide Custom settings · Esri/arcgis-pro-sdk Wiki · GitHub
... View more
09-03-2019
06:36 AM
|
0
|
0
|
35
|
POST
|
When writing an add-in for ArcGIS Pro, is it possible to add sections to the Project → Options window? I would like to store settings for my add-in, and it would be nice to integrate those in the existing window, rather than having an extra 'settings' button on the ribbon, to open a custom window.
... View more
09-03-2019
06:08 AM
|
0
|
2
|
84
|
POST
|
One of our user stories described a rule where after a split, a certain attribute value of one of the parts should retain its value, whereas that value for all other parts should be set to 0. I was so focused on the split action, that I didn't think of the more general rule where all new features should have that value set to 0. This can easily be achieved by listening to the RowCreated event.
... View more
05-28-2019
12:00 AM
|
0
|
0
|
25
|
POST
|
I know this is a very old thread, but since it took me forever to find out how this works, I'll post anyway. To relate records from two tables that already have a relationship class defined, do this: Open the table view for both featureclasses / tables Select the records you want to relate On the Edit tab on the ribbon, click the Attributes button to open the Attributes pane. The top part contains the selected records. Expand either one of the records, so that the name of the relationship class becomes visible Right click on the relationship class, and select Add Selected to Relationship
... View more
05-23-2019
05:35 AM
|
3
|
0
|
145
|
POST
|
Thanks for the reply, Sean. It turned out this was an X/Y problem, so I don't need a Split event in the end.
... View more
05-22-2019
11:54 PM
|
0
|
2
|
25
|
Online Status |
Offline
|
Date Last Visited |
Friday
|