|
POST
|
One way to do this is with symbology and labeling. First, use a symbol (circle, square, etc.) and set the to correct size/color. Second, label your symbol using a unique number field (user created), label your point feature class, click placement options and select Place label on top of the point for your Point Settings. Adjust font/size if needed. See screen grab below - would this workflow work?
... View more
12-06-2016
08:26 AM
|
1
|
2
|
3171
|
|
POST
|
You can create a check-out, check-in replica where the child replica is a single user geodatabase (Access or File), do the edits in the child replica, and check it back into the parent replica on the SDE side. You are correct that a file geodatabase cannot be replicated FROM...the initiating process of replica creation starts with a multiuser geodatabase (SDE)
... View more
12-05-2016
01:59 PM
|
1
|
0
|
1694
|
|
POST
|
Geodatabase Replication would be a good option for this scenario.
... View more
12-05-2016
01:14 PM
|
2
|
0
|
1694
|
|
POST
|
Hi Emily - No such thing as a silly question especially with versioning. You are correct that if DEFAULT is set as PROTECTED, then only the owner (SDE in this case) can edit (i.e. post) to it. There is no way to enable the post command/GP tool by other users if DEFAULT is set as PROTECTED. This is not such a bad thing though as it prevents unauthorized edits making it to the DEFAULT version. At a minimum, I would create a version tree as follows: DEFAULT (owned by SDE/Protected), child version of DEFAULT called QAQC (owned by GIS Manager/Protected), one or more child versions of QA called (EDIT1, EDIT2 or similar - could be departments like PLANNING, TRANSPORTATION, etc.) (owned by editors/Public). This workflow does "complicate" things somewhat as only the GIS Manager can post to QAQC unless that version is set to PUBLIC and only SDE can post to DEFAULT. But it does keep edits "reviewable" on a few tiers so by the time the edits get to DEFAULT, you know they're correct. Hope this helps! Robert
... View more
12-05-2016
10:36 AM
|
2
|
1
|
3550
|
|
POST
|
Does your Polygon layer have more than 1000 features? If so, the link referenced will provide a solution using feature services.
... View more
12-05-2016
09:40 AM
|
0
|
1
|
1847
|
|
POST
|
There are a few multiuser geodatabase (SDE) classes offered by Esri that may assist with the learning curve: Deploying and Maintaining a Multiuser Geodatabase Implementing Versioned Workflows in a Multiuser Geodatabase Versioned Editing Workflows for the Multiuser Geodatabase Versioning 101 Whitepaper Hope this helps! Robert LeClair Esri-Denver
... View more
12-05-2016
08:38 AM
|
1
|
0
|
4664
|
|
POST
|
Emily - One thing you can do to prevent accidental editing of the DEFAULT version is to set it as PROTECTED. That way all authenticated users can connect to the geodatabase but cannot edit the DEFAULT version - only SDE can. Then you can make a child version of DEFAULT for your editors. One way to get around users accidentally editing a version they're not supposed to is to configure their connection to point to only the version they're supposed to. Then when they activate the connection, they're on their version and do not have to change versions from DEFAULT to something else. That and setting DEFAULT to PROTECTED. If you're data is stored in SQL Server, Oracle, PostgreSQL, etc., then you are configured for multi-user editing. ArcMap by default in set up for non-versioned editing so you have to change that after you register feature classes as versioned. The key is permissions on data - create an Editor Role, a Reader Role, etc. and assign users to those roles. The owner of data (feature classes, tables) then assigns the read/write permissions to the data. The multiuser geodatabase requires good planning for security, editing, permissions, maintenance and more. It's a great workflow! Regards, Robert
... View more
12-01-2016
02:30 PM
|
1
|
4
|
3550
|
|
POST
|
I asked one of our Developer staff about this - his response: I know you can create a context menu: http://pro.arcgis.com/en/pro-app/sdk/api-reference/#topic10135.html You cany use an updatemodule to modify an existing menu, but I’m unsure if they are categorized. Dynamic Menus can be used to populate a menu with commands on the fly: <dynamicMenu caption="Acme Menu" className="DynoMenu" id="acme_dynoMenu" largeImage="pack://application:,,,/ProTestApp;component/Images/MenuImage32.png" smallImage="pack://application:,,,/ProTestApp;component/Images/MenuImage16.png" > <tooltip heading="Heading" image="pack://application:,,,/Acme;component/Images/MenuImage16.png">Some text</tooltip> </dynamicMenu> http://pro.arcgis.com/en/pro-app/sdk/api-reference/#topic10440.html Those are cool if you want to build a context menu and dynamically specify what it holds based on the context (you could add different tools depending on whether you click on a point geometry vs a polygon, for example). That’s a pretty cool option. J Hope this helps. Robert LeClair Esri-Denver
... View more
11-30-2016
02:51 PM
|
1
|
1
|
6590
|
|
POST
|
Emily - Great question! So if you have your vector data stored in a multiuser geodatabase, technically they're configured for non-versioned editing. If you registered a feature class as versioned, then it adds delta tables to that feature class for versioned editing. To further muddy the waters, when you create a new multiuser geodatabase there is only the DEFAULT version. If you want to make child versions of DEFAULT for editing, you can. I recommend reading the Versioning 101 Whitepaper - http://www.esri.com/news/arcuser/0110/versioning101.html - to understand the terminology. So you COULD have 100+ feature classes registered as versioned if you want to. And you COULD edit your data in the DEFAULT version. But would you want too? Probably not... Not sure if this helps - I teach the Versioning class so can help out...
... View more
11-30-2016
02:20 PM
|
1
|
6
|
3550
|
|
POST
|
In my Alpha version of ArcGIS Pro 1.4, I do see "Create Template from Network Dataset" and "Create Network Dataset from Template" GP tools, so I feel reasonably confident saying it will be part of 1.4 ArcGIS Pro.
... View more
11-30-2016
02:04 PM
|
0
|
0
|
3460
|
|
POST
|
A couple things to test: For the user experiencing the crash, close out of all ArcGIS products. Rename the Esri folders found under : C:\Users\username\AppData\Roaming and in the Registry Editor under: HKEY_CURRENT_USER\Software. Still crashes? For the user experiencing the crash, have them turn off the lock computer option in the display settings to it's only manual enabled with the CTRL-Alt-Delete key function. Does ArcMap still crash? Have another user log into the PC, start ArcMap and lock the computer. Then proceed to unlock the computer. Does ArcMap crash still? If no, then it may be related to that user's profile. Does the PC have 2 video cards? The one you listed and an Intel Video Card? A tech support incident from 10/14/16 mentions ArcMap crashing that when ArcMap first starts it uses the NVidea Video card. Then after inactivity, the Intel Driver takes precedence and starts. Once ArcMap resumes, it searches for the original resources it was using but because it is no longer active, the program crashes.
... View more
10-24-2016
12:50 PM
|
0
|
0
|
1578
|
|
POST
|
Another workflow is to use Modelbuilder to do the analysis. There is a tool - Make Feature Layer that uses a ratio policy - basically a percentage split on the population field based upon an intersect.
... View more
10-24-2016
09:58 AM
|
1
|
1
|
689
|
|
POST
|
You could use the Archive Option on One-Way replication via the DEFAULT version to decouple versioning from replication but this a pretty niche workflow. Good luck!
... View more
10-19-2016
02:55 PM
|
0
|
0
|
1470
|
|
POST
|
Have you updated your video card driver? One thing we see is the driver is out of date and a Windows Update will not provide the latest driver. Determine what make/model you have on your computer, go to the manufacturers website, download and install the latest driver. Another thing to try is toggle the OpenGL vs DirectX setting in Pro to see if that reduces crashes with the Animation issue. Good luck!
... View more
10-19-2016
02:47 PM
|
1
|
0
|
1261
|
|
POST
|
Hi Tami - when you unregister the replica pairs, it removes the connection between the parent/child geodatabases. Further, the hidden synchronization versions that are in the parent/child geodatabases are used to compare what's been added, updated, and/or deleted are also deleted. The only way I can think of getting those lost edits back would be from an incremental backup of the parent/child geodatabase. Could be wrong but that's my guess.
... View more
10-19-2016
02:40 PM
|
0
|
2
|
1470
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago |
| Online Status |
Offline
|
| Date Last Visited |
44m ago
|