0
votes
1answer
50 views

ArcGIS for Server or its alternative?

I am trying to develop a GIS web application. I am using ArcGIS for desktop as the database. I need to use existing ArcGIS Restful services but also need to publish some new services. I think that ...
1
vote
0answers
352 views

How can I access WMS service from Geoserver using ArcGIS Silverlight API?

Having Geoserver installed locally in my machine, I'm currently doing a R&D by trying to access WMS service from Geoserver using ArcGIS API for Silverlight. I'm trying to replicate the sample in ...
4
votes
1answer
187 views

Difference between server and geospatial server

I have been working with Geoserver and ArcGIS Server but I am still not sure what make these geospatial server handle the spatial data transfer compared to the normal server, like apache & jetty, ...
0
votes
1answer
166 views

Spatial Rendering using ArcGIS Restful APIs

Always when I read the documentation, I always hear the term Restful APIs and ArcGIS Server using Restful Service to render the mxd hosted on the server. I am a bit unclear about what exactly does ...
7
votes
3answers
294 views

ArcSDE - use native geometry types for later migration away from SDE?

Background: We have a non-spatial reporting web application with a SQL Server backend. We would like to add a spatial component to this application: serve up some basemaps, serve up points and ...
5
votes
1answer
234 views

Advice on ideal server specifications

I am looking for your thoughts on ideal server specifications for a moderately sized habitat mapping project. My current server is about to reach its storage capacity, so I am researching buying a ...
4
votes
1answer
249 views

Hosting geoprocessing tool on geoserver

Like ArcGIS Server, is there a way to host, geoprocessing tools onto Geoserver?
0
votes
1answer
222 views

How to update raster or feature layers being used by ArcGIS Server by a Model

I have a mxd file that contains a few raster and feature layers that was published by ArcGIS Server as a map service. Meanwhile, a model was created to update the contents of the raster and feature ...
2
votes
1answer
1k views

OpenLayers call ArcGIS WFS: no feature returned

I spent a long time looking for an example using OpenLayers to call ArcGIS WFS, however, almost none is found... currently the code I wrote is based on the example of GeoServer, however, no feature is ...
12
votes
6answers
5k views

How does Google Earth Enterprise compare to ArcGIS server and GeoServer?

I'm working on a web app that includes mapping capabilities (currently just markers and KML overlays on an embedded Google Map). We're starting to outgrow the limitations of Google's free stuff, and ...
4
votes
1answer
288 views

Programmatic Configuration of ArcGIS Server data and layers?

Hey all, I'm trying to figure out how people in the ArcGIS Server world script configurations. In the GeoServer world we have the REST Config API, which lets you configure connections to a database ...
4
votes
2answers
592 views

Does GeoServer and/or MapServer have a services directory similar to ArcGIS's services directory?

Does GeoServer or MapServer have anything analogous to the ArcGIS Server services directory? Is there a convenient endpoint where you can see all the services hosted on a particular machine? Edit: ...