POST
|
I have developed a web application which has a identify tool where when a feature is clicked it pop-ups an image, I am calling this image using a hyperlink, but unfortunately in the production environment due to some security requirements, group policy blocks hyperlinks, therefore neither the thumbnail nor the full-size image is currently operable, I need to find a workaround for this to show the image without using a hyperlink. Will storing the image in a Geodatabase and then fetching it work, or can anyone suggest an alternative?
... View more
09-01-2020
06:02 AM
|
0
|
3
|
2153
|
POST
|
I have developed a web application which has a identify tool where when a feature is clicked it pop-ups an image, I am calling this image using a hyperlink, but unfortunately in the production environment due to some security requirements, group policy blocks hyperlinks, therefore neither the thumbnail nor the full-size image is currently operable, I need to find a workaround for this to show the image without using a hyperlink. Will storing the image in a Geodatabase and then fetching it work, or can anyone suggest an alternative?
... View more
09-01-2020
05:59 AM
|
0
|
0
|
872
|
POST
|
I have authored a Map MDX from shapefiles, every time I reopen few of the shapefile data source is broken, I use the Repair data source option to fix it, but then again when I open the mxd the data source of the same few shapefiles are broken, what am I missing here? Also, note that when I publish this it the ArcGIS Server after file packaging I get an error Where the service publishing fails. I am using ArcMap 10.6.1
... View more
08-19-2020
09:13 PM
|
0
|
1
|
471
|
POST
|
I am using a map service, I updated in the fields in the layer-filed in the mxd and the same reflected in the web app, thank you.
... View more
06-18-2020
12:34 AM
|
0
|
0
|
777
|
POST
|
I am facing a weird issue from a week, in the WAB Query widget when I add a filter the same is not getting reflected in the UI, what am I missing her? this used to work fine a week ago.
... View more
06-18-2020
12:20 AM
|
0
|
0
|
475
|
POST
|
I have configured alias name in the mxd on ArcMap, how do I show this alias in identify tool.
... View more
05-05-2020
10:18 PM
|
0
|
2
|
777
|
POST
|
In webappbuilder Identify tools I want to display the Alias name and instead of the field name, how do I configure this?
... View more
05-05-2020
05:18 AM
|
0
|
4
|
864
|
POST
|
No No Basically, I want to provide an option to the user to hide the basemap and again show when required.
... View more
01-15-2020
11:01 PM
|
0
|
0
|
921
|
POST
|
I need to add an option to the basemap gallery "No Basemap" this is to hide the basemap, but unable to to it, even tried to add a blank map as basemap. but I am getting an error "The basemap you are adding has a different spatial reference from the current map." How do I hide the basemap/ add a no basemap
... View more
01-13-2020
09:42 PM
|
0
|
4
|
1046
|
POST
|
Hi, I have configured WAB developer edition in my windows system, connected it to my portal, configured a web application downloaded the code and deployed it on IIS. Setup a proxy as well. Proxy <?xml version="1.0" encoding="utf-8" ?> <ProxyConfig allowedReferers="*" mustMatch="true"> <serverUrls> <serverUrl url="http://services.arcgisonline.com" matchAll="false"/> <serverUrl url="https://server.com/arcgis/rest/services" username="portaladmin" password="server3434" matchAll="false" /> </serverUrls> </ProxyConfig> My WAB confog.json }, "wabVersion": "2.12", "isTemplateApp": true, "isWebTier": false, "httpProxy": { "useProxy": true, "alwaysUseProxy": false, "url": "http://localhost/DotNet/proxy.ashx", "rules": [ ] } But when I run the application the page does not load, what am I missing here?
... View more
07-17-2019
02:19 AM
|
0
|
1
|
525
|
POST
|
Hi, I am facing a similar issue where the page is not loading,. I have followed all the steps downloaded the WAB and deployed it on my IIS Proxy <?xml version="1.0" encoding="utf-8" ?> <ProxyConfig allowedReferers="*" mustMatch="true"> <serverUrls> <serverUrl url="http://services.arcgisonline.com" matchAll="false"/> <serverUrl url="https://mycompany.server.com/arcgis/rest/services" username="portaladmin" password="server3434" matchAll="false" /> </serverUrls> </ProxyConfig> My WAB config.json }, "wabVersion": "2.12", "isTemplateApp": true, "isWebTier": false, "httpProxy": { "useProxy": true, "alwaysUseProxy": false, "url": "http://localhost/DotNet/proxy.ashx", "rules": [ ] } Not sure what is wrong here, can you please help me
... View more
07-17-2019
12:48 AM
|
0
|
1
|
2020
|
POST
|
Tried that my proxy file looks like this, still no luck <?xml version="1.0" encoding="utf-8" ?> <ProxyConfig mustMatch="true" logFile="proxy_log.log" allowedReferers="http://localhost/resource-proxy-master/DotNet"> <serverUrls> <serverUrl url="http://103.203.139.72/erdas-apollo/coverage/District_Alabama_FCC?REQUEST=GetCapabilities&SERVICE=WMS&VERSION=1.3.0" username = "user123" password = "password123" matchAll="true"/> </serverUrls> </ProxyConfig> <!-- See https://github.com/Esri/resource-proxy for more information -->
... View more
05-24-2017
09:35 PM
|
0
|
1
|
1235
|
POST
|
Hi thank you for your response, I did follow the steps and created a proxy page, but now I get the following error {"error": {"code": 403,"message":"Proxy has not been set up for this URL. Make sure there is a serverUrl in the configuration file that matches: http://106.207.134.26/erdas-apollo/coverage/District_Newark_FCC?amp;SERVICE=WMS&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetCapabilities http://106.207.134.26/erdas-apollo/coverage/District_Newark_FCC?amp;SERVICE=WMS&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetCapabilities"}} what am I missing??
... View more
05-23-2017
11:28 AM
|
0
|
3
|
1235
|
POST
|
I am using the following code <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no"> <title>Map with WMS</title> <link rel="stylesheet" href="https://js.arcgis.com/3.20/dijit/themes/claro/claro.css"> <link rel="stylesheet" href="https://js.arcgis.com/3.20/esri/css/esri.css"> <style> html, body, #map { height: 100%; width: 100%; margin: 0; padding: 0; } body { background-color: #FFF; overflow: hidden; font-family: "Trebuchet MS"; } </style> <script src="https://js.arcgis.com/3.20/"></script> <script> var map; require(["esri/map", "esri/layers/WMSLayer", "esri/config", "dojo/domReady!"], function(Map, WMSLayer, esriConfig) { esriConfig.defaults.io.proxyUrl = "/proxy/"; map = new Map("map", { basemap: "streets", center: [-98, 37], zoom: 5 }); var wmsLayer = new WMSLayer("http://103.203.139.72/erdas-apollo/coverage/District_Jai?REQUEST=GetCapabilities&SERVICE=WMS&VERSION=1.3.0", { format: "png", visibleLayers: [2] }); map.addLayer(wmsLayer); }); </script> </head> <body> <div id="map"> </div> </body> </html> Where do I type in the username and password.
... View more
05-22-2017
06:09 AM
|
0
|
5
|
2217
|
POST
|
HI, I have designed a land use website for the Government of Karnataka(India) Now I have received 5 images(jpeg) with oblique angles and a parameter file is it possible that I can get the height of the building in my web application? I have to develop a tool which should allow me to ge the height of the building In order to get the height of a building what procedure should I follow Please guide me..
... View more
06-20-2013
04:52 AM
|
0
|
1
|
2212
|
Online Status |
Offline
|
Date Last Visited |
11-22-2024
02:15 PM
|