Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have came across ways to consume GeoServer wms services and Bing maps at client side using openlayers , But openlayers is Javascript based framework and using this the Bing Map keys/ WMS urls and the other integrations are exposed with end user.

Are there any c#-libraries/approach to integrate the GeoServer with .NET based server side application for logic and the map creation and then pass the data to the openlayers at the client side.

What I have tried:

I am able to connect GeoServer WMS services with Openlayers (from client side)
Posted

1 solution

NOT TESTED you can give it a try

The GSRCC library is a C#.net Client to the Geoserver 2.1.x+ RESTful configuration extension. Using this library, one can access a remote Geoserver via HTTP and configure it.

The REST extension of Geoserver has to be installed on Geoserver.

This project uses .net framework 4.0 and has no extra dependencies!

This is a conversion from the http://code.google.com/p/gsrcj/, which is a Java Api. Since there was no C# .net API for accessing the REST Api for Geoserver.

The first version aims to implement the same thing in the java version, and latter to implement the full rest api.

Google Code Archive - Long-term storage for Google Code Project Hosting.[^]

you can use RESTSHARP for communicating with many REST web services..

RestSharp - Simple REST and HTTP Client for .NET[^]
 
Share this answer
 
Comments
Divymital 28-Aug-19 8:26am    
Thanks for the response ! I will go through the approach mentioned and will let you know.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900