Hi,
I'm using the Map Suite WPF Desktop Edition.
All map data is stored in Postgre database.
My WPF-application gets all data using PostgreSqlFeatureLayer, appealing directly to the database.
But now I have to build a client-server architecture, getting all the layers from the database on the server-side, and then transferring them to the WPF map control on the client-side in some way (perhaps via WCF-service), without referring to a database on the client-side.
Could you explain to me how to do it properly, please?
Elena