|
POST
|
Hi Tanu, Thanks for the reply. To elaborate, we got a colourful map service which is being used as a Basemap in our JavaScript based application. We got a new scenario where Basemap need to be shown also in Greyscale. We are exploring the possible and probably the best ways to achieve this. Time being, we created an additional Greyscale map service. But don’t want to maintain 2 map services. Note: We are not looking for solutions based out of CSS based filters for browser. Thank you
... View more
05-04-2020
09:30 AM
|
1
|
2
|
2097
|
|
POST
|
I am looking for the possible ways to extend MapImageLayer to return a greyscale map image (using TypeScript). Or any other way to get the greyscale image from a map service? Any suggestions/samples please. Your support is sincerely appreciated. Rene Rubalcava Matt Driscoll Juan Carlos Franco Esri Technical Support arcgis api for javascript 4.x greyscale typescript mapimagelayer canvas HTML5, CSS, JavaScript, and JavaScript Frameworks
... View more
05-03-2020
09:22 PM
|
0
|
5
|
2204
|
|
POST
|
How to make custom widgets (typescript) communicate with each other? To elaborate, whenever a button clicked on first custom widget it should update a label in the second custom widget (and vice versa). HTML5, CSS, JavaScript, and JavaScript FrameworksEsri Young Professionals Network Esri webmap Esri Technical Support Rene Rubalcava arcgis javascript api 4.x typescript #jsx #accessor
... View more
02-03-2019
02:51 AM
|
0
|
2
|
1400
|
|
POST
|
Excellent Robert Scheitlin, GISP, thank you so much. You are the man... Cheers...
... View more
12-19-2018
07:03 AM
|
0
|
0
|
4648
|
|
POST
|
Does Navigation tools available in ArcGIS API for JavaScript 4.x? I am looking for the best approach to implement zoomToNextExtent() and zoomToPrevExtent() using ArcGIS API for JavaScript 4.x. Any suggestions/samples please. Your support is sincerely appreciated. HTML5, CSS, JavaScript, and JavaScript Frameworks ArcGIS Server with JavaScript API Esri Technical Support #navigation #zoomToPrevExtent #zoomToNextExtent
... View more
12-19-2018
03:42 AM
|
1
|
10
|
6023
|
|
POST
|
Hi Kwasi, Thanks for your response. My application has no UI, it's a back end batch job, which should generate the images from ISymbol and save them to the disk.
... View more
03-21-2018
07:26 PM
|
0
|
0
|
954
|
|
POST
|
Can someone help me please for the relevant Java code of the below C# function. I am having trouble to pass the first argument i.e. “hDC” for ISymbol.setupDC method. For variable “g”, I am using Java “java.awt.Graphics2D” class as an equivalent of C# “System.Drawing.Graphics”. private static Image PointSymbolToImage(ISymbol symbol, Size imageSize) { double x = (imageSize.Width / 2); double y = ((imageSize.Height - 1) / 2); IPoint point = new PointClass(); point.PutCoords(x, y); Bitmap bmp = new Bitmap(imageSize.Width, imageSize.Height); Graphics g = Graphics.FromImage(bmp); symbol.SetupDC(g.GetHdc().ToInt32(), null); try { symbol.Draw(point); } catch (System.Exception ) { } symbol.ResetDC(); g.Dispose(); return (Image) bmp; } Esri Development Centers Esri Technical Support ArcObjects SDK ArcObjects.NET ArcGIS Runtime SDK for Java
... View more
03-02-2018
06:37 PM
|
0
|
2
|
1278
|
|
POST
|
I am keep getting below error in the log file. Can someone help to get rid of this. Thank you. com.esri.ges.fabric.internal.ZKPersistenceUtility KeeperErrorCode = ConnectionLoss for /geoevent/config/clusters/default/arcgisServerConnections/default.json/ServicesCache.json org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /geoevent/config/clusters/default/arcgisServerConnections/default.json/ServicesCache.json at org.apache.zookeeper.KeeperException.create(KeeperException.java:99)[23:org.apache.zookeeper.zookeeper-geoevent:3.5.0] at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)[23:org.apache.zookeeper.zookeeper-geoevent:3.5.0] at org.apache.zookeeper.ZooKeeper.setData(ZooKeeper.java:1908)[23:org.apache.zookeeper.zookeeper-geoevent:3.5.0] at org.apache.curator.framework.imps.SetDataBuilderImpl$4.call(SetDataBuilderImpl.java:272)[386:curator-framework:3.1.0] at org.apache.curator.framework.imps.SetDataBuilderImpl$4.call(SetDataBuilderImpl.java:268)[386:curator-framework:3.1.0] at org.apache.curator.connection.StandardConnectionHandlingPolicy.callWithRetry(StandardConnectionHandlingPolicy.java:67)[387:curator-client:3.1.0] at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:99)[387:curator-client:3.1.0] at org.apache.curator.framework.imps.SetDataBuilderImpl.pathInForeground(SetDataBuilderImpl.java:265)[386:curator-framework:3.1.0] at org.apache.curator.framework.imps.SetDataBuilderImpl.forPath(SetDataBuilderImpl.java:251)[386:curator-framework:3.1.0] at org.apache.curator.framework.imps.SetDataBuilderImpl.forPath(SetDataBuilderImpl.java:39)[386:curator-framework:3.1.0] at com.esri.ges.fabric.internal.ZKPersistenceUtility.writeToPath(ZKPersistenceUtility.java:286)[77:com.esri.ges.persistence.zookeeper.zk-persistenceutility:10.5.1] at Proxy31dbac17_e31c_433b_b81b_61b464fa666a.writeToPath(Unknown Source)[:] at Proxy1508caa4_7e25_4e9d_8e66_be16187d5679.writeToPath(Unknown Source)[:] at com.esri.ges.persistence.zookeeper.agsconnection.ZKArcGISServerConnectionDAO.persistServicesInfo(ZKArcGISServerConnectionDAO.java:251)[87:com.esri.ges.persistence.zookeeper.agsconnection:10.5.1] at Proxyd2e5b021_291b_4f37_907f_85e97f1607c5.persistServicesInfo(Unknown Source)[:] at Proxyd157beee_eb5d_4cfe_bc1a_79a8abf759f7.persistServicesInfo(Unknown Source)[:] at com.esri.ges.manager.datastore.agsconnection.internal.ArcGISServerConnectionManagerImpl.onArcGISServerConnectionStatusChange(ArcGISServerConnectionManagerImpl.java:790)[217:com.esri.ges.manager.internal-agsconnectionmanager:10.5.1] at com.esri.ges.datastore.agsconnection.DefaultArcGISServerConnection$CacheUpdater.update(DefaultArcGISServerConnection.java:163)[109:com.esri.ges.framework.datastore.agsconnection-datastore:10.5.1] at com.esri.ges.datastore.agsconnection.DefaultArcGISServerConnection$CacheUpdater.run(DefaultArcGISServerConnection.java:199)[109:com.esri.ges.framework.datastore.agsconnection-datastore:10.5.1]
... View more
11-17-2017
02:48 AM
|
3
|
5
|
2740
|
|
POST
|
Hi, I am also facing the similar issue. Do you have any solution? Thanks.
... View more
08-25-2017
01:09 AM
|
0
|
0
|
985
|
|
POST
|
We followed the below steps and resolved this issue using IE(11). Open Internet Explorer. Click Tools. Click Internet Options. Click the Security tab. Click Trusted sites. Click Sites.... In the Add this website to the zone field, add the following sites to the Trusted sites list. Enter about:blank . Click OK
... View more
01-11-2017
06:47 PM
|
2
|
0
|
1390
|
|
IDEA
|
User information can be determined from the token using "arcgis/rest/self" API as shown below: https://<servername>:6443/arcgis/rest/self?f=pjson&token=<token>
... View more
09-22-2016
01:12 AM
|
1
|
1
|
1417
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-31-2023 08:35 AM | |
| 1 | 10-18-2023 04:43 AM | |
| 1 | 09-30-2020 09:50 PM | |
| 1 | 11-29-2020 12:16 AM | |
| 1 | 03-03-2024 08:18 AM |
| Online Status |
Offline
|
| Date Last Visited |
09-12-2025
08:26 PM
|