예제 #1
0
 public WebServiceProjectGeometry(ProjectLocation projectLocation)
 {
     ProjectLocationGeometry =
         DbGeometryToGeoJsonHelper.MakeDbGeometryIntoGeoJsonString(projectLocation.ProjectLocationGeometry, Formatting.None);
 }