|
POST
|
Same thing happens with SQL. We even assigned the primary key, added an objectid field, added unique numbers, and every time it gets put into a Pro Map it switches the field primary key/objectid to the first integer column it finds. I agree this should be a bug as it is still happening years later.
... View more
02-02-2021
06:18 AM
|
0
|
0
|
9904
|
|
POST
|
We did try assigning the OBJECTID field we created as the primary key in the agent as well, same behavior. It shows correctly in everything and changes when we put it in a map. I will call support and see if they come up with anything. Thanks for the help! @KoryKramer
... View more
02-02-2021
06:07 AM
|
1
|
2
|
2237
|
|
POST
|
This is SQL table downloaded from the state every night. It isn't a ESRI table. After is gets downloaded we figured, per ESRI documentation, to add the field "OBJECTID". This is all done with the SQL Server Agent. It does not allow nulls. It works as should in old ArcCatalog. If you right click it in Pro Catalog -> Event -> Fields it works as it should. If you bring it into ArcMap it asks which one I want to use, but defaults to have OBJECTID being already picked. Only when you bring it into a Map in Pro it switches to the first field.
... View more
02-01-2021
09:31 AM
|
0
|
4
|
2258
|
|
POST
|
When I pull in a SQL table into a Pro map it switches the OBJECTID field. Is this a bug? Is there a work around? Using 2.6.2
... View more
02-01-2021
08:25 AM
|
0
|
6
|
2275
|
|
POST
|
Steve, Did you ever figure out what the URI is? I too am having a hard time trying to figure it out.
... View more
12-02-2020
11:24 AM
|
0
|
0
|
1075
|
|
POST
|
Is it possible to create a Base Map Layer List Legend similar to the way it can be done with a Layer List like this sample? const basemapLayerList = new BasemapLayerList({
view: theView,
listItemCreatedFunction: function (event) {
const item = event.item;
if (item.layer.type != "group"){
item.panel = {
content: "legend",
open: true,
};
}
}
});
theView.ui.add(basemapLayerList,{
position: "top-right",}); Robert Scheitlin, GISP ?
... View more
10-21-2020
11:09 AM
|
0
|
1
|
828
|
|
POST
|
Second this. These are the folders to try first: C:\Users\<user profile>\AppData\Roaming C:\Users\<user profile>\AppData\Local directories
... View more
08-04-2020
09:13 AM
|
1
|
0
|
2721
|
|
POST
|
Close Pro and rename the Esri folder to Esri_Old found here: C:\Users\<user profile>\AppData\Roaming C:\Users\<user profile>\AppData\Local directories
... View more
07-28-2020
11:56 AM
|
1
|
2
|
5844
|
|
POST
|
Sorry I had to get IT to bypass a firewall issue. I just tried it and got the same results as you. I found a different DEM and it is having the same results.
... View more
07-28-2020
07:46 AM
|
0
|
1
|
6593
|
|
POST
|
Here is a way you can get a path in python by creating temporary files rather then in memory. This would be only part of the puzzle, but perhaps this will help you figure out how to achieve what you want. 10.6. tempfile — Generate temporary files and directories — Python 2.7.18 documentation Here is an example on how I have used it to create and open an exported pdf. # create temporary pdf name variable
tmpdir = tempfile.mkdtemp()
pfilename = tempfile.NamedTemporaryFile(prefix="Property_Map_")
pdfname = pfilename.name + ".pdf"
# Location of the tempoary pdf file
outputpdf = os.path.join(tmpdir, pdfname)
# export layout to a pdf
layout.exportToPDF(outputpdf)
# Open the excel file
Popen("start acrobat %s" % (outputpdf), shell=True)
... View more
07-27-2020
07:06 AM
|
0
|
1
|
9079
|
|
POST
|
Put the text in an attribute field. In the layout go to the Insert Tab -> Text Tab -> Dynamic Text -> Map Series Section: Attribute. You can do this three times. Or Format Text and just copy and paste and enter the next line with the correct attribute. <dyn type="page" property="attribute" field="AttributeField_1"/>
<dyn type="page" property="attribute" field="AttributeField_2"/>
... View more
07-24-2020
12:46 PM
|
0
|
0
|
583
|
|
POST
|
Camera camera = newMapframe.Camera;
camera.X = -118.465;
camera.Y = 33.988;
camera.Scale = 30000;
newMapframe.SetCamera(camera); Use the camera of the map frame. xy to center it, then scale it how you want. I should note this is for layouts. I don't know off the top of my head how it is done in the map view. Let me know if that is what you need and I can try and figure it out.
... View more
07-22-2020
02:16 PM
|
3
|
2
|
3647
|
|
POST
|
Is there a place where I can download the original 30m raster? I will have some time to test it out if you would like.
... View more
07-21-2020
01:32 PM
|
0
|
4
|
6593
|
|
POST
|
Jamie, did you use the "Fill" tool before using the "Flow Direction"?
... View more
07-21-2020
01:07 PM
|
0
|
6
|
6593
|
|
POST
|
Michelle Mathias Looks like original poster of this question got creative and edited the post and the heading to "Deleted", which kinda kills the post anyway if someone where seeking the same thing later on. Might be hard to eliminate something like that from happening under the current capabilities.
... View more
07-21-2020
12:54 PM
|
0
|
0
|
2009
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 2 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 04-12-2021 09:58 AM | |
| 2 | 03-18-2025 10:32 AM | |
| 1 | 07-28-2020 11:56 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|