|
POST
|
Followup: I setup Charles proxy and watched the queries. They are being sent to the endpoint and executed properly and results are being returned that includes all the fields. But for some reason the API is stripping them down and only showing me the 8 fields I noted in the original post. I'm lost at this point.
... View more
04-16-2018
10:37 AM
|
0
|
3
|
2920
|
|
POST
|
I'm creating my instance of of the layer using the portal id of the layer so I'm pretty sure it's only bringing over the right sublayers. I supposed I could sniff the requests through a proxy to be sure but I haven't done that yet. Using returnPopupsOnly = false for my setup since I'm doing some custom stuff with the results. I'm wondering if I can work around it by getting the objectid and firing off a query task to get the results I want but that seems super hackish (not to mention slower). Thanks for your help. I'll keep digging too and post back if something comes up.
... View more
04-16-2018
10:06 AM
|
0
|
4
|
2920
|
|
POST
|
Mark, thanks for the info and that did the trick! I totally missed that in the docs. One followup: the id result is only returning a handful of fields (example below) from the service when there are probably close 1,000 or more defined. Is there a way to specify additional fields to return? {
AREA = "581.277560472";
ID = 05133;
NAME = "Sevier County";
OBJECTID = 178;
"ST_ABBREV" = AR;
"ST_NAME" = Arkansas;
"Shape_Area" = "2195854296.001275";
"Shape_Length" = "305710.4212080084";
}
... View more
04-16-2018
09:15 AM
|
0
|
6
|
2920
|
|
POST
|
How does one execute an Identify task on an instance of AGSArcGISMapImageLayer? I've got a number of feature layers already on the map and running identifyLayersAtScreenPoint:tolerance:returnPopupsOnly:maximumResultsPerLayer:completion:() works as expected, but returns no results for the AGSArcGISMapImageLayer. In fact, the AGSArcGISMapImageLayer shows isPopupEnabled = false. The layer source is Tapestry Segmentation layer from: http://beitzanddaighgeo.maps.arcgis.com/home/item.html?id=eda0f20edc8448adaa3373cce237a57f and the layer is rendered correctly on the map. Likely I'm missing something here, but how does one setup an AGSArcGISMapImageLayer so that it may be identified? Thanks.
... View more
04-16-2018
07:06 AM
|
0
|
15
|
4346
|
|
POST
|
I spoke with Esri about this and they have filed a bug for this issue: #BUG-000110617 Adding the VectorTileLayer and FeatureLayer on a map using JS API 4.6, if the "visible" property of the VectorTileLayer is set to "false", the popupTemplate set for the FeatureLayer does not display.poke with Esri support and they have filed a bug for this:
... View more
01-11-2018
08:51 AM
|
0
|
0
|
825
|
|
POST
|
In 4.6, if a VectorTileLayer is added to a map and the VectorTileLayer's visible property is set to false, then FeatureLayerPopups no longer appear. However, if VectorTileLayer.visible = true then FeatureLayer popups work as expected. This behavior is not found in 4.5. I setup a codepen at https://codepen.io/tatkins/pen/aEJGdg using one of the Esri samples and added a VectorTileLayer as well. The popups will show when clicking the map if vLayer.visible = true OR by changing the API from 4.6 to 4.5. Is this a bug or expected behavior or am I just doing something wrong here?
... View more
12-28-2017
09:36 AM
|
0
|
1
|
1040
|
|
POST
|
If anybody is following this, Esri has recorded a bug for this issue: BUG-000108919 “PopupTemplate's FeatureMenu does not render base64 images in ArcGIS API for JavaScript 4.5”.
... View more
10-23-2017
12:51 PM
|
1
|
0
|
1681
|
|
POST
|
I stumbled across this in the API documentation the other day. I wonder if that has some relation to your issue? As of version 4.5, if the popupTemplate is not defined on the Graphic , it will use the graphic layer popupTemplate.
... View more
10-18-2017
11:48 AM
|
0
|
2
|
2522
|
|
POST
|
In 4.5 the Popup's featureMenu doesn't render svg or base64 encoded images, however in 4.4 both these rendered as expected. I'm injecting some icons into the popup's title and it renders correctly in the title but not the featureMenu. Is there a way to get this working again or is this behavior now by design? I've attached a couple images to show what I'm seeing. This behavior is exhibited in Chrome, IE, Edge, and Safari across both macOS and Windows. Image rendered correctly in the title Img not rendered in featureMenu Thanks for any ideas you may have.
... View more
10-16-2017
07:58 AM
|
0
|
3
|
1945
|
|
POST
|
I know this is a late reply, but no we never did figure out a solution. In the end we were unfortunately forced to migrate to Amazon which wasn't terribly (in our case at least).
... View more
08-25-2016
12:30 PM
|
0
|
0
|
2234
|
|
POST
|
Well we've been on Azure for about 18 months now and I'm still fighting DBMS errors. Our current setup is Server 10.3.1 on a D3 VM instance with our database in an S3 Azure SQL instance. We have ~15 or so Feature Services that are being used to edit attributes (no geometry manipulation or creation) using custom built javascript webapps. At various times we end up with the following DBMS errors: Service instance activation failed in 'XXX/XXX.MapServer'. AutomationException: 0x80004005 - Failure to access the DBMS server [08S01:[Microsoft][SQL Server Native Client 11.0]TCP Provider: An existing connection was forcibly closed by the remote host. ] [dbo.DEFAULT] in 'esriDataSourcesGDB.SdeWorkspace.1' or Error: Underlying DBMS error [HY009:[Microsoft][ODBC Driver Manager] Invalid argument value] [XXX]. Whenever these errors occur, the ONLY solution is to restart the service manually. I've fiddled with the service settings and a typical setup is: Min 0 and Max 5 processes in high isolation Recycle every 24 hours Periodically check and repair data connections for idle instances every 10 minutes Max. time an idle instance can be kept running: 600 seconds Additionally, we also get other errors that I'm not sure are directly related to the above or not since they don't seem to occur at the same times. I've emailed some of these reports to Esri but without any feedback: Failed to initialize server object 'XXX/XXX': 0x80004005: Unspecified error which then leads to Instance of the service 'XXX' crashed. Please see if an error report was generated in 'C:\arcgisserver\logs\XXX\errorreports'. To send an error report to Esri, compose an e-mail to ArcGISErrorReport@esri.com and attach the error report file. If anybody has any suggestions here, I'd really appreciate it. It's gotten so bad that we've spun up an AWS instance to start testing things out there but I really don't want to move 18 months of data and probably 50 million records to a whole different platform unless there's just no alternative.
... View more
12-19-2015
09:10 AM
|
0
|
1
|
5573
|
|
POST
|
We just setup SSO for our organization and we already have existing accounts in our AGOL. Is it possible to merge an existing account with the new SSO account?
... View more
09-02-2015
01:35 PM
|
0
|
3
|
5913
|
|
POST
|
Just curious if this has any issues or improvements. MS article: What's new in SQL Database V12
... View more
04-24-2015
06:30 AM
|
0
|
0
|
2891
|
|
POST
|
Thanks for the replyl Nik. We're using the S2 level for our stuff right now but I guess I could bump that up to S3 if that's really the answer. I'm concerned, thought, that after the S3 tier, we'd have to jump to the "P" level tier which is really out of range for us cost wise. From what I've read, it seems like Azure is purposely dropping connections based on overall load of the shared resources and that the client software (AGS Server in this case) is supposed to handle this somehow and reconnect? I'm just not sure how to make this happen short of restarting the services. I'm headed out to the Dev Summit in a few weeks so perhaps I can pester you guys some more about this out there? LOL
... View more
02-07-2015
04:36 PM
|
0
|
1
|
2234
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-23-2018 06:35 AM | |
| 1 | 08-23-2018 06:31 AM | |
| 1 | 09-24-2019 01:11 PM | |
| 1 | 10-25-2018 06:01 PM | |
| 1 | 10-23-2017 12:51 PM |
| Online Status |
Offline
|
| Date Last Visited |
04-07-2026
11:00 AM
|