arcgis-server

Display attribute value from arcgis layer to html textbox

一笑奈何 提交于 2020-01-07 09:43:35
问题 I want to display attribute value from arcgis layer to html input textbox using javascript Can anyone help me on this issue? Best Regards. 回答1: Just click on a tree, it will fill the inputText on the top right corner <link rel="stylesheet" type="text/css" href="https://js.arcgis.com/3.19/esri/css/esri.css"> <style> html, body, #mapDiv { height: 100%; padding: 0; margin: 0; } #inputAttribute { position: absolute; top: 10px; right: 10px; width: 300px; } </style> <script>var dojoConfig = {

java.security.cert.CertificateException: Certificates does not conform to algorithm constraints

跟風遠走 提交于 2019-12-17 07:17:17
问题 I have a mapping application that can add ArcGIS 9.3+ base maps given a URL. One of the URLs that I would like to add is from a customer's URL and is secured. My mapping application was using Java 6 before and was able to add the secure URL with no issues. I now upgraded to Java 7 and am getting a "java.security.cert.CertificateException: Certificates does not conform to algorithm constraints" exception. At first, I believe this to be the case because in Java 7, by default, the MD2 algorithm

Creating a double serialized JSON object in REST SOE C#

为君一笑 提交于 2019-12-13 00:16:10
问题 I'm not sure if I'm double-serializing my JSON object, but the output results in an unwanted format. I'm exposing the REST endpoint via an ArcGIS Server Object Extension (REST SOE). I've also recently implemented JSON.Net which essentially allowed me to remove several lines of code. So here is the handler, which is the core piece creating the data for the service (for you non GIS peeps). private byte[] SearchOptionsResHandler(NameValueCollection boundVariables, string outputFormat, string

JS based webapp basemap hidden in IE9

我与影子孤独终老i 提交于 2019-12-11 14:56:28
问题 I think this question is related to either/or raw Javascript and JQuery..but I think it is also related to the ArcGIS Javascript API map class..my problem is an IE9 issue; the app works fine in Chrome and FF. (I have also asked this Q on ESRIs JS forum, but no answer so far...) I have a web app where a map opens up in its own div on a map click (not using window.open or iframes) . After loading the app for the first time, the basemap opens as expected (at first the map is only the basemap

custom map does not display

喜夏-厌秋 提交于 2019-12-08 12:03:36
问题 i have published suitability map on arc server. but my map does not display, i have followed arcgis java script api example. i want to display suitability map of the desired area. when user click on the map pop window display the analysis result here is my 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>Create web map from id</title> <link rel=

java.security.cert.CertificateException: Certificates does not conform to algorithm constraints

被刻印的时光 ゝ 提交于 2019-11-27 03:56:39
I have a mapping application that can add ArcGIS 9.3+ base maps given a URL. One of the URLs that I would like to add is from a customer's URL and is secured. My mapping application was using Java 6 before and was able to add the secure URL with no issues. I now upgraded to Java 7 and am getting a "java.security.cert.CertificateException: Certificates does not conform to algorithm constraints" exception. At first, I believe this to be the case because in Java 7, by default, the MD2 algorithm to sign SSL certificates is disabled. You can see this in the java.security file: "jdk.certpath