|
POST
|
No, not within Pro. You would have to do that in Photoshop. One alternative might be to look through the ESRI Imagery Wayback for another image that has less cars in your area of interest. You can look at this Blog post about the Wayback and there's a link at the very bottom about using it in ArcGIS Pro
... View more
05-10-2023
07:50 AM
|
0
|
1
|
1200
|
|
POST
|
Not sure what you're asking for. Are you looking for the best color choices to accomplish what you describe? If so, you can use the ColorBrewer website to color combinations that appear distinct but work together.
... View more
04-27-2023
12:19 PM
|
0
|
0
|
876
|
|
POST
|
I just opened a blank AGOL map, searched AGOL for the Imagery basemap & added it to my map and clicked on the map..
... View more
04-21-2023
09:06 AM
|
0
|
0
|
5696
|
|
POST
|
There is metadata about when a given area was acquired. In the online realm, you have to add the basemap as a layer to your map and then when you click an area, you'll get a popup with the image acquired date. I'm not aware of a systematic update cycle for the imagery. I think they wait until users clamor for an update in a given area (due to a natural disaster event or significant change etc) or some other beneficial acquisition happens (in the US the USDA acquires new ortho photos for each state on a multi-year rotation).
... View more
04-21-2023
08:28 AM
|
0
|
0
|
5701
|
|
POST
|
Have you looked at the Network tab in your browser's developer's Tools? Are there requests to the layers in question and are those requests returning any results? I had a situation awhile ago where I had an existing app and someone told me that only some features were now displaying. I had made no changes to the data so I was really perplexed. In my situation, I was using a custom symbol (uploaded to one of our servers and referenced via custom symbol URL) and for some reason, that request to the symbol was no longer getting fulfilled. I eventually discovered that the features *were* getting displayed but the symbol wasn't loading so if you knew where a feature was, you could click on it and still get a popup. My eventual fix was to re-specify the custom symbol inside the web map and then the features finally re-displayed. Not sure if that's what you're experiencing but it's something to cross off the list. Steve
... View more
04-20-2023
08:23 AM
|
0
|
0
|
1858
|
|
POST
|
Thanks. I'll keep this in mind when I have to update this layer again next year. I got around this issue by publishing with a new name rather than trying to overwrite it and then using AGO Assistant to update the layer URLs. The dataset in question did have more than 3,000 records so what you describe may have been an issue but I don't recall really doing anything different when I re-published with a different name.
... View more
04-05-2023
08:25 AM
|
0
|
0
|
5334
|
|
POST
|
Resolved this issue and it was operator error. My "working" application's name was too similar to a previous version so I didn't realize I was making edits to the previous version's JS code and not the current version. Long story short- the code was, indeed, still trying to connect to the old geocode server service which has been shut down. 😑
... View more
03-29-2023
01:14 PM
|
0
|
0
|
1918
|
|
POST
|
I have a relatively simple editing app built on the 4.x API on one of our internal servers which incorporates the Search widget using one of our own geocode server instances and it has worked fine. Recently, our IT replaced the geocode server service and so I updated my Search widget to point to it. I couldn't get a single successful result and then when I looked at the console, I see that it's now throwing a 500 error. Any suggestions on where to look for why this is? The JS application code is on a different server than where the geocode server is hosted but I'm not seeing any explicit CORS error. I saw some suggestions about the Web Adaptor (thread here). We have had a flurry of backend IT activity lately including a SDE SQL upgrade but these aren't in my sphere of responsibilities. I'm just not sure what to tell my IT folks when I approach them about this (where to look, etc). Thanks! Steve
... View more
03-24-2023
10:53 AM
|
0
|
1
|
1952
|
|
POST
|
One thing to be aware of is that Portal is the caboose in terms of ESRI's rollout of new features so if you're building applications (even ones that aren't code based), just know that the Portal version web applications will be the last to receive those new features which likely debuted in AGOL or the Developer versions. You get as many free viewer accounts as you'd like to create but ESRI still gets its 30 pieces of silver because you have to pay for additional user roles with elevated capabilities (publishing feature layers, editing data, etc). This might get mitigated if you have an enterprise site license, I dunno (I'm not involved on that side of the equation). I do like the hosted side of things with Portal since I've never felt like our ArcGIS Server implementation could handle the load of a lot of services. Taking data which isn't updated a lot and then hosting it inside of Portal can take the pressure off of your AG Servers which might be serving up more vital, time sensitive information. Just a few random $0.02.. Steve
... View more
03-23-2023
01:28 PM
|
3
|
0
|
2086
|
|
POST
|
Here are some resources I found when I had to create a point layer of street intersections last year. ESRI BLOG - More Adventures in Overlay: creating a street intersection list (data/model download link is broken) create point shapefile of street intersections from polyline - ArcEditor You just need to get the two streets into their own fields and then you can use a field calculation to do a bulk concatenation of the two fields into a new, separate field. Hopefully you don't have more than 2 streets intersecting. 😬 Steve
... View more
03-23-2023
11:46 AM
|
0
|
1
|
1504
|
|
POST
|
THANK YOU. I missed the news that it had been replaced. I just registered the site and was able to log in.
... View more
03-23-2023
08:16 AM
|
0
|
0
|
4248
|
|
POST
|
Anyone else having issues logging into their Portal site with AGO Assistant? It was worked in the past but yesterday and today I'm getting a 403 errors in the console when I attempt to log in either using the direct option or the PKI/IWA login options. FWIW, our Portal install is at version 10.91 Just trying to confirm that AGO is fine before I go dealing with our IT. Thanks! Steve
... View more
03-23-2023
07:50 AM
|
0
|
3
|
4258
|
|
POST
|
The sad reality is that developers are between a rock and a hard place. ESRI deprecated WAB before EB reached parity, and the differences between developer/AGOL/Portal are maddening. I'm in the same boat with a 3.x JS API app that I decided to migrate to WAB only to find out that WAB is getting replaced by EB. My migration to WAB got most of the way to what I wanted but there were some annoyances that I now know won't get enhanced due to its replacement by EB. I've found EB to be particularly useless in the Portal environment. I can't implement any of my desired core functionality with where it currently stands. FWIW, here is a functionality matrix ESRI published about 2 years ago which is updated over time: Functionality Matrix for WAB vs EB The matrix does NOT differentiate between developer / AGOL / Portal versions of EB, however.
... View more
03-16-2023
10:07 AM
|
11
|
1
|
3566
|
|
POST
|
No, unfortunately, app migration from 3.x to 4.x will be a more involved process than just updating the CDN path. ESRI has a page in its 4.x documentation that talks about migrating (link here). More than likely, you will have to end up rewriting good portions of your app.
... View more
03-14-2023
02:14 PM
|
1
|
1
|
4261
|
|
POST
|
You can't unlock it because it's a raster image, specifically it's "trees17.bmp" as originally provided with Arcmap. In other words, it's one of the standard picture styles that ESRI uses in its symbology. If you want to tweak it, you'll need to make a copy of the image, make whatever adjustments you'd like in an image editing program (Photoshop, Affinity, Fastone Image Viewer, etc) and then bring it back into Pro as one of your symbol layers. I'm still avoiding Pro as much as possible so I'm not sure where these files are stored within a Pro installation but for Arcmap, they are found in the <base installation folder>/Styles/Pictures subfolder.
... View more
03-08-2023
02:37 PM
|
0
|
1
|
1545
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Thursday | |
| 2 | Thursday | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago |