views:

133

answers:

2

Hello guys...

I have a Mapserver application with SDE layers... I´d like to know how can I edit my SDE spatial data (add/edit a point/line layer) in .NET ...

Thanks

+1  A: 

If you're using ArcSDE then your only solution is to use ESRI's ArcObjects in a .NET language of your choice.

It seems a strange to have a combination of MapServer (I presume this is the OpenSource MapServer?) and SDE.

If you store features in SQL Server 2008 (or Oracle, or PostGIS) then you have more editing options - but then you lose SDE features such as more complex typologies, versioning etc.

geographika
A: 

I found two ways to solve that:

Thanks anyway

Paul