|
POST
|
Hi, I am using JS 4.16 and would like to calculate screen points for two sets of LatLng coordinates, topleft(northwest) and bottomright(southeast). If I use MapView's toScreen(), I get two screen points and can draw a rectangle as below. But if I try the same in ScenView, it will return the center point for both coordinates. You can test this by switching MapView and SceneView in line 51 in the attached example. I am wondering if this is a bug. Thanks for your attention. Regards, Min
... View more
09-30-2020
06:36 AM
|
0
|
0
|
735
|
|
POST
|
Hi, I am using ArcGIS Enterprise 10.7 installed on Linux(CentOS7) and Pro 2.4.3 installed on Windows. To test Enterprise Geodatabase locally, I installed PostgreSQL 9.6.12 on my windows. And then copied st_geometry from database support file to Postgres/lib folder as below. "Create Enterprise Geodatabase" complains about ST_GEOMETRY. Any suggestions please?? ##@ Regards, Min
... View more
07-27-2020
06:58 PM
|
0
|
0
|
1271
|
|
POST
|
Hi Mark, No, I haven't try that. We shall try this on our next attampt to upgrade when that happens. Thanks!
... View more
06-14-2020
09:42 PM
|
0
|
0
|
3349
|
|
POST
|
Hi Ayyaz, We weren't able to resolve the issue and ended up downgrading the server to 10.7. Regards, Min
... View more
06-14-2020
09:09 PM
|
0
|
0
|
3349
|
|
POST
|
Hi, This is about extending Filter Widget to make tables selectable. I spotted this section in SingleFilterSetting.js _recreateLayerChooserSelect: function(bindEvent){ if(this.layerChooserSelect){ this.layerChooserSelect.destroy(); } this.layerChooserSelect = null; var layerChooser = new CustomFeaturelayerChooserFromMap({ showLayerFromFeatureSet: false, showTable: false, onlyShowVisible: false, onlyShowWebMapLayers: true, //only support original web map layers in filter#12142 createMapResponse: this.map.webMapResponse }); this.layerChooserSelect = new LayerChooserFromMapWithDropbox({ layerChooser: layerChooser }); this.layerChooserSelect.placeAt(this.layerTd); if(bindEvent){ this._bindEventForLayerChooserSelect(this.layerChooserSelect); } }, Changing "showTable" to be true didn't make a difference. FYI, my final goal is creating chart using tables. Any advice will be appreciated. Regards, Min
... View more
11-13-2019
01:35 AM
|
0
|
0
|
601
|
|
POST
|
Hi, I would like to create something similar to this flood impact solution. Operations Dashboard for ArcGIS Here 3D scene includes only slides at the bottom and buttons on the left. However, when I add scene to Operations Dashboard, I get title bar and layer list widgets end so on on the right. How can it hide title bar, layer list and buttons on the right when embedding scene to dashboard? Thanks, Min
... View more
08-26-2019
11:49 PM
|
0
|
0
|
690
|
|
POST
|
Hi, Our clients server has been upgraded to 10.7.1 and since then, WebTools are not functioning properly. When I tried to publish new tools, it failed. After doing some research, we found this thread, https://community.esri.com/thread/236649-map-service-fails-to-publish-in-pro-24 and get PublishingToolsEx working and managed to publish tools. However, those WebTools cannot be started. If I try to run it from Server Manger, it will get com.esri.arcgis.discovery.servicelib.AGSException. Even bare minimum sample code from Esri documentation fails. Is there anyone who can help us? Regards, Min
... View more
07-24-2019
10:43 PM
|
0
|
10
|
4029
|
|
POST
|
Hi, According to this document, https://enterprise.arcgis.com/en/portal/latest/administer/windows/restrict-cross-domain-requests-to-your-portal.htm Portal will allow cross-domain request from any web application. Since the server is upgraded from 10.6.1 to 10.7.1 yesterday, it is blocking all CORS requests. Strange thing is that even if I set a specific domain via Organization > Settings > Security it won't have any effect. Is there anyone who has experienced the same thing? How can I make this simple app working? https://gbsk-kisti.s3.ap-northeast-2.amazonaws.com/EsriRequest.html Regards, Min
... View more
07-24-2019
10:37 PM
|
0
|
0
|
720
|
|
POST
|
Hi Robert, Thanks for your reply. My original intention was specifying the query options as object like below. Here, where and outFields are honored but not outSR. Original x,y values are returned and they are no good for moving maps. If possible, I would like to use this format because of better readability. esriRequest("https://gisportal.kisti.re.kr/server/rest/services/GBSK/%EC%9D%B8%EC%B2%9C%EC%8B%9C_%ED%96%89%EC%A0%95%EB%8F%99/MapServer/1/query", { query: { where: "sig_kor_nm='연수구'", // honored outFields: "sig_kor_nm", // honored outSR: { wkid: 4326 // not honored }, f: "json" }, responseType: "json" }).then(function(response){ .... } Regards, Min
... View more
07-24-2019
09:05 AM
|
0
|
1
|
1572
|
|
POST
|
Hi, I have feature service that has custom projection. When I query features using this Query feature: https://gisportal.kisti.re.kr/server/rest/services/GBSK/인천시_행정동/MapServer/1/query I can specify outSR to be {wkid:4326} and get the correct coordinates. But when I try this using esriRequest, I don't see the same result. Sample is here. https://gbsk-kisti.s3.ap-northeast-2.amazonaws.com/EsriRequest.html I have two questions. 1. how to get coordinates using esriRequest. 2. how to zoom/fit to a feature that has ring geometry.(source code line 104) Thanks for your help in advance. Regards, Min
... View more
07-23-2019
05:09 PM
|
0
|
3
|
1715
|
|
POST
|
Hi, This issue went away when I updated untools to 2.2.2. Regards, Min
... View more
03-06-2019
05:20 PM
|
0
|
0
|
833
|
|
POST
|
Hi, I am experiencing this error when I run Export Asset Package tool. I am wondering if this is just me. As far as I remember, I was able to export when I was following UNME configurations for the first time. This time I am trying to export an Utility Network with some customer data. How can I work around this? Thanks. Regards, Min
... View more
09-05-2018
09:47 PM
|
0
|
2
|
939
|
|
POST
|
Hi Don, I am setting up Water Distribution Utility Network Configuration again. This time I changed Asset Package Spatial Reference to "Korea 2000 Central Belt". This tool run with out an error. But when I try to Stage Utility Network, I get this "Spatial Extent is invalid" error. Is there any way to work around this? Thanks for your help. Regards, Min
... View more
08-13-2018
04:07 PM
|
0
|
1
|
1588
|
|
POST
|
Hi Don, Thanks for the pointer. It would be very useful if a video tutorial is available somewhere. I will follow the Pro documentation for now. Regards, Min
... View more
08-08-2018
06:19 PM
|
0
|
0
|
1588
|
|
POST
|
Hi Don, I am playing with UN and Water Distribution Utility Network Configuration. Everything is up and running nicely now and I can edit existing features. As the next step, I would like to add a few subnetworks in my country(South Korea) and add some test data. But I am not sure where to begin. Is there any easy-to-follow tutorial in creating a new service territory, tiers, subneworks etc? I tried to create a service territory with/without network topology enabled. Both of attempts failed to create a new territory. Any help or pointer would be appreciated. Thanks. Regards, Min
... View more
08-06-2018
09:56 PM
|
0
|
4
|
1588
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-21-2018 01:34 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:24 AM
|