POST
|
I've been the only GIS person for 10 year at the small city I work for. We have recently added a new person, and I would like to know the best way to go about setting us up. It seems all the resources available are for large, enterprise deployments, and I'm having a hard time locating anything geared to my situation. So that's my first question, can someone point me at some good resources? We have already become aware to the limitations of using a file geodatabase in a multiuser environment. I was considering deploying a PostgreSQL database, but since we are such a small shop Enterprise is out of the question. So my second question would be, is there an implementation that would allow use a single database without stepping on each other? I would greatly appreciate any input.
... View more
10-24-2019
01:03 PM
|
0
|
1
|
97
|
POST
|
I apologize, I have led you astray. I should have thought about your OP more carefully before I answered. The formatting you want to accomplish needs to be done as a label expression. You can do all sorts of neat things with it, but idea would go like this in Arcade: "<CLR red="255">" + $feature.OBJECTID + "</CLR>" This bit of code would make the field (objectid) I pulled from my data set red. You can see the full list of text formatting tags and how they work here: https://pro.arcgis.com/en/pro-app/help/mapping/text/text-formatting-tags.htm You can also use it to build up conditions so that IF a value is greater that x, do this IF NOT do that. All that is covered here: https://pro.arcgis.com/en/pro-app/help/mapping/text/specify-text-for-labels.htm Again I'm sorry for sending you down the wrong path initially, hopefully this will get you back on the right one.
... View more
06-06-2019
02:46 PM
|
0
|
1
|
19
|
POST
|
It looks like the code is not being interpreted and is being output as a literal text string. I've not messed with HTML inside Pro, I was just going off my web development background. Let me experiment a bit and see if I can get it to work.
... View more
06-06-2019
01:25 PM
|
0
|
1
|
19
|
POST
|
Ah for that bit you actually need to add a little bit of CSS styling into the tag =CONCAT("<b style=""background-color:powderblue;"" >", some value ,"</b>") The tricky bit here is to make sure that you double your double quotes for the style portion. Normally you wouldn't need to do that, but since you are having Excel create a literal string that has quotes in it, you have to escape them.
... View more
05-30-2019
02:40 PM
|
2
|
3
|
19
|
POST
|
Ok, so in your cells you will use the CONCAT function to string together your HTML formatting, like so: =CONCAT("<b>", some value ,"</b>") where some value could be text or a reference to another cell in your spreadsheet. You could even get fancy and put conditions around the formatting such that it would only apply if those conditions are met. Let me know if that is what you are looking for.
... View more
05-30-2019
01:59 PM
|
0
|
1
|
19
|
POST
|
If you can clarify for me a bit, perhaps I can help you. Are you wanting to embed the HTML in your Excel? Are you trying to highlight and/or bold the content of the cell using HTML?
... View more
05-30-2019
01:14 PM
|
0
|
1
|
19
|
POST
|
I'm not sure if this is "Best Practice" but it works. I would create a second map similar to your existing map, only with the layers you want. Reference the second map in your second frame so they function independently of each other. You can click on a frame, bring up Format Map Frame, and on the Display Options there is a setting for Constraint. You can experiment with the settings, but you will likely want something like "Linked map frame center and scale" to make both of them the same. Hope that helps. Respectfully, Chris
... View more
06-27-2018
09:18 AM
|
0
|
0
|
34
|
POST
|
I've been a single person GIS department for the small city I'm employed by for almost 10 years. Our city is growing so I've hired someone to help and purchased a new server. I would like know how people are organizing their GIS server space to work efficiently with ArcGIS Pro in a multi-user environment. Because I was the only GIS person and Pro wasn't around when I started, I just put things where they made sense to me as I went along. Which worked in the short term, but in the long run it's just a mess. This is my opportunity to correct my past errors, and establish a firm foundation for our growing city. I've decided to standardize using a modified Local Government Data Model, and have invested in an ArcGIS Online account. I've attached my initial attempt and would greatly appreciate any feedback. Respectfully, Chris
... View more
06-27-2018
08:28 AM
|
0
|
0
|
182
|
POST
|
Curtis thank you for your input. I did eventually get this to work by doing the following: The concept I was missing was the use of the Make Feature Layer. I read the documentation, but it wasn't clicking for me. Looking at other Models in this forum and seeing how it is implemented is what finally made the pieces fall into place.
... View more
03-26-2018
06:03 AM
|
1
|
0
|
43
|
POST
|
I realized that I didn't have my Parcel Feature as an input for the Intersect. Once I did this, I got it to run, but the Intersect returned nothing. I'm not sure if I have to somehow select the newly created buffer before I run the Intersect in order to get a result. Any insights?
... View more
03-22-2018
01:13 PM
|
0
|
2
|
43
|
Online Status |
Offline
|
Date Last Visited |
12-16-2020
01:52 PM
|