|
POST
|
Hi @ReneRubalcava , here is a CodePen: https://codepen.io/bmcintosh/pen/jOKzzzr With the dev console you will see the extra requests. Changing some of the IdentifyParams will lead to more of what is described above. The existing pen, you will see the identify result shape flash quickly (generalized shape), then will change to a detailed shape from query response. The query/export requests after identifying are puzzling and hoping I'm just missing something (always a possibility on that one).
... View more
11-23-2022
10:54 AM
|
0
|
2
|
2742
|
|
POST
|
Attempting to use the API Identify operation with identifyParameters to identify on a map service. Goal is to have the results return to the popup with popup highlight graphic on the map. There are some bugs based on setting various identifyParameters not working as expected or sending lots of additional fetch requests (based on 4.25). The starting point was using the API Sample: Works: If set layerIds and returnGeometry false (don't set sublayers): Identify returns, popup shows and no highlight graphic [makes sense] Issue: If set layerIds and returnGeometry true (don't set sublayers): Identify returns (with geometry), popup shows but not highlight graphic [issue as should be able to see highlight graphic]. seems like a separate issue where the PopUp doesn't show the highlight graphic properly. Can replicate issue by sending a feature with graphic to the popup and it will not show the highlight graphic. Issue: If set sublayers (with or without layerIds): Identify returns, popup with highlight graphic - Seems good at first but it sends 2 additional fetch requests, a query request and map export request. The identify return graphic will show for split second but is then replaced by the extra query response graphic. Extra query/export requests shouldn't be needed/called and adding lots of chatter. If many features in popup, scrolling to next feature will continually call the additional query and export requests each time as well. Issue: Setting maxAllowableOffset and sublayers: The maxAllowableOffset is honored in the identify response, but then replaced by the extra query response graphic (and query result graphic doesn't honor the maxAllowableOffset). Extra query/export requests shouldn't be needed/called (also does this for each 'Next feature' in popup too). Issue: Setting sublayers with returnGeometry false: Still always does the extra 2 fetch requests (query/map export) and shows the popup with a graphic. The Identify response honors the returnGeometry setting but is ignored for the additional query request. Hoping I'm just missing something here, any thoughts on workarounds would be appreciated. I did attempt writing an esriRequest to the map service rest identify endpoint. Everything works except the showing of the graphic highlight in the popup (same as #2).
... View more
11-23-2022
07:35 AM
|
0
|
6
|
2866
|
|
POST
|
Starting with the 4.25 release, the MapView container property must reference an ID of a DIV element. This aligns with the documentation for the container property (HTMLDivElement) for 4.25 and even historical help versions. However, in previous versions (4.24) this wasn't enforced allowing developers to use other element types: SPAN, MAIN, P, etc. An error message: [esri.views.MapView]" "#container" "element with id 'viewDiv' not found will be in the console. Is it possible to update the error message to be more specific in this scenario, or list a breaking change in the what's new for 4.25 section (recognizing it was listed as a HTMLDivElement requirement historically but not enforced)?
... View more
11-14-2022
01:22 PM
|
0
|
3
|
5406
|
|
POST
|
Thank you Noah! This doesn't cancel the search but it does allow me intercept and do whatever I want. Just need to craft my own return object once done to finish the bypass process. If I return back my own random object, the Search Widget will say "No Results". But if I return my own custom search result object it can pan/zoom and still look like a completed search. In 3x we could cancel the request and take over - so without that option in 4x, this is definitely the way to go.
... View more
11-04-2022
08:31 AM
|
0
|
0
|
1117
|
|
POST
|
Wondering if it's possible to cancel a search within the search widget (ArcGIS JavaScript API 4.24) based on the text in the search widget text area before it is sent to an online source? I'm able to trap the search when it starts, but there isn't an event to cancel/abort from yet. I don't want to use the 'search-complete' event since it's already too late at that point. searchWidget.on("search-start", function (event) {
if (searchWidget.searchTerm == "my search term") {
//Cancel the search
}
}); The goal is to interrogate the search string for a specific value and cancel the search to perform a different action. TLDR: Would like to listen for a local coordinate input x,y using a regex. If matches the pattern, don't send a search, just pan/zoom the map (since map is in a local coordinate system as well). I've also looked at reactiveUltils, but can't seem to figure out how to cancel the search.
... View more
11-03-2022
10:47 AM
|
0
|
2
|
1154
|
|
POST
|
Thank you Owen, We have been doing additional testing and some updates as you recommended. We've made the heading more responsive and added the page title - additional tweaks will continue. As for the error, it is still happening but have some updates. I've done some additional tests using Edge browser on desktop and emulation mode. The issue can be replicated when changing the emulation to use a Phone. We also noticed that if you set the browser to 699px width and refresh the page, the issue happens. Change to 701px and refresh, it works again. So possibly related to either a css media query or window change event?! Thank you again for the help!
... View more
03-09-2022
05:58 AM
|
0
|
0
|
1867
|
|
POST
|
We created a new ArcGIS Story Map and published. This works on Desktop with Edge, Firefox, and Chrome just fine, but not working at all on iOS (both Chrome and Safari). Getting the error "Hmm... there seems to be an issue". iOS version is the latest as time of writing (iOS 15.3.1), and the Story isn't very complex. Public Link: https://arcg.is/1OyzvG0 We read some of the recent related posts (updating iOS, or related to some parts not showing, or complex stories). Our story is pretty simple, latest iOS, and the entire Story map doesn't load in any way. Tried both private mode and regular within iOS browsers, clearing cache, etc. No luck as of yet. Same issue in Android OS as well.
... View more
02-28-2022
07:30 AM
|
1
|
4
|
1910
|
|
IDEA
|
Would be helpful if projection (coordinate system) favorites were stored with all the other favorites in the roaming Favorites.json file. Currently, projections that are marked as favorites are extracted to PRJ files and stored in the appData\Local favorite folder. Other favorites are in the appDate\Roaming area's Favorites.json file and it would be helpful to manage in one place - easier to distribute as well. Yeah, it could get a little messy since custom PRJ files are also stored in the same local directory, but I'm just an idea guy - so the idea is that it deals with that too hopefully 🙂
... View more
09-21-2021
04:39 AM
|
1
|
0
|
969
|
|
POST
|
Hi SaiAnand Peketi, I've used this workaround since 10.3 and still using it with 10.7 (hopefully the same issue): Set the token expiry time and the custom print service recycle time to the same value. So if you need short token expiry to be 240, change the print service recycle to 240 as well. Hopefully this is the issue and it can help.
... View more
08-02-2019
07:16 PM
|
1
|
1
|
2264
|
|
POST
|
Not sure if related but a few things you could try... Noticed the input JSON has a mix of single quotes and double quotes. Technically JSON doesn't support single quotes (at this version of JSON spec) - try changing all to double quotes. As well, the spatial reference specification has both a wkid and latestWkid. Not sure if both are supported during addFeatures. Possibly try with just wkid.
... View more
02-04-2019
12:54 PM
|
0
|
0
|
1268
|
|
POST
|
Thank you so much Melita. Answers the questions, and looking forward to a future release with that enhancement.
... View more
09-18-2018
04:06 PM
|
0
|
0
|
2278
|
|
POST
|
Some previous posts have starting discussing LiDAR data in Ontario, Canada using the PCS: NAD83 CSRS v7 (epoch 2010). This is related, but more specifically about how ArcMap handles some of these projections and their differences. Hoping Melita Kennedy is watching this thread We are using both ArcMap 10.6x with some partner agencies using 10.3x. We noticed that the new GCS for NAD83CSRS v7 (8255) is available in ArcGIS 10.6x and Pro, so we've created a new custom PCS using this GCS reference. This creates our PCS projection file - all is well so far. Our questions are when looking at the details of the new PRJ and the related GCS PRJ files... 1. In looking at the details of the GCS for "NAD83(CSRS)v7" and comparing to another version such as "NAD83(CSRS)v3", there is no real difference in the details (beyond names). Is there something that makes these (all 7 versions of this GCS) different? Possibly an underlying DLL that has the additional "Reference Epoch Coordinate Transformation" values stored - as this is the only difference notice b/w the GCS's when digging into the EPSG site (wayyy deeper than I truly understand). Example: v7 uses the epoch reference EPSG:1198, while v3 uses EPSG:1194. But this detail isn't in the prj and not sure if this has any impact, or how the software can tell the difference. Or is this something that only matters if transformation from one to another - realizing these transformation aren't out there? 2. Based on the above, will this custom PCS.PRJ work with ArcMap 10.3 since GCS 8255 and possibly underlying reference datum/epoch values not being available in older versions of the software? Phew, I really hope that made sense. I thank everyone who even read this far - and any insights you may have.
... View more
09-18-2018
01:21 PM
|
0
|
2
|
2994
|
|
POST
|
The NIM does mention it is fixed in 10.3, but there are a few other issues that will still be encountered if you want to print to a secure service. I'm using an older version of the proxy and there is a small issue there as well (not sure if fixed in latest .NET proxy) although a small change there, and/or change the timeout settings for the service to be less than token time if custom print. Here is a summary of a few workarounds: Printing with ArcGIS for Server 10.3 - Spatial Times
... View more
03-10-2018
10:44 AM
|
1
|
0
|
1955
|
|
POST
|
Same issues here. We can login if viewing the map, but if login from home screen or already logged in and try to browse content section, just get a perpetual loading bar. Everything works fine in both Chrome and Firefox. Screenshot attached, although you can guess how boring it is
... View more
12-18-2017
11:28 AM
|
0
|
0
|
2051
|
|
POST
|
We are having the same issues today as well. Haven't changed anything and getting timeout for downloading to work offline (even if just using push and basemap download).
... View more
06-28-2017
01:16 PM
|
0
|
0
|
2491
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-28-2025 01:15 PM | |
| 1 | 01-07-2025 06:32 AM | |
| 1 | 09-06-2024 09:59 AM | |
| 1 | 07-09-2024 12:04 PM | |
| 2 | 05-16-2024 05:32 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|