Questions tagged [arcgis-server]

ArcGIS Server is part of Esri's ArcGIS platform of Geographic Information Software. The GIS Stack Exchange should be considered for questions with this tag.

Overview

ArcGIS Server is part of ESRI's suite of Geographical (GIS) software that gives you the ability to create, manage, and distribute Geographical (GIS) map services over the Web to support desktop, mobile and Web mapping applications.


Tag usage

Consider whether the question is more suitable on Stack Overflow SE or GIS SE.

253 questions
3
votes
1 answer

Script or automate feature class creation in ESRI/ArcSDE

I'm looking for info on how to write SQL scripts to automate the creation of a versioned feature class in ArcSDE I want to be able to automate the process itself as well as put the scripts under version control. Can anyone point me to a resource…
Keith G
  • 4,580
  • 5
  • 38
  • 48
3
votes
2 answers

Can Linq AsParallel() dispose of SoapHttpClientProtocol objects prematurely?

In an ASP.Net MVC 4 web application that I'm working on. I have one page that basically generates a report by getting data from a SOAP service. My code basically looks like this List serverInfos =…
C. Tewalt
  • 2,271
  • 2
  • 30
  • 49
3
votes
2 answers

Set a double click event without disabling default mouseup/mousedown behavior

I'm trying to enable a double click event on a flex control without disabling the default mouseup/mousedown behaviors. I'm using the ESRI Flex API for arcgis server, and I have a map control with one background layer and a GraphicLayer. The…
Dan Monego
  • 9,637
  • 6
  • 37
  • 72
3
votes
2 answers

ArcGIS Flex API: Convert a screen point to a MapPoint

Using the ArcGIS Server Flex API, is there a way to convert mouse coordinates on the screen or the a map control to spatial coordinates in the map? It seems like there's functionality to convert map points to screen points, but a function for…
Dan Monego
  • 9,637
  • 6
  • 37
  • 72
3
votes
2 answers

Application requires a refresh to initialize

Creating a web mapping application in Javascript/Dojo: When I load the app in a browser it loads the html elements but then stops processing. I have to refresh the browser to get it to load the rest of the page and the javascript. I have done…
Craig
  • 229
  • 5
  • 20
2
votes
1 answer

ArcGIS url query using date parameter stopped working overnight

Until a few days ago, this query ran without problems: https://dhsgis.wi.gov/server/rest/services/DHS_COVID19/COVID19_WI_V2/MapServer/11/query?where=RptDt>='2022-05-01'&outFields=*&returnGeometry=false&outSR=4326&f=json Now it returns: error …
John J.
  • 1,450
  • 1
  • 13
  • 28
2
votes
1 answer

Unable to give the file path to the style dictionary

I am working on a .net project where I have to convert features into graphics to show them with stored symbols. I have a separate style file as .stylx and geodatabase file as .goedatabase.zip which I want to utilize to show my symbole of the style…
user17148382
2
votes
1 answer

BlendRenderer by age and population size in JavaScript API

I am working on a code which focuses on a city where it displays age concentrations with a BlendRenderer. In addition, it also displays the total population in each block using size. The BlendRenderer uses green to indicate the under 19 age group,…
user17165498
2
votes
1 answer

Deserializing json with Json.net C# - whitespace within identifiers

Some background to my question: I'm looking to deserialize some horrid json within Json.net. This json object is created by ArcGIS Server, and sends a 'results' object which is formatted thusly: { "results" : [ { "layerId" : 10, "layerName" :…
Stoat
  • 23
  • 1
  • 3
2
votes
1 answer

Is this ArcGIS url still supported?

I have a old web service that is pointing to this url: http://geocode.arcgis.com:80/arcgis/services/World/GeocodeServer However, it stopped working today giving a 400 Bad Request Error. Has this url been deprecated?
TheProgrammer
  • 1,314
  • 5
  • 22
  • 44
2
votes
0 answers

How to change ArcGIS map service export map operation format to jpeg by default

I have a map service which is by default exporting map in png format. I am aware of using the ArcGIS JavaScript API to change the format by changing the request from the client side from png to jpeg. However is it possible to make the changes to…
Gurminder Bharani
  • 501
  • 1
  • 8
  • 22
2
votes
1 answer

Installing ArcGIS Server 10 in Ubuntu

Anyone who has the experience installing ArcGIS server 10 on Ubuntu 10.10. Is it possible doing that?
Jeffrey.W.Dong
  • 1,057
  • 3
  • 14
  • 21
2
votes
1 answer

Using javascript to show a feature layer in arcmap api 3.22 and the feature layer isn't showing up

It may be because of how the server is setup? I don't really know and I'm lost. I can only access the data on the ArcGIS server while on the network the server is on, so that may be the issue. I'm brand new to using Javascript and ArcGIS server so…
Nhert
  • 21
  • 3
2
votes
1 answer

How to draw a custom graphic on a map using ArcGIS JavaScript API?

I want each user to be able to draw their own area, and when they log on the next time they can automatically load this area. How can I achieve this function using ArcGIS JavaScript API and ArcGIS Server?
merin
  • 21
  • 4
2
votes
2 answers

GeoDesic Buffers sample code does not work in my local IIS Server

I am new to use ArcGis Api for javascript, I am using JS Api 3.20. I have been trying for 3 days but it does not work. I have taken code from the following link Geometry Engine - Geodesic buffers | ArcGIS API for JavaScript 3.20 I paste…
user7730840
1
2
3
16 17