Draw object layer
Jump to navigation
Jump to search
This page details the setup of the Maria DrawObjectLayer.
Example
_drawObjectSystemFactory = new DrawObjectSystemFactory(_symbolRequestProcessor);
_drawObjectCommon = _drawObjectSystemFactory.CommonResources;
_drawObjectCommon.GeoObjectClientStores.ConnectToService(new Uri("http://localhost:5097"));
var storeInfo = new StoreInfo() { Id = "InMemory", IsInProcessStore = true };
_drawObjectLayer = _drawObjectSystemFactory.CreateLayer(GeoControlViewModel, storeInfo);