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
|
39
|
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
|
80
|
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
|
57
|
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
|
0
|
1
|
107
|
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
|
373
|
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
|
149
|
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
|
19
|
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
|
2
|
1
|
38
|
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
|
373
|
POST
|
Jamie, did you use the "Fill" tool before using the "Flow Direction"?
... View more
07-21-2020
01:07 PM
|
0
|
6
|
373
|
Online Status |
Offline
|
Date Last Visited |
2 weeks ago
|