A Microsoft-created programming framework built on top of the common language runtime (CLR) that can be used on a Windows server to create Web applications in a variety of programming languages.

learn more… | top users | synonyms

1
vote
1answer
77 views

Running OpenLayers in .NET 4.5 breaks

So, I'm writing an web mapping application using OpenLayers in WebForms in .NET 4.5. It was working wonderfully until my browser upgraded to IE9. Now the JavaScript fails. After researching I found ...
1
vote
1answer
56 views

PROBLEM SQL SERVER UNION of geography feature : FULLGLOBE result

I have some trouble with sql server 2012. I store coordinates of french cities in my database as geography object (with ESRI 4326) and i want to make the UNION of some cities. I have in result ...
0
votes
1answer
87 views

GeoJSON Get Request MVC 4

I'm having trouble creating an OpenLayers Vector layer with GeoJSON data in an MVC 4 application. The GET request for my json file always comes back with a 404.3 error - page cannot be served ...
0
votes
0answers
70 views

Set feature properties in Mapguide

I'm trying to put information (name, value) in a point, this is my property definition MgClassDefinition classDefinition = new MgClassDefinition(); classDefinition.SetName("Points"); ...
0
votes
1answer
325 views

Problem Access-Control-Allow-Origin.GeoServer ISS OpenLayers [duplicate]

I use OpenLyaers in order to show france Departements. My website is generated in ASP .NET MVC 4 (i use Visual studio 2012) ans i use GeoServer to store WFS files. I want to access to my WFS layer ...
1
vote
1answer
82 views

Does Web ADF 10 work with ASP.net 4?

I already have an ASP.net application using VS 2010 and .NET framework version 4 and ArcGis Server 10, and i need to add just a page, have map and toolbar. When I try to add map control and run the ...
0
votes
0answers
66 views

GeoJSON map fails to display in .Net MVC2 view. [closed]

The JavaScript worked just fine when I was running it in a straight HTML page on a local server. But, when I moved it to the .aspx page it no longer displays. Firebug shows no script errors and I know ...
1
vote
1answer
122 views

What is a good learning source for programmer who wants to understand the infrastrucre of map based web map?

I want to to write a simple web app with a map (tile cache because of hi res raster) that once a user click the map he can do some queries on it (as in search in polygon , radius , nearest ) on the ...
-1
votes
1answer
279 views

How to display coordinates under cursor in web map?

I'd like to be able to display the X/Y coordinates of the user's current mouse cursor location such as with this web map. I'm using the .NET Web ADF, C# and ArcGIS Server. Can anyone suggest any ...
4
votes
0answers
335 views

I have a Web Application (ASP.NET) made ​​in ArcGIS Server Manager. How to create a button for the user to export his vision for PDF / Image?

I am using ArcGIS Server Manager to create Web Applications (ASP.NET). I would like the customer to access has an option to export your vision to PDF or Image, or both. I would like to generate the ...
2
votes
1answer
57 views

How to change the language of all Web Applications of the ArcGIS Server manager (for ASP.NET)?

ArcGIS Server manager (ASP.NET) comes by default the English language. I would like to configure it to Portuguese of Brazil. It is ok if the administrative tool is in English. But I'd really like is ...
3
votes
1answer
54 views

In “ArcGIS Server Manager.” I wish that when I create a new “ASP.NET Web Application” already come with “pre-configured tags.” How to do this?

I'm using the "ArcGIS Server Manager" to create "Web Applications" with my maps. In ASP.NET project has a "web.config". How do I get my "web.config" come with some "tags" standard? More specifically, ...
3
votes
1answer
96 views

i have an unhandled exception in asp.net

i am going to create a website and load a gis map to it. i am using arcgis 10 and i created a web application in arcgis server 10 i created a new WebSit in visual studio 2010 and add a map resource ...
2
votes
3answers
389 views

Simplest way to publish WFS from SQL Server under ASP.NET

My environment is ASP.NET, with data stored in SQL Server. Is there a way to serve Web Feature Services through C#, or will I need to install a mapping server?
0
votes
0answers
152 views

I wanted a tutorial link to start with geoserver and Postgis for ASP.NET

I wanted a reference material for coding using C# in ASP.net with geoserver and Postgis. Please tell me reference material for the same. I have searched for several reference material but did not ...
1
vote
1answer
183 views

Can I do Intersection queries in ECQL?

I am building a statistical analysis project using ASP.NET, Geoserver, and OpenLayers. I need to let the user draw a polygon on OpenLayers then find geometries(villages etc.) that intersects this ...
2
votes
1answer
329 views

how to learn arcgis server programming?

I'm new in programming c# and and arcgis server . i just use arcgis server wizard to create services and web applications but now i'd like to learn more about arcgis server and programming with ...
2
votes
0answers
425 views

Dynamic Contour generation and project on google maps

Is it possible to generate contour map layer at runtime and overlap or project on google maps. I am using google map api v3 and want to generate contour map layer using data from sql server and ...
3
votes
1answer
314 views

Authentication in geoserver with openlayers

Is there a way to authenticate in geoserver with a external webpage (made with asp.net and openlayers)? I have restricted the access data only by certain users, and I don't want to authenticate this ...
4
votes
2answers
406 views

Using File GDB API .NET Wrapper in ASP.NET Web Service

I am trying to use the File GDB API (1.2) .NET wrapper in an asp.net web service with no luck. The website will not load spitting out error: "Could not load file or assembly 'Esri.FileGDBAPI.DLL' or ...
1
vote
1answer
193 views

IMapServerObjects.get_Map says object is null reference.

So I am trying to access a map layer, which I can connect to. try { agsconn.Connect(); Log.Write("Connected.", "myclass"); ...
0
votes
1answer
401 views

Integrate QGIS with ASP.NET MVC3

I'm completely new to GIS and i'm trying to work my way into this. My goal is to integrate a simple map created using QGIS with my asp.net web mvc3 application. The main objectives would be to show ...
0
votes
1answer
226 views

MapInfo “Error during Read: XML Library Load Error Required XML version unavailable”

I am using MapExtreme 7.0, I am running into the following error on an asp.net website (.net 3.5) running on a server with windows 2003 32bit. "Error during Read: XML Library Load Error Required XML ...
3
votes
1answer
940 views

Web mapping within ASP MVC 3 framework

Just curious if anyone has used the ASP MVC 3 framework for creating web mapping applications. I have one coming up and am planning on using the ArcGIS javascript API. Would be interested in hearing ...
2
votes
0answers
384 views

Intersection problem: too many elements?

I have this code where an IGeometry shape (4-5 circles not filled) should be intersected with another layer's features // Convert from IGeometry to ADF Geometry Polygon ...
0
votes
1answer
302 views

Intersection failing because of vertices of polygons

I've written some code to intersect features of one layer with another's, but one layer has polygons (the squares in the image) and the other has circles (not filled). The problem is that I'm using ...
2
votes
1answer
157 views

How to display IGeometry?

I've done an intersection with the ITopologicalOperator6 interface, and I now have an IGeometry with the result. How to draw this in a graphics layer on the map? I want to see what was intersected ...
3
votes
1answer
334 views

ITopologicalOperator.Intersect, how does this work?

I'm trying to intersect all features of a layer with another's but I'm getting the web ADF application stuck while executing the "ConstructUnion" function Here's the code I've written so far // ...
3
votes
2answers
427 views

How to apply a new renderer in ArcGIS?

I try to create a new renderer for a geo feature layer in ArcGIS 10. (My project is an asp.net based webservice) There is one solution I got from a tutorial that works, but only for a ISimpleRenderer ...
2
votes
2answers
836 views

WFS - MapServer - ASP.NET

Nowadays i'm working with Mapcript / Mapserver. I would like to know how to used WFS (Web Feature Service) with ASP.NET. I think i need to use WCF, right? Is there any tutorial or framework? ...
3
votes
2answers
384 views

Custom Query Task

I'm building a web application in ArcGIS Server for .net and I want to create query task for each layer so that each query depends on the previous result query task, how can I do that... please help ...
5
votes
2answers
303 views

Show loading icon with custom tool

I have a custom tool in vb.net for a web application, i'm using Asp.net, the class is in vb.net and the gis service is in Arcgis Server 9.3 sp1, the tool makes a selection of layers and takes a lot of ...
4
votes
1answer
236 views

Select Parcels by Street Geometry

Hi I'm trying to select the parcels near a street with web adf for vb.net, does anyone know how to do that?, I have a Graphics resource in the map resources with the selected streets and I need to do ...
6
votes
1answer
334 views

How to select all parcels of a street? [ArcGIS Server]

I have an Arcgis Server Map Service with a Street layer and a Parcel layer, I need to get the info of each parcel of a street that is selected by the user, does anyone knows how to do that? I'm a ...
2
votes
1answer
359 views

Painting polygons in ASP.NET

I have this problem, I need to paint each polygon with a distinct color based on an atribute value using .NET, for example: Polygon value 1 10 2 10 3 5 4 5 5 1 ...
0
votes
1answer
826 views

ASP.NET: store class properties in session and use of session handler — is it good design? [closed]

I have a class called EditMapUtilities. Here are some class properties that I want to persist: public class EditMapUtlities { public static Boolean isInitialEditMapPageLoad { get { ...