|
POST
|
Hi, Adding a map with layer effects (authored in a new Map Viewer) into a page, layer effects are not honored by the Hub's Map component. As the Hub is using the 4.18 version of JS API, are there any plans to upgrade to the newer version to use all that great features? Thanks, Matej
... View more
10-08-2021
04:34 AM
|
1
|
1
|
962
|
|
POST
|
Hi, embedding an app into the Hub Site does not allow fullscreen on the iframe element. This leads to fullscreen is not working in an embedded apps. Please, add the allow="fullscreen" attribute to the iframe element used by embedded content. Thanks, Matej
... View more
10-08-2021
12:28 AM
|
7
|
1
|
1105
|
|
POST
|
Hi, is it possible to configure a Hub's default Map Viewer (referenced by the Open in ArcGIS Map Viewer from a dataset page) to use the new generation of Map Viewer? Setting the new Map Viewer as default at the organization or profile level is not recognized by Hub. Thanks, Matej
... View more
09-30-2021
12:49 AM
|
0
|
3
|
1931
|
|
POST
|
Hi, After highlighting some text in a DCAT editor, the browser window is frozen and unresponsive. Is this a known issue or happening just me? Thanks, Matej
... View more
09-30-2021
12:40 AM
|
0
|
1
|
716
|
|
POST
|
Hi Jill, Thank you, that's exactly what I needed to know. Regards, Matej
... View more
09-26-2021
11:19 PM
|
0
|
0
|
1609
|
|
POST
|
Hi, where can I find the new DCAT-AP URI in my ArcGIS Hub site? Thanks, Matej
... View more
09-24-2021
08:15 AM
|
0
|
3
|
1625
|
|
POST
|
It seems that the XmlInboundAdapter requires the charset definition in a Content-Type header, otherwise it will not intercept the data stream and will fail with an error "Could not decode the incoming buffer. Expected UTF-8 encoding. Make sure your input is in UTF-8 encoding.". Examples of a Content-Type headers: - application/xml (fail) - application/xml; charset=utf-8 (ok) - text/xml (fail) - text/xml; charset=utf-8 (ok) As the charset definition is not mandatory in the HTTP spec, the XmlInboundAdapter should accept the incoming data as utf-8 encoded also if the charset definition is missing in a header. Matej
... View more
08-20-2021
01:11 AM
|
1
|
0
|
1122
|
|
POST
|
Hi, I'm using a default connector: Receive XML on a REST endpoint. External system is sending XML data into my connector which are encoded in UTF-8 and posted with Content-Type: application/xml header. However no events are processed down the stream and this is logged by the GeoEvent Server: Could not decode the incoming buffer. Expected UTF-8 encoding. Make sure your input is in UTF-8 encoding. Input length = 1 java.nio.charset.MalformedInputException: Input length = 1 at java.nio.charset.CoderResult.throwException(Unknown Source) ~[?:?] at java.nio.charset.CharsetDecoder.decode(Unknown Source)… A previous version of the external system was sending XML data with Content-Type:text/xml;charset=utf-8 header and the processing was fine. Any ideas how to overcome this issue? Thanks, Matej
... View more
08-19-2021
02:27 AM
|
1
|
1
|
1161
|
|
POST
|
Hi Shay and thank you for your comment. I'm aware of the resources you provided but I am looking for something more detailed. As the https://github.com/Esri/arcgis-js-api/blob/4master/widgets/Editor.tsx, it imports "EditorMessages" from "esri/widgets/Editor/t9n/Editor", but this package is not listed in the repo as it is already compiled/bundled. What I am after is the description of a proper way (best practice) how to work with t9 messages in a custom widget development, which includes the use of this module (more or less documented in the API ref), but also the example of how to bundle the messages in a custom widget for re-use in other apps (using rollup or webpack). I was looking at https://github.com/Esri/arcgis-js-cli as it has a template for a custom widget, however it does not use the t9 module at all. Regards, Matej
... View more
01-18-2021
01:01 AM
|
1
|
1
|
2194
|
|
POST
|
Hi, Since 4.18 version of the JS API, there is a new concept for t9n using the esri/intl instead of a dojo/i18n module. What is a proper way of using the new esri/intl module to localize messages in a custom widget development? It should be helpful to have a starter project for a custom widget development which should show the best practices reflecting the recent development in the API regarding the Dojo removal (removal of declared, i18n, ...using ES modules?). Thanks, Matej
... View more
01-13-2021
09:42 AM
|
0
|
3
|
2226
|
|
POST
|
Hi and thank you for your answer. Configuring the "Expected Data Format" has no impact on this. The date, which I refer to, is part of the "Last-Modified" HTTP header and not the data itself. It seems the issue is on the HTTP transport level of the connector and not the adapter, which is parsing the data. Thanks, Matej
... View more
12-08-2020
07:03 AM
|
0
|
0
|
2949
|
|
POST
|
Hi, I've configured a custom connector to poll an external website for a text using the default HTTP Transport and Text Adapter. However, the configured connector does not receive any data and this can be found in a log: com.esri.ges.transport.http.LastModifiedToDateFormatter Unable to parse date: Fri, 04 Dec 2020 15:17:37 GMT. java.text.ParseException: Unparseable date: "Fri, 04 Dec 2020 15:17:37 GMT" at java.text.DateFormat.parse(DateFormat.java:366) ~[?:?] at com.esri.ges.transport.http.LastModifiedToDateFormatter.toDate(LastModifiedToDateFormatter.java:26) [91:com.esri.ges.framework.transport.http-transport:10.8.1] at com.esri.ges.transport.http.HttpInboundTransport.onReceive(HttpInboundTransport.java:546) [91:com.esri.ges.framework.transport.http-transport:10.8.1] at com.esri.ges.transport.http.HttpInboundTransport.getData(HttpInboundTransport.java:245) [91:com.esri.ges.framework.transport.http-transport:10.8.1] at com.esri.ges.transport.http.HttpInboundTransport$WorkerThread.run(HttpInboundTransport.java:130) [91:com.esri.ges.framework.transport.http-transport:10.8.1] The external website holding the data is setting the "Last-Modified" response header. It seems the HTTP Transport is having some issues parsing the date, even if the Receive New Data Only property is set to No in the configured connector. Thanks for any insight. Matej
... View more
12-04-2020
07:34 AM
|
0
|
4
|
2968
|
|
POST
|
Hi, you should be able to use the Event Joiner processor immediately after the Incident Detector to join the schemas and preserve the attributes. Regards, Matej
... View more
11-30-2020
05:30 AM
|
0
|
2
|
1425
|
|
POST
|
Hi, Is there any way how to sort items returned using the search by popularity (number of views)? This is possible only in the Gallery component, but the general data catalog doesn't offer this funcionality. Thanks, Matej
... View more
11-11-2020
11:58 PM
|
0
|
2
|
1042
|
|
BLOG
|
Hi Gee, Thank you for sharing your work. It's a shame that charts inside a popup cannot reference an Arcade expression with a FeatureSet output. If anybody else is missing this, please vote for https://community.esri.com/ideas/18611 . Thanks, Matej
... View more
09-16-2020
05:31 AM
|
1
|
0
|
36276
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 11-02-2025 10:58 AM | |
| 1 | 12-02-2022 12:18 AM | |
| 5 | 02-27-2025 12:39 AM | |
| 1 | 04-22-2024 01:00 PM | |
| 2 | 09-20-2024 01:19 AM |
| Online Status |
Online
|
| Date Last Visited |
an hour ago
|